From ed4f7305ceff7eb91dd81f1e24c13d671b2eece1 Mon Sep 17 00:00:00 2001 From: Trustin Lee Date: Sat, 8 Feb 2014 11:14:16 -0800 Subject: [PATCH] Remove the StringCache option which was removed in JDK8 --- pom.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pom.xml b/pom.xml index dfffe6f234..cac1cc5a45 100644 --- a/pom.xml +++ b/pom.xml @@ -78,7 +78,6 @@ -XX:+TieredCompilation -XX:+UseBiasedLocking -XX:+UseFastAccessorMethods - -XX:+UseStringCache -XX:+OptimizeStringConcat -XX:+HeapDumpOnOutOfMemoryError -Dio.netty.leakDetectionLevel=3 @@ -125,7 +124,6 @@ -XX:+TieredCompilation -XX:+UseBiasedLocking -XX:+UseFastAccessorMethods - -XX:+UseStringCache -XX:+OptimizeStringConcat -XX:+HeapDumpOnOutOfMemoryError