aboutsummaryrefslogtreecommitdiffstats
path: root/java/jdk16
diff options
context:
space:
mode:
authorglewis <glewis@FreeBSD.org>2005-09-06 10:41:30 +0800
committerglewis <glewis@FreeBSD.org>2005-09-06 10:41:30 +0800
commit5d8bb895c90f2328e4e2780a407fe266db69637f (patch)
tree22109d36ecc949a55a1561b0668f6162f0f0ae05 /java/jdk16
parent6504d94a1e02f18c714fa1adf44265b874be2bf4 (diff)
downloadfreebsd-ports-gnome-5d8bb895c90f2328e4e2780a407fe266db69637f.tar.gz
freebsd-ports-gnome-5d8bb895c90f2328e4e2780a407fe266db69637f.tar.zst
freebsd-ports-gnome-5d8bb895c90f2328e4e2780a407fe266db69637f.zip
. Force the Client VM when dumping the shared archive since you can't
dump the archive with the Server VM.
Diffstat (limited to 'java/jdk16')
-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