[armedbear-cvs] r13678 - trunk/abcl

mevenson at common-lisp.net mevenson at common-lisp.net
Thu Oct 27 11:55:53 UTC 2011


Author: mevenson
Date: Thu Oct 27 04:55:52 2011
New Revision: 13678

Log:
Java5 JVM implementation use -XX:+CMSPermGenSweepingEnabled to GC Java classes.

Modified:
   trunk/abcl/abcl.properties.in

Modified: trunk/abcl/abcl.properties.in
==============================================================================
--- trunk/abcl/abcl.properties.in	Tue Oct 25 06:29:23 2011	(r13677)
+++ trunk/abcl/abcl.properties.in	Thu Oct 27 04:55:52 2011	(r13678)
@@ -25,6 +25,9 @@
 # Use a separate concurrent GC thread (java-1.6_14 or later)
 #java.options=-d64 -Xmx8g -XX:+UseConcMarkSweepGC
 
+# Java 5 era (???) flag to GC class definitions
+#java.options=-XX:+CMSPermGenSweepingEnabled
+
 # The unloading of class definitions is a per jvm policy.  For those
 # implementations which run out of permgen space, the following should
 # help things out.




More information about the armedbear-cvs mailing list