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,39 **** * 2) test low memory detection on the old generation. * * @author Mandy Chung * * @library /lib/testlibrary/ ! * @build LowMemoryTest MemoryUtil RunUtil * @run main/timeout=600 LowMemoryTest */ import java.lang.management.*; import java.util.*; --- 29,39 ---- * 2) test low memory detection on the old generation. * * @author Mandy Chung * * @library /lib/testlibrary/ ! * @build jdk.testlibrary.* LowMemoryTest MemoryUtil RunUtil * @run main/timeout=600 LowMemoryTest */ import java.lang.management.*; import java.util.*;