aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorglewis <glewis@FreeBSD.org>2003-04-23 04:06:33 +0800
committerglewis <glewis@FreeBSD.org>2003-04-23 04:06:33 +0800
commit0f66c8862edf9ba703765a9f900c949d02b50578 (patch)
tree5c6a4fc41e4a88ff4f7711518d8ecc397c8057cd /java
parent3287c334b27b72f3010dfd9b1b114f4b7e831846 (diff)
downloadfreebsd-ports-graphics-0f66c8862edf9ba703765a9f900c949d02b50578.tar.gz
freebsd-ports-graphics-0f66c8862edf9ba703765a9f900c949d02b50578.tar.zst
freebsd-ports-graphics-0f66c8862edf9ba703765a9f900c949d02b50578.zip
. Now that we can use Classic and HotSpot, make classic (and hence green
threads) the default. This is the most stable combination.
Diffstat (limited to 'java')
-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 00000000000..0340ae73d6d
--- /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