[Bug 1281] [IcedTea8] Shared class data archive should be generated post-build on architectures with the client VM
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Tue Mar 3 00:20:42 UTC 2015
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1281
--- Comment #3 from hg commits <mercurial at icedtea.classpath.org> ---
details:
http://icedtea.classpath.org//hg/icedtea?cmd=changeset;node=a9271fe74b8d
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Tue Mar 03 00:15:26 2015 +0000
PR1281, RH513605: Updating/Installing OpenJDK should recreate the shared
class-data archive
2015-03-02 Andrew John Hughes <gnu.andrew at member.fsf.org>
* Makefile.am:
(add-archive): Change from BUILD_OUTPUT_DIR to
BUILD_IMAGE_DIR.
(clean-add-archive): Likewise.
(add-archive-debug): Change from DEBUG_BUILD_OUTPUT_DIR
to BUILD_DEBUG_IMAGE_DIR.
(clean-add-archive-debug): Likewise.
(add-archive-boot): Change from BOOT_BUILD_OUTPUT_DIR
to BUILD_BOOT_IMAGE_DIR.
(clean-add-archive-boot): Likewise.
2013-06-05 Andrew John Hughes <gnu.andrew at member.fsf.org>
PR1281: Updating/Installing OpenJDK should recreate the
shared class-data archive
* Makefile.am:
(.PHONY): Add clean-add-archive, clean-add-archive-debug
and clean-add-archive-boot.
2013-02-08 Andrew John Hughes <gnu.andrew at redhat.com>
PR1301: PR1171 causes Zero builds to fail
* Makefile.am:
(add-archive): Don't run -Xshare:dump if building
Zero.
(add-archive-debug): Likewise.
(add-archive-boot): Likewise.
2013-01-25 Andrew John Hughes <gnu.andrew at redhat.com>
* Makefile.am:
(clean-add-archive): Delete the archive.
(clean-add-archive-debug): Likewise for debug.
(clean-add-archive-boot): Likewise for bootstrap.
2012-11-28 Andrew John Hughes <gnu.andrew at redhat.com>
* Makefile.am:
(add-archive): Only run -Xshare:dump when java
exists and we aren't building CACAO or JamVM.
(add-archive-debug): Likewise.
(add-archive-boot): Likewise.
2012-11-20 Andrew John Hughes <gnu.andrew at redhat.com>
RH513605: Updating/Installing OpenJDK should recreate
the shared class-data archive
* Makefile.am:
(add-archive): Run -Xshare:dump on the newly built JDK.
(clean-add-archive): Delete stamp.
(add-archive-debug): Same as add-archive for icedtea-debug.
(clean-add-archive-debug): Same as clean-add-archive for icedtea-debug.
(icedtea-stage2): Depend on add-archive.
(clean-icedtea-stage2): Depend on clean-add-archive.
(icedtea-debug-stage2): Depend on add-archive-debug.
(clean-icedtea-debug-stage2): Depend on clean-add-archive-debug.
(add-archive-boot): Same as add-archive for icedtea-boot.
(clean-add-archive-boot): Same as clean-add-archive for icedtea-boot.
(icedtea-stage1): Depend on add-archive-boot.
(clean-icedtea-stage1): Depend on clean-add-archive-boot.
* NEWS: Mention.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20150303/8f38e03e/attachment.html>
More information about the distro-pkg-dev
mailing list