changeset 2842:1b288e2ae365

Replace temporary OpenJDK 7 bug IDs with allocated ones from the OpenJDK bug database. 2015-08-21 Andrew John Hughes <gnu.andrew@member.fsf.org> * NEWS: Replace temporary OpenJDK 7 bug IDs with allocated ones from the OpenJDK bug database.
author Andrew John Hughes <gnu_andrew@member.fsf.org>
date Fri, 21 Aug 2015 18:36:10 +0100
parents 58824316f50a
children 761344512703
files ChangeLog NEWS
diffstat 2 files changed, 14 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Jul 23 04:46:24 2015 +0100
+++ b/ChangeLog	Fri Aug 21 18:36:10 2015 +0100
@@ -1,3 +1,9 @@
+2015-08-21  Andrew John Hughes  <gnu.andrew@member.fsf.org>
+
+	* NEWS: Replace temporary OpenJDK 7
+	bug IDs with allocated ones from the
+	OpenJDK bug database.
+
 2015-07-23  Andrew John Hughes  <gnu.andrew@member.fsf.org>
 
 	* NEWS: Add 2.5.6 and 2.6.1
--- a/NEWS	Thu Jul 23 04:46:24 2015 +0100
+++ b/NEWS	Fri Aug 21 18:36:10 2015 +0100
@@ -94,9 +94,9 @@
   - S8081475, PR2494: SystemTap does not work when JDK is compiled with GCC 5
   - S8081775: two lib/testlibrary tests are failing with "Error. failed to clean up files after test" with jtreg 4.1 b12
   - S8087120, RH1206656, PR2553: [GCC5] java.lang.StackOverflowError on Zero JVM initialization on non x86 platforms.
-  - OJ03: Only apply PaX-marking when needed by a running PaX kernel
-  - OJ04: Revert introduction of lambda expression in sun.lwawt.macosx.LWCToolkit
-  - OJ05: Fix mistake in 8075374 backport
+  - S8133970: Only apply PaX-marking when needed by a running PaX kernel
+  - S8133990: Revert introduction of lambda expression in sun.lwawt.macosx.LWCToolkit
+  - S8133991: Fix mistake in 8075374 backport
 * Bug fixes
   - PR2328: GCJ uses ppc64el named libarch directory on ppc64le
   - PR2341: Update README & INSTALL files
@@ -204,11 +204,11 @@
   - S8081386: Test sun/management/jmxremote/bootstrap/RmiSslBootstrapTest.sh test has RC4 dependencies
   - S8081622: Increment the build value to b03 for hs24.85 in 7u85
   - S8081775: two lib/testlibrary tests are failing with "Error. failed to clean up files after test" with jtreg 4.1 b12
-  - OJ01: Allow OpenJDK to build on PaX-enabled kernels
-  - OJ02: Fix build where PAX_COMMAND is not specified
-  - OJ03: Only apply PaX-marking when needed by a running PaX kernel
-  - OJ04: Revert introduction of lambda expression in sun.lwawt.macosx.LWCToolkit
-  - OJ05: Fix mistake in 8075374 backport
+  - S8133966: Allow OpenJDK to build on PaX-enabled kernels
+  - S8133967: Fix build where PAX_COMMAND is not specified
+  - S8133970: Only apply PaX-marking when needed by a running PaX kernel
+  - S8133990: Revert introduction of lambda expression in sun.lwawt.macosx.LWCToolkit
+  - S8133991: Fix mistake in 8075374 backport
 * Backports
   - S8087120, RH1206656, PR2553: [GCC5] java.lang.StackOverflowError on Zero JVM initialization on non x86 platforms.
 * Bug fixes