Searched refs:TestIntUnsafeCAS (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/test/compiler/8004867/
H A DTestIntUnsafeCAS.java30 * @run main/othervm/timeout=300 -Xbatch -XX:+IgnoreUnrecognizedVMOptions -XX:-TieredCompilation -XX:-OptimizeFill TestIntUnsafeCAS
31 * @run main/othervm/timeout=300 -Xbatch -XX:+IgnoreUnrecognizedVMOptions -XX:-TieredCompilation -XX:+OptimizeFill TestIntUnsafeCAS
37 public class TestIntUnsafeCAS { class
49 Class c = TestIntUnsafeCAS.class.getClassLoader().loadClass("sun.misc.Unsafe");

Completed in 23 milliseconds