This is an automated email from the ASF dual-hosted git repository.

upthewaterspout pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new efab926  GEODE-4671: Removing flags that aren't recognized by JDK 9
efab926 is described below

commit efab9269ca7e34c39e08743f05734be5bc31d42e
Author: Dan Smith <[email protected]>
AuthorDate: Tue Feb 13 14:49:47 2018 -0800

    GEODE-4671: Removing flags that aren't recognized by JDK 9
    
    Removing debug flags from ProcessManager that aren't recognized by JDK
    9.
---
 .../java/org/apache/geode/test/dunit/standalone/ProcessManager.java    | 3 ---
 1 file changed, 3 deletions(-)

diff --git 
a/geode-core/src/test/java/org/apache/geode/test/dunit/standalone/ProcessManager.java
 
b/geode-core/src/test/java/org/apache/geode/test/dunit/standalone/ProcessManager.java
index 06c4c7d..fd15bc3 100755
--- 
a/geode-core/src/test/java/org/apache/geode/test/dunit/standalone/ProcessManager.java
+++ 
b/geode-core/src/test/java/org/apache/geode/test/dunit/standalone/ProcessManager.java
@@ -258,9 +258,6 @@ public class ProcessManager {
         + ConfigurationProperties.VALIDATE_SERIALIZABLE_OBJECTS + "=true");
     cmds.add("-ea");
     cmds.add("-XX:MetaspaceSize=512m");
-    cmds.add("-XX:+PrintGC");
-    cmds.add("-XX:+PrintGCDetails");
-    cmds.add("-XX:+PrintGCTimeStamps");
     cmds.add(agent);
     cmds.add(ChildVM.class.getName());
     String[] rst = new String[cmds.size()];

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to