[icedtea-web] RFC: Support building against OpenJDK9
Andrew Hughes
gnu.andrew at redhat.com
Fri Jan 24 08:18:07 PST 2014
----- Original Message -----
> * Omair Majid <omajid at redhat.com> [2014-01-23 17:06]:
> > I tried to build IcedTea-Web against OpenJDK8 for the first time today
> > and ran into a two issues:
>
> I also tried building IcedTea-Web against OpenJDK9. Only one more issue
> popped up.
>
> OpenJDK9 no longer has a PermGen and no longer recognizes the
> -XX:PermSize option. The javadoc invocation used by IcedTea-Web fails. I
> am not sure why PermGen sizes are being specified in IcedTea-Web in the
> first place, so I would like to remove the PermGen-related flags.
>
> The attached patch does that. Thoughts?
>
> Thanks,
> Omair
>
> --
> PGP Key: 66484681 (http://pgp.mit.edu/)
> Fingerprint = F072 555B 0A17 3957 4E95 0056 F286 F14F 6648 4681
>
$ hg annotate Makefile.am |grep PermSize
57: JAVADOC_MEM_OPTS=-J-Xmx1024m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m
$ hg log -r 57
changeset: 57:243ab4185293
user: Andrew John Hughes <ahughes at redhat.com>
date: Fri Nov 26 15:21:56 2010 +0000
summary: Add documentation build support.
As I implied on IRC yesterday, more than happy for you to drop this :)
--
Andrew :)
Free Java Software Engineer
Red Hat, Inc. (http://www.redhat.com)
PGP Key: 248BDC07 (https://keys.indymedia.org/)
Fingerprint = EC5A 1F5E C0AD 1D15 8F1F 8F91 3B96 A578 248B DC07
More information about the distro-pkg-dev
mailing list