ports/java/jdk13/files/patch-jvm.cfg
Greg Lewis 847bdee6eb . Now that we can use Classic and HotSpot, make classic (and hence green
threads) the default.  This is the most stable combination.
2003-04-22 20:06:33 +00:00

13 lines
333 B
INI

$FreeBSD$
--- ../src/solaris/bin/jvm.cfg.orig Mon Feb 24 15:41:30 2003
+++ ../src/solaris/bin/jvm.cfg Mon Feb 24 15:41:42 2003
@@ -8,7 +8,7 @@
# List of JVMs that can be used as the first option to java, javac, etc.
# Order is important -- first in this list is the default JVM.
#
+-classic
-client
-hotspot
-server
--classic