--- a/hotspot/test/compiler/stable/TestStableMemoryBarrier.java Tue May 03 09:09:20 2016 +0100
+++ b/hotspot/test/compiler/stable/TestStableMemoryBarrier.java Fri May 06 06:12:56 2016 -0700
@@ -28,10 +28,11 @@
* @bug 8139758
* @summary tests memory barrier correctly inserted for stable fields
* @library /testlibrary /test/lib
+ * @modules java.base/jdk.internal.misc
* @modules java.base/jdk.internal.vm.annotation
*
* @run main/bootclasspath/othervm -Xcomp -XX:CompileOnly=::testCompile
- * compiler.stable.TestStableMemoryBarrier
+ * compiler.stable.TestStableMemoryBarrier
*
* @author hui.shi@linaro.org
*/