< prev index next >

test/testlibrary_tests/TestPlatformIsTieredSupported.java

Print this page

        

@@ -27,11 +27,11 @@
 
 /**
  * @test
  * @summary Verifies that Platform::isTieredSupported returns correct value.
  * @library /testlibrary /../../test/lib
- * @build TestPlatformIsTieredSupported
+ * @build com.oracle.java.testlibrary.* TestPlatformIsTieredSupported
  * @run main ClassFileInstaller sun.hotspot.WhiteBox
  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
  *                   -XX:+WhiteBoxAPI -XX:+TieredCompilation
  *                   TestPlatformIsTieredSupported
< prev index next >