# HG changeset patch # User Andrew John Hughes # Date 1350461659 -3600 # Node ID f8309d7b8f6194920e3b9b003e726820195220b5 # Parent 9e95e25150ada367135a66e141d3e1a6d40e1bd8 S7158800: Improve storage of symbol tables 2011-10-17 Andrew John Hughes * Makefile.am: (HOTSPOT_CHANGESET): Update to bring in S7158800. (HOTSPOT_SHA256SUM): Likewise. * NEWS: Add S7158800 diff -r 9e95e25150ad -r f8309d7b8f61 ChangeLog --- a/ChangeLog Wed Oct 17 07:44:02 2012 +0100 +++ b/ChangeLog Wed Oct 17 09:14:19 2012 +0100 @@ -1,3 +1,11 @@ +2011-10-17 Andrew John Hughes + + * Makefile.am: + (HOTSPOT_CHANGESET): Update to bring in + S7158800. + (HOTSPOT_SHA256SUM): Likewise. + * NEWS: Add S7158800 + 2011-10-17 Andrew John Hughes * configure.ac: Bump to 2.1.3 proper. diff -r 9e95e25150ad -r f8309d7b8f61 Makefile.am --- a/Makefile.am Wed Oct 17 07:44:02 2012 +0100 +++ b/Makefile.am Wed Oct 17 09:14:19 2012 +0100 @@ -5,7 +5,7 @@ COMBINED_VERSION = $(JDK_UPDATE_VERSION)-$(OPENJDK_VERSION) CORBA_CHANGESET = 79ee8535bc51 -HOTSPOT_CHANGESET = 767fdaea4155 +HOTSPOT_CHANGESET = a456d0771ba0 JAXP_CHANGESET = 77e7219c7424 JAXWS_CHANGESET = d92eda447bca JDK_CHANGESET = d7ecb57d3c61 @@ -13,7 +13,7 @@ OPENJDK_CHANGESET = f89009ada191 CORBA_SHA256SUM = f61dad8d484e4a9e645b7fb73da87bc44f9986a074629154f37ed46be05f5b84 -HOTSPOT_SHA256SUM = a2a2c610e9ebb97a3c95be233533035cf4f59c4cc45a553ba09e52106fbad113 +HOTSPOT_SHA256SUM = 09a64fca0beff0759ef1b461d63ed6a00e43032972781bb3a55e49d8b93f67d0 JAXP_SHA256SUM = 9cfbc0efaface20f7188870b9bf5b0ebc73d745cd9a49d013cd4e81ba223ccdc JAXWS_SHA256SUM = 6d0858d46b68d6e8488e70d1675e5b656aeb4ef51e8ee4e330e77219f92c1c0c JDK_SHA256SUM = 11146763409098a42dd9896f3fb7e7324a58c5cff5298009eb347ad26abeed51 diff -r 9e95e25150ad -r f8309d7b8f61 NEWS --- a/NEWS Wed Oct 17 07:44:02 2012 +0100 +++ b/NEWS Wed Oct 17 09:14:19 2012 +0100 @@ -42,6 +42,7 @@ - S7175845: "jar uf" changes file permissions unexpectedly - S7177216: native2ascii changes file permissions of input file - S7106773: 512 bits RSA key cannot work with SHA384 and SHA512 + - S7158800: Improve storage of symbol tables * Bug fixes - Remove merge artefact. - Remove the Xp header and library checks.