< prev index next >

test/runtime/contended/OopMapsSameGroup.java

Print this page
rev 10304 : [mq]: jake_pre_integ

@@ -41,11 +41,11 @@
 /*
  * @test
  * @bug     8015272
  * @summary \@Contended within the same group to use the same oop map
  *
- * @modules java.base/sun.misc
+ * @modules java.base/jdk.internal.vm.annotation
  * @run main/othervm -XX:-RestrictContended -XX:ContendedPaddingWidth=128 -Xmx128m OopMapsSameGroup
  */
 public class OopMapsSameGroup {
 
     public static final int COUNT = 10000;
< prev index next >