test/java/lang/management/MemoryMXBean/LowMemoryTest.java

Print this page
rev 9907 : 8034960: Serviceability tests using @library failing with java.lang.NoClassDefFoundError
Reviewed-by: sla, alanb

@@ -29,11 +29,11 @@
  *          2) test low memory detection on the old generation.
  *
  * @author  Mandy Chung
  *
  * @library /lib/testlibrary/
- * @build LowMemoryTest MemoryUtil RunUtil
+ * @build jdk.testlibrary.* LowMemoryTest MemoryUtil RunUtil
  * @run main/timeout=600 LowMemoryTest
  */
 
 import java.lang.management.*;
 import java.util.*;