Repository: groovy
Updated Branches:
  refs/heads/GROOVY_2_4_X 5314b30cf -> 746e4944d


Ignore unrecognized VM options

Some VM options such as `-XX:+CMSPermGenSweepingEnabled` are removed in 
JDK9[1], so JVM will fail to start if these unrecognized VM options are not 
ignored.

[1] 
http://www.oracle.com/technetwork/java/javase/9-removed-features-3745614.html


Project: http://git-wip-us.apache.org/repos/asf/groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/746e4944
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/746e4944
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/746e4944

Branch: refs/heads/GROOVY_2_4_X
Commit: 746e4944d58de42aa44d586804582dd5dc3605dc
Parents: 5314b30
Author: sunlan <[email protected]>
Authored: Sat Dec 23 11:59:45 2017 +0800
Committer: sunlan <[email protected]>
Committed: Sat Dec 23 11:59:45 2017 +0800

----------------------------------------------------------------------
 gradle.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/746e4944/gradle.properties
----------------------------------------------------------------------
diff --git a/gradle.properties b/gradle.properties
index 9ace43b..fdc8e14 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -29,4 +29,4 @@ groovycMain_mx=1g
 groovycTest_mx=1g
 
 javaDoc_mx=1g
-org.gradle.jvmargs=-Xms800m -Xmx1500m -XX:MaxPermSize=512m 
-XX:+CMSClassUnloadingEnabled -XX:+CMSPermGenSweepingEnabled
+org.gradle.jvmargs=-Xms800m -Xmx1500m -XX:MaxPermSize=512m 
-XX:+CMSClassUnloadingEnabled -XX:+CMSPermGenSweepingEnabled 
-XX:+IgnoreUnrecognizedVMOptions

Reply via email to