pkgsrc/lang/sun-jre15/INSTALL.tmpl
tv 5fe8eb9bc1 Class Data Sharing, while fast, is apparently also touchy. Do the
classes.jsa generation at the last possible moment, in the INSTALL script.

(Somewhere in the generated file is a hash of the pathname used to generate
it, and -Xshare:on failed with the classes.jsa generated in the build tree.)
2004-10-09 04:19:10 +00:00

6 lines
137 B
Cheetah

# $NetBSD: INSTALL.tmpl,v 1.1 2004/10/09 04:19:10 tv Exp $
case ${STAGE} in
POST-INSTALL)
${PREFIX}/bin/sun15-java -Xshare:dump;;
esac