Skip to content

Commit 0f6122b

Browse files
committedMar 2, 2021
8262819: gc/shenandoah/compiler/TestLinkToNativeRBP.java fails with release VMs
Reviewed-by: roland, shade
1 parent dd33a8e commit 0f6122b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎test/hotspot/jtreg/gc/shenandoah/compiler/TestLinkToNativeRBP.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
*
3333
* @modules jdk.incubator.foreign
3434
*
35-
* @run main/othervm -Dforeign.restricted=permit -XX:+UseShenandoahGC -XX:ShenandoahGCHeuristics=aggressive TestLinkToNativeRBP
35+
* @run main/othervm -Dforeign.restricted=permit -XX:+UnlockDiagnosticVMOptions
36+
* -XX:+UseShenandoahGC -XX:ShenandoahGCHeuristics=aggressive TestLinkToNativeRBP
3637
*
3738
*/
3839

0 commit comments

Comments
 (0)