diff options
author | glewis <glewis@FreeBSD.org> | 2003-04-23 04:06:33 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2003-04-23 04:06:33 +0800 |
commit | 0f66c8862edf9ba703765a9f900c949d02b50578 (patch) | |
tree | 5c6a4fc41e4a88ff4f7711518d8ecc397c8057cd /java | |
parent | 3287c334b27b72f3010dfd9b1b114f4b7e831846 (diff) | |
download | freebsd-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.cfg | 13 |
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 |