r11119 - in packages/trunk/freecol/debian: . wrapper

Vincent Fourmond fourmond at alioth.debian.org
Tue Jul 20 22:50:23 UTC 2010


Author: fourmond
Date: 2010-07-20 22:50:22 +0000 (Tue, 20 Jul 2010)
New Revision: 11119

Modified:
   packages/trunk/freecol/debian/changelog
   packages/trunk/freecol/debian/control
   packages/trunk/freecol/debian/wrapper/freecol
Log:
[freecol] Workaround for a GC bug in hotspot

Modified: packages/trunk/freecol/debian/changelog
===================================================================
--- packages/trunk/freecol/debian/changelog	2010-07-20 15:09:56 UTC (rev 11118)
+++ packages/trunk/freecol/debian/changelog	2010-07-20 22:50:22 UTC (rev 11119)
@@ -1,3 +1,12 @@
+freecol (0.9.2+dfsg-2) unstable; urgency=low
+
+  * Now pass -Xincgc as java argument, as GC crashes apparently do not
+    occur using this GC engine. Closes: #583692 (BTW, it seems to
+    significantly speed up AI turn)
+  * Already conforms to 3.9.0
+
+ -- Vincent Fourmond <fourmond at debian.org>  Wed, 21 Jul 2010 00:44:19 +0200
+
 freecol (0.9.2+dfsg-1) unstable; urgency=low
 
   * New upstream release (closes: #567803)

Modified: packages/trunk/freecol/debian/control
===================================================================
--- packages/trunk/freecol/debian/control	2010-07-20 15:09:56 UTC (rev 11118)
+++ packages/trunk/freecol/debian/control	2010-07-20 22:50:22 UTC (rev 11119)
@@ -8,7 +8,7 @@
  tex4ht, texlive-binaries | texlive-base-bin, ant-optional,
  texlive-latex-recommended, libcommons-cli-java, libmiglayout-java,
  libcortado-java
-Standards-Version: 3.8.4
+Standards-Version: 3.9.0
 Homepage: http://www.freecol.org
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/freecol
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-games/packages/trunk/freecol

Modified: packages/trunk/freecol/debian/wrapper/freecol
===================================================================
--- packages/trunk/freecol/debian/wrapper/freecol	2010-07-20 15:09:56 UTC (rev 11118)
+++ packages/trunk/freecol/debian/wrapper/freecol	2010-07-20 22:50:22 UTC (rev 11119)
@@ -24,5 +24,5 @@
     disablenet="-Djava.net.preferIPv4Stack=true"
 fi
 
-run_java $disablenet -Xmx180M net.sf.freecol.FreeCol --freecol-data \
+run_java $disablenet -Xincgc -Xmx180M net.sf.freecol.FreeCol --freecol-data \
     /usr/share/games/freecol $lang_argument "$@"




More information about the Pkg-games-commits mailing list