test/java/lang/management/MemoryMXBean/CollectionUsageThreshold.java

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

*** 29,39 **** * 2) test notification emitted for two different memory pools. * * @author Mandy Chung * * @library /lib/testlibrary/ ! * @build CollectionUsageThreshold MemoryUtil RunUtil * @run main/timeout=300 CollectionUsageThreshold */ import java.util.*; import java.util.concurrent.*; --- 29,39 ---- * 2) test notification emitted for two different memory pools. * * @author Mandy Chung * * @library /lib/testlibrary/ ! * @build jdk.testlibrary.* CollectionUsageThreshold MemoryUtil RunUtil * @run main/timeout=300 CollectionUsageThreshold */ import java.util.*; import java.util.concurrent.*;