/hg/release/icedtea7-forest-2.6/hotspot: 5 new changesets

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Fri Nov 13 08:33:53 UTC 2015


changeset 45f3eed46e55 in /hg/release/icedtea7-forest-2.6/hotspot
details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/hotspot?cmd=changeset;node=45f3eed46e55
author: andrew
date: Fri Nov 13 04:49:46 2015 +0000

	Added tag icedtea-2.6.2 for changeset f40363c11191


changeset d61a34c5c764 in /hg/release/icedtea7-forest-2.6/hotspot
details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/hotspot?cmd=changeset;node=d61a34c5c764
author: andrew
date: Fri Nov 13 02:43:44 2015 +0000

	Added tag jdk7u91-b02 for changeset 2f2d431ace96


changeset 628ed97507cf in /hg/release/icedtea7-forest-2.6/hotspot
details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/hotspot?cmd=changeset;node=628ed97507cf
author: andrew
date: Fri Nov 13 04:54:58 2015 +0000

	Merge jdk7u91-b02


changeset c3cde6774003 in /hg/release/icedtea7-forest-2.6/hotspot
details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/hotspot?cmd=changeset;node=c3cde6774003
author: andrew
date: Fri Nov 13 04:57:20 2015 +0000

	PR2683: AArch64 port has broken Zero on AArch64


changeset 52f296457aa8 in /hg/release/icedtea7-forest-2.6/hotspot
details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/hotspot?cmd=changeset;node=52f296457aa8
author: andrew
date: Fri Nov 13 08:31:58 2015 +0000

	Added tag icedtea-2.6.3 for changeset c3cde6774003


diffstat:

 .hgtags                            |  3 +++
 src/share/vm/runtime/vmStructs.cpp |  4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r f40363c11191 -r 52f296457aa8 .hgtags
--- a/.hgtags	Wed Oct 21 03:15:32 2015 +0100
+++ b/.hgtags	Fri Nov 13 08:31:58 2015 +0000
@@ -881,3 +881,6 @@
 1500c88d1b61914b3fbe7dfd8c521038bd95bde3 icedtea-2.6.2pre02
 cce12560430861a962349343b61d3a9eb12c6571 jdk7u91-b00
 5eaaa63440c4416cd9c03d586f72b3be8c7c73f8 jdk7u91-b01
+f40363c111917466319901436650f22f8403b749 icedtea-2.6.2
+2f2d431ace967c9a71194e1bb46f38b35ea43512 jdk7u91-b02
+c3cde6774003850aa6c44315c9c3e4dfdac69798 icedtea-2.6.3
diff -r f40363c11191 -r 52f296457aa8 src/share/vm/runtime/vmStructs.cpp
--- a/src/share/vm/runtime/vmStructs.cpp	Wed Oct 21 03:15:32 2015 +0100
+++ b/src/share/vm/runtime/vmStructs.cpp	Fri Nov 13 08:31:58 2015 +0000
@@ -843,10 +843,10 @@
   /***********************************/                                                                                              \
                                                                                                                                      \
      static_field(StubRoutines,                _call_stub_return_address,                     address)                               \
-  AARCH64_ONLY(                                      \
+  AARCH64_ONLY(NOT_ZERO(						\
       static_field(StubRoutines,                _updateBytesCRC32,                             address)                              \
      static_field(StubRoutines,                _crc_table_adr,                                address)                               \
-  )                                                  \
+  ))   \
                                                                                                                                      \
   /***************************************/                                                                                          \
   /* PcDesc and other compiled code info */                                                                                          \


More information about the distro-pkg-dev mailing list