diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2003-04-22 20:06:33 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2003-04-22 20:06:33 +0000 |
commit | 847bdee6eb056f1c388f142cb5209f01259b12ab (patch) | |
tree | 05e87c8cf7cde0ba219171a3345461317b74273f /java | |
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')
-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 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 |