summaryrefslogtreecommitdiff
path: root/test/partest
diff options
context:
space:
mode:
authorSeth Tisue <seth@tisue.net>2015-07-13 12:01:37 -0400
committerSeth Tisue <seth@tisue.net>2015-07-13 12:01:37 -0400
commit05cf32c55f6c8b74920a8a059831e9593e3ab233 (patch)
tree1cbb0f41ae8ece076b250a7f2077b8ac6f2d8dce /test/partest
parent02c3bac0b2c534ff8a8bbdb544034bf68a0be334 (diff)
downloadscala-05cf32c55f6c8b74920a8a059831e9593e3ab233.tar.gz
scala-05cf32c55f6c8b74920a8a059831e9593e3ab233.tar.bz2
scala-05cf32c55f6c8b74920a8a059831e9593e3ab233.zip
remove -XX:MaxPermSize=128M; it doesn't exist in Java 8
Diffstat (limited to 'test/partest')
-rwxr-xr-xtest/partest3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/partest b/test/partest
index f396459c6d..7e19c92165 100755
--- a/test/partest
+++ b/test/partest
@@ -117,8 +117,7 @@ fi
# last arg wins, so if JAVA_OPTS already contains -Xmx or -Xms the
# supplied argument will be used.
-# At this writing it is reported test/partest --all requires 108m permgen.
-JAVA_OPTS="-Xmx1024M -Xms64M -XX:MaxPermSize=128M $JAVA_OPTS"
+JAVA_OPTS="-Xmx1024M -Xms64M $JAVA_OPTS"
# the ant task doesn't supply any options by default,
# so don't do that here either -- note that you may want to pass -optimise