changeset 29:835c846563fb

Bug 1866: HeapStats agent should be adapted to JDK-8032235 reviewed-by: ykubota
author Yasumasa Suenaga <yasuenag@gmail.com>
date Wed, 16 Jul 2014 22:54:43 +0900
parents 6122238e5855
children 9c027507d9bf
files agent/ChangeLog agent/src/oopUtil.cpp
diffstat 2 files changed, 9 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/agent/ChangeLog	Wed Jul 16 17:30:48 2014 +0900
+++ b/agent/ChangeLog	Wed Jul 16 22:54:43 2014 +0900
@@ -1,3 +1,11 @@
+2014-07-16  Yasumasa Suenaga  <yasuenag@gmail.com>
+
+	* Bug 1866: HeapStats agent should be adapted to JDK-8032235
+
+2014-07-16  KUBOTA Yuji  <kubota.yuji@lab.ntt.co.jp>
+
+	* Bug 1861: Improve the messaging about gathering stdout/stderr.
+
 2014-07-07  Yasumasa Suenaga  <yasuenag@gmail.com>
 
 	* Bug 1855: Build failed on Gentoo
--- a/agent/src/oopUtil.cpp	Wed Jul 16 17:30:48 2014 +0900
+++ b/agent/src/oopUtil.cpp	Wed Jul 16 22:54:43 2014 +0900
@@ -2893,9 +2893,8 @@
         /*
          * See JDK-8027746:
          * Remove do_gen_barrier template parameter in G1ParCopyClosure
-         * (jdk9-b03: 1.9.0-b03)
          */
-        const unsigned int afterCR8027746 = 26 << 24 | 9 << 16 | 3;
+        const unsigned int afterCR8027746 = 25 << 24 | 20 << 16 | 2;
         enableCR8027746 = (hotSpotVersion >= afterCR8027746);
 
         /*