# HG changeset patch # User Andrew John Hughes # Date 1484248224 0 # Node ID 8c1e335ab803521e8cceb2ecbe3ada50c5c2062a # Parent cf051991f89195f6ba8f9da06b642cc1f5d25d19 Add 1.13.13 release notes. 2017-01-12 Andrew John Hughes * NEWS: Add 1.13.13 release notes. diff -r cf051991f891 -r 8c1e335ab803 ChangeLog --- a/ChangeLog Thu Jan 05 01:09:37 2017 +0000 +++ b/ChangeLog Thu Jan 12 19:10:24 2017 +0000 @@ -1,3 +1,7 @@ +2017-01-12 Andrew John Hughes + + * NEWS: Add 1.13.13 release notes. + 2017-01-04 Andrew John Hughes S8172252: Remove over-zealous switch to for-each diff -r cf051991f891 -r 8c1e335ab803 NEWS --- a/NEWS Thu Jan 05 01:09:37 2017 +0000 +++ b/NEWS Thu Jan 12 19:10:24 2017 +0000 @@ -19,6 +19,24 @@ - PR2083: Add support for building Zero on AArch64 - PR3112: Provide option to disable SystemTap tests - PR3181: Support building without pre-compiled headers +* Backports + - S6611637: NullPointerException in sun.font.GlyphLayout$EngineRecord.init + - S6727719: Performance of TextLayout.getBounds() + - S6745225: Memory leak while drawing Attributed String + - S6904962: GlyphVector.getVisualBounds should not be affected by leading or trailing white space. + - S7151089: PS NUMA: NUMA allocator should not attempt to free pages when using SHM large pages + - S8013057: Detect mmap() commit failures in Linux and Solaris os::commit_memory() impls and call vm_exit_out_of_memory() + - S8026887: Make issues due to failed large pages allocations easier to debug + - S8076221, PR2808: Disable RC4 cipher suites +* Bug fixes + - PR1886: IcedTea does not checksum supplied tarballs + - PR2849: wget not required when downloading is disabled + - PR2957: Build bootstrap code (rt-class-files.stamp) using bootstrap flags (source/target 1.5) + - PR3139: Update documentation + - PR3143: Fix typo in --with-openjdk-src-dir introduced by PR3139 + +New in release 1.13.13 (2017-01-09): + * Security fixes - S8151921: Improved page resolution - S8155968: Update command line options @@ -198,22 +216,9 @@ - S8172159: Remove @Override annotation on interfaces added by b41 updates - S8172252: Remove over-zealous switch to for-each loop in SortingFocusTraversalPolicy * Backports - - S6611637: NullPointerException in sun.font.GlyphLayout$EngineRecord.init - - S6727719: Performance of TextLayout.getBounds() - - S6745225: Memory leak while drawing Attributed String - - S6904962: GlyphVector.getVisualBounds should not be affected by leading or trailing white space. - S6974985, PR3276: Java2Demo threw exceptions when xrender enabled in OEL5.5 - S6985593, PR3276: Crash in Java_sun_java2d_loops_MaskBlit_MaskBlit on oel5.5-x64 - - S7151089: PS NUMA: NUMA allocator should not attempt to free pages when using SHM large pages - - S8013057: Detect mmap() commit failures in Linux and Solaris os::commit_memory() impls and call vm_exit_out_of_memory() - - S8026887: Make issues due to failed large pages allocations easier to debug - - S8076221, PR2808: Disable RC4 cipher suites * Bug fixes - - PR1886: IcedTea does not checksum supplied tarballs - - PR2849: wget not required when downloading is disabled - - PR2957: Build bootstrap code (rt-class-files.stamp) using bootstrap flags (source/target 1.5) - - PR3139: Update documentation - - PR3143: Fix typo in --with-openjdk-src-dir introduced by PR3139 - PR3174: systemtap: type definition 'symbolOopDesc' not found - PR3175: invalid zip timestamp handling leads to error updating JAR files - PR3213: Disable ARM32 JIT by default