summaryrefslogtreecommitdiff
path: root/java/jdk16/files
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2005-09-06 02:41:30 +0000
committerGreg Lewis <glewis@FreeBSD.org>2005-09-06 02:41:30 +0000
commitba4e0f26bff24386aa8a4f635bc18ca919884eca (patch)
treeff2195786ed4b3ac9ff77e52de65cab6a66a623f /java/jdk16/files
parent. Update to 1.02.031. (diff)
. Force the Client VM when dumping the shared archive since you can't
dump the archive with the Server VM.
Notes
Notes: svn path=/head/; revision=142042
Diffstat (limited to 'java/jdk16/files')
-rw-r--r--java/jdk16/files/pkg-install.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/jdk16/files/pkg-install.in b/java/jdk16/files/pkg-install.in
index c85ac26b433d..ceb096b79952 100644
--- a/java/jdk16/files/pkg-install.in
+++ b/java/jdk16/files/pkg-install.in
@@ -20,6 +20,6 @@ if [ "$2" = "POST-INSTALL" ]; then
# Set up class data sharing
if [ -x "${JRE_HOME}/bin/java" ]; then
- "${JRE_HOME}/bin/java" -Xshare:dump
+ "${JRE_HOME}/bin/java" -client -Xshare:dump
fi
fi