< prev index next >

test/sun/tools/jps/JpsHelper.java

Print this page

        

*** 96,106 **** /** * VM arguments to start test application with. * -XX:+UsePerfData is required for running the tests on embedded platforms. */ public static final String[] VM_ARGS = { ! "-XX:+UsePerfData", "-Xmx512m", "-XX:+PrintGCDetails", "-Dmultiline.prop=value1\nvalue2\r\nvalue3" }; /** * VM flag to start test application with */ --- 96,106 ---- /** * VM arguments to start test application with. * -XX:+UsePerfData is required for running the tests on embedded platforms. */ public static final String[] VM_ARGS = { ! "-XX:+UsePerfData", "-Xmx512m", "-Xlog:gc*=debug", "-Dmultiline.prop=value1\nvalue2\r\nvalue3" }; /** * VM flag to start test application with */
< prev index next >