< prev index next >

test/java/lang/management/MemoryMXBean/Pending.java

Print this page
rev 16783 : 8176176: fix @modules in jdk_svc tests
Reviewed-by: duke

*** 22,41 **** */ /* * @test * @bug 4530538 - * @modules java.base/jdk.internal.misc - * java.management * @summary Basic unit test of * RuntimeMXBean.getObjectPendingFinalizationCount() * 1. GC and runFinalization() to get the current pending number * 2. Create some number of objects with reference and without ref. * 3. Clear all the references * 4. GC and runFinalization() and the finalizable objects should * be garbage collected. * @author Alexei Guibadoulline and Mandy Chung */ import java.lang.management.*; public class Pending { --- 22,42 ---- */ /* * @test * @bug 4530538 * @summary Basic unit test of * RuntimeMXBean.getObjectPendingFinalizationCount() * 1. GC and runFinalization() to get the current pending number * 2. Create some number of objects with reference and without ref. * 3. Clear all the references * 4. GC and runFinalization() and the finalizable objects should * be garbage collected. * @author Alexei Guibadoulline and Mandy Chung + * + * @modules java.base/jdk.internal.misc + * java.management */ import java.lang.management.*; public class Pending {
< prev index next >