# HG changeset patch # User Andrew John Hughes # Date 1395894092 0 # Node ID ecb7a4569122bcf5311d66e826994d8017c3d49d # Parent ed2108ad126a147050d5c19397680331f7e97e65 Update NEWS with recent changes. 2014-03-26 Andrew John Hughes * NEWS: Update with recent changes. diff -r ed2108ad126a -r ecb7a4569122 ChangeLog --- a/ChangeLog Thu Mar 27 04:19:17 2014 +0000 +++ b/ChangeLog Thu Mar 27 04:21:32 2014 +0000 @@ -1,3 +1,7 @@ +2014-03-26 Andrew John Hughes + + * NEWS: Update with recent changes. + 2014-03-26 Andrew John Hughes * patches/zero/7023639-8000780-jsr292_fast_path.patch, diff -r ed2108ad126a -r ecb7a4569122 NEWS --- a/NEWS Thu Mar 27 04:19:17 2014 +0000 +++ b/NEWS Thu Mar 27 04:21:32 2014 +0000 @@ -13,17 +13,17 @@ New in release 2.3.14 (2014-03-26): * Security fixes - - S7023639, CVE-2013-5838: JSR 292 method handle invocation needs a fast path for compiled code (Zero only) - - S8029507, CVE-2013-5893: Enhance JVM method processing (Zero only) + - S7023639, CVE-2013-5838: JSR 292 method handle invocation needs a fast path for compiled code (JSR292 update only) + - S8029507, CVE-2013-5893: Enhance JVM method processing (JSR292 update only) * Backports - S7024118: possible hardcoded mnemonic for JFileChooser metal and motif l&f - S7032018: The file list in JFileChooser does not have an accessible name - S7032436: When running with the Nimbus look and feel, the JFileChooser does not display mnemonics - S7151089: PS NUMA: NUMA allocator should not attempt to free pages when using SHM large pages - - S7192406: JSR 292: C2 needs exact return type information for invokedynamic and invokehandle call sites (Zero only) - - S7196242: vm/mlvm/indy/stress/java/loopsAndThreads crashed (Zero only) - - S7200949: JSR 292: rubybench/bench/time/bench_base64.rb fails with jruby.jar not on boot class path (Zero only) - - S8000780: make Zero build and run with JDK8 (Zero only) + - S7192406: JSR 292: C2 needs exact return type information for invokedynamic and invokehandle call sites (JSR292 update only) + - S7196242: vm/mlvm/indy/stress/java/loopsAndThreads crashed (JSR292 update only) + - S7200949: JSR 292: rubybench/bench/time/bench_base64.rb fails with jruby.jar not on boot class path (JSR292 update only) + - S8000780: make Zero build and run with JDK8 (JSR292 update only) - S8008764: 7uX l10n resource file translation update - S8009062: poor performance of JNI AttachCurrentThread after fix for 7017193 - S8013057: assert(_needs_gc || SafepointSynchronize::is_at_safepoint()) failed: only read at safepoint @@ -53,7 +53,7 @@ - S8035893: JVM_GetVersionInfo fails to zero structure * Bug fixes - Fix broken bootstrap build by updating ecj-multicatch.patch - - PR1626: ARM32 assembler update for hsx24. + - PR1626: ARM32 assembler update for hsx24 (JSR292 update only) - PR1654: ppc32 needs a larger ThreadStackSize to build - PR1677, G498288: Update PaX support to detect running PaX kernel and use newer tools - PR1679: Allow OpenJDK to build on PaX-enabled kernels @@ -61,6 +61,7 @@ - Re-enable the 'gamma' test at the end of the HotSpot build, but only for HotSpot based bootstrap JDKs. - RH1015432: java-1.7.0-openjdk: Fails on PPC with StackOverflowError (revised fix) - RH910107: fail to load PC/SC library + - Perform configure checks using ecj.jar when --with-gcj (native ecj build) is enabled. * New features - PR1653: Support ppc64le via Zero * ARM port