Remove the StringCache option which was removed in JDK8

This commit is contained in:
Trustin Lee 2014-02-08 11:14:16 -08:00
parent c8ec5be842
commit ed4f7305ce

View File

@ -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
</test.jvm.argLine>