jdk/test/sun/tools/jps/JpsHelper.java
changeset 32474 5b41b53a4997
parent 31454 4dba1183dc2f
child 35246 05ced3076fd8
--- a/jdk/test/sun/tools/jps/JpsHelper.java	Fri Sep 04 09:31:47 2015 -0700
+++ b/jdk/test/sun/tools/jps/JpsHelper.java	Fri Sep 04 12:18:03 2015 +0200
@@ -97,7 +97,10 @@
      * 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"};
+    public static final String[] VM_ARGS = {
+        "-XX:+UsePerfData", "-Xmx512m", "-XX:+PrintGCDetails",
+        "-Dmultiline.prop=value1\nvalue2\r\nvalue3"
+    };
     /**
      * VM flag to start test application with
      */