< prev index next >

test/runtime/contended/Basic.java

Print this page
rev 10304 : [mq]: jake_pre_integ

@@ -40,11 +40,11 @@
 
 /*
  * @test
  * @bug     8003985
  * @summary Support Contended Annotation - JEP 142
- * @modules java.base/sun.misc
+ * @modules java.base/jdk.internal.vm.annotation
  * @run main/othervm -XX:-RestrictContended Basic
  */
 public class Basic {
 
     private static final Unsafe U;
< prev index next >