< prev index next >

test/sun/tools/jmap/BasicJMapTest.java

Print this page
rev 17272 : 8181391: remove explicit @build actions for the top level testlibary classes
Reviewed-by: duke

*** 37,50 **** * @summary Unit test for jmap utility * @key intermittent * @library /lib/testlibrary * @library /test/lib * @build jdk.testlibrary.* - * @build jdk.test.lib.hprof.* - * @build jdk.test.lib.hprof.model.* - * @build jdk.test.lib.hprof.parser.* - * @build jdk.test.lib.hprof.util.* * @run main/timeout=240 BasicJMapTest */ public class BasicJMapTest { private static ProcessBuilder processBuilder = new ProcessBuilder(); --- 37,46 ----
< prev index next >