summaryrefslogtreecommitdiff
path: root/java/jdk13
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2003-04-22 20:06:33 +0000
committerGreg Lewis <glewis@FreeBSD.org>2003-04-22 20:06:33 +0000
commit847bdee6eb056f1c388f142cb5209f01259b12ab (patch)
tree05e87c8cf7cde0ba219171a3345461317b74273f /java/jdk13
parent. Fix the shell wrapper to cope with HotSpot and as a result remove the (diff)
. Now that we can use Classic and HotSpot, make classic (and hence green
threads) the default. This is the most stable combination.
Notes
Notes: svn path=/head/; revision=79472
Diffstat (limited to 'java/jdk13')
-rw-r--r--java/jdk13/files/patch-jvm.cfg13
1 files changed, 13 insertions, 0 deletions
diff --git a/java/jdk13/files/patch-jvm.cfg b/java/jdk13/files/patch-jvm.cfg
new file mode 100644
index 000000000000..0340ae73d6dc
--- /dev/null
+++ b/java/jdk13/files/patch-jvm.cfg
@@ -0,0 +1,13 @@
+$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