< prev index next >

test/sun/jvmstat/perfdata/PrologSanity/PrologSizeSanityCheck.java

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

*** 22,34 **** */ /* * @test * @bug 4990825 - * @modules jdk.internal.jvmstat/sun.jvmstat.monitor - * @run main/othervm -XX:+UsePerfData PrologSizeSanityCheck * @summary prolog size and overflow sanity checks */ import sun.jvmstat.monitor.*; public class PrologSizeSanityCheck { --- 22,34 ---- */ /* * @test * @bug 4990825 * @summary prolog size and overflow sanity checks + * + * @run main/othervm -XX:+UsePerfData PrologSizeSanityCheck */ import sun.jvmstat.monitor.*; public class PrologSizeSanityCheck {
< prev index next >