< prev index next >

test/runtime/Safepoint/AssertSafepointCheckConsistency2.java

Print this page

        

@@ -24,11 +24,11 @@
 /*
  * @test
  * @bug 8047290
  * @summary Ensure that a Monitor::lock fires an assert when it incorrectly acquires a lock which must never have safepoint checks.
  * @library /testlibrary /../../test/lib
- * @build AssertSafepointCheckConsistency2
+ * @build com.oracle.java.testlibrary.* AssertSafepointCheckConsistency2
  * @run main ClassFileInstaller sun.hotspot.WhiteBox
  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
  * @run main AssertSafepointCheckConsistency2
  */
 
< prev index next >