Skip to content

Commit 97bbfb3

Browse files
author
William Kemper
committedJul 24, 2023
Merge
2 parents 07450af + bfa76df commit 97bbfb3

File tree

299 files changed

+7626
-7745
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

299 files changed

+7626
-7745
lines changed
 

‎make/ide/netbeans/langtools/build.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@
242242
</nbjpdastart>
243243
<property
244244
name="@{jpda.jvmargs.property}"
245-
value="-Xdebug -Xrunjdwp:transport=dt_socket,address=${jpda.address}"
245+
value="-Xrunjdwp:transport=dt_socket,address=${jpda.address}"
246246
/>
247247
</sequential>
248248
</macrodef>

‎src/hotspot/cpu/aarch64/aarch64.ad

+1-1
Original file line numberDiff line numberDiff line change
@@ -2302,7 +2302,7 @@ bool Matcher::match_rule_supported(int opcode) {
23022302
break;
23032303
case Op_ExpandBits:
23042304
case Op_CompressBits:
2305-
if (!(UseSVE > 1 && VM_Version::supports_svebitperm())) {
2305+
if (!VM_Version::supports_svebitperm()) {
23062306
ret_value = false;
23072307
}
23082308
break;

0 commit comments

Comments
 (0)