From 5d8bb895c90f2328e4e2780a407fe266db69637f Mon Sep 17 00:00:00 2001 From: glewis Date: Tue, 6 Sep 2005 02:41:30 +0000 Subject: . Force the Client VM when dumping the shared archive since you can't dump the archive with the Server VM. --- java/jdk16/files/pkg-install.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java/jdk16/files') 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 -- cgit