< prev index next >

test/hotspot/jtreg/runtime/InvocationTests/shared/AbstractGenerator.java

Print this page

        

*** 29,41 **** import java.util.Arrays; import java.util.Map; import java.util.List; import java.util.ArrayList; - /** - * - */ public abstract class AbstractGenerator { protected final boolean dumpClasses; protected final boolean executeTests; private static int testNum = 0; --- 29,38 ----
< prev index next >