Skip to content

Commit 04280a0

Browse files
committedJul 10, 2020
8249000: vm.gc.X should take selected JIT into account
Reviewed-by: kvn
1 parent c5ad1da commit 04280a0

File tree

131 files changed

+236
-207
lines changed

Some content is hidden

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

131 files changed

+236
-207
lines changed
 

‎test/hotspot/jtreg/ProblemList-graal.txt

+1
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ compiler/intrinsics/mathexact/LongMulOverflowTest.java 8207267 generic-all
229229
compiler/loopopts/TestOverunrolling.java 8207267 generic-all
230230
compiler/jsr292/NonInlinedCall/InvokeTest.java 8207267 generic-all
231231
compiler/codegen/TestTrichotomyExpressions.java 8207267 generic-all
232+
gc/stress/TestReclaimStringsLeaksMemory.java 8207267 generic-all
232233

233234
runtime/exceptionMsgs/AbstractMethodError/AbstractMethodErrorTest.java 8222582 generic-all
234235

‎test/hotspot/jtreg/compiler/gcbarriers/UnsafeIntrinsicsTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* @bug 8059022
2828
* @modules java.base/jdk.internal.misc:+open
2929
* @summary Validate barriers after Unsafe getReference, CAS and swap (GetAndSet)
30-
* @requires vm.gc.Z & !vm.graal.enabled
30+
* @requires vm.gc.Z
3131
* @library /test/lib
3232
* @run main/othervm -XX:+UseZGC -XX:+UnlockDiagnosticVMOptions -XX:+ZVerifyViews -XX:ZCollectionInterval=1 -XX:-CreateCoredumpOnCrash -XX:CompileCommand=dontinline,*::mergeImpl* compiler.gcbarriers.UnsafeIntrinsicsTest
3333
*/

0 commit comments

Comments
 (0)
Please sign in to comment.