test/java/util/concurrent/atomic/VMSupportsCS8.java

Print this page

        

@@ -22,10 +22,12 @@
  */
 
 /*
  * @test
  * @bug 4992443 4994819
+ * @compile -source 1.5 VMSupportsCS8.java
+ * @run main VMSupportsCS8
  * @summary Checks that the value of VMSupportsCS8 matches system properties.
  */
 
 import java.lang.reflect.Field;