From 18e3f8cea44bf02a21bdea397f2ce3d645c7475c Mon Sep 17 00:00:00 2001 From: Andrew Hughes Date: Sun, 11 Apr 2021 02:33:30 +0100 Subject: [PATCH] Update to jdk-11.0.11.0+6 Update release notes to 11.0.11.0+6 --- .gitignore | 1 + NEWS | 33 +++++++++++++++++++++++++++++++++ java-11-openjdk.spec | 6 +++++- sources | 2 +- 4 files changed, 40 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c738923..30c16b5 100644 --- a/.gitignore +++ b/.gitignore @@ -83,3 +83,4 @@ /jdk-updates-jdk11u-jdk-11.0.11+4-4curve.tar.xz /tapsets-icedtea-6.0.0pre00-c848b93a8598.tar.xz /jdk-updates-jdk11u-jdk-11.0.11+5-4curve.tar.xz +/jdk-updates-jdk11u-jdk-11.0.11+6-4curve.tar.xz diff --git a/NEWS b/NEWS index c97f19e..93e0f8c 100644 --- a/NEWS +++ b/NEWS @@ -94,6 +94,7 @@ Live versions of these release notes can be found at: - JDK-8249588: libwindowsaccessbridge issues on 64bit Windows - JDK-8249749: modify a primitive array through a stream and a for cycle causes jre crash - JDK-8249787: Make TestGCLocker more resilient with concurrent GCs + - JDK-8249867: xml declaration is not followed by a newline - JDK-8250911: [windows] os::pd_map_memory() error detection broken - JDK-8251255: [linux] Add process-memory information to hs-err and VM.info - JDK-8251359: Shenandoah: filter null oops before calling enqueue/SATB barrier @@ -107,6 +108,7 @@ Live versions of these release notes can be found at: - JDK-8255368: Math.exp() gives wrong result for large values on x86 32-bit platforms - JDK-8255401: Shenandoah: Allow oldval and newval registers to overlap in cmpxchg_oop() - JDK-8253404: C2: assert(C->live_nodes() <= C->max_node_limit()) failed: Live Node limit exceeded limit + - JDK-8253409: Double-rounding possibility in float fma - JDK-8253476: TestUseContainerSupport.java fails on some Linux kernels w/o swap limit capabilities - JDK-8253524: C2: Refactor code that clones predicates during loop unswitching - JDK-8253644: C2: assert(skeleton_predicate_has_opaque(iff)) failed: unexpected @@ -288,6 +290,37 @@ using the `--ignore-missing-deps` option for a non-modular application. Such an application, running on the custom image, might fail at runtime when missing dependence errors are suppressed. +xml/jaxp: + +JDK-8249867 XML declaration is not followed by a newline +======================================================== + +The DOM Load and Save `LSSerializer` does not have an explicit control +for whether or not the XML Declaration ends with a newline. In this +release, a JDK implementation specific property +`http://www.oracle.com/xml/jaxp/properties/isStandalone` and +corresponding System property `jdk.xml.isStandalone` are added to +control the addition of a newline and act independently without +having to set the pretty-print property. This property can be used to +reverse the incompatible change introduced in Java SE 7 Update 4 with +an update of Xalan 2.7.1 where a newline is omitted when pretty-print +is required. + +For details, please refer to the bug report and the java.xml module-summary. + +Usage: + +// to set the property, get an instance of LSSerializer and set it along with pretty-print +LSSerializer ser = impl.createLSSerializer(); +ser.getDomConfig().setParameter("format-pretty-print", true); +ser.getDomConfig().setParameter("http://www.oracle.com/xml/jaxp/properties/isStandalone", true); + +// to use the System property, set it before initializing a LSSerializer +System.setProperty("jdk.xml.isStandalone", “true”); + +// to clear the property, place the line anywhere after the LSSerializer is initialized +System.clearProperty("jdk.xml.isStandalone"); + New in release OpenJDK 11.0.10 (2021-01-19): ============================================= Live versions of these release notes can be found at: diff --git a/java-11-openjdk.spec b/java-11-openjdk.spec index 3275544..701b745 100644 --- a/java-11-openjdk.spec +++ b/java-11-openjdk.spec @@ -344,7 +344,7 @@ %global origin_nice OpenJDK %global top_level_dir_name %{origin} %global top_level_dir_name_backup %{top_level_dir_name}-backup -%global buildver 5 +%global buildver 6 %global rpmrelease 0 #%%global tagsuffix "" # Priority must be 8 digits in total; up to openjdk 1.8, we were using 18..... so when we moved to 11, we had to add another digit @@ -2284,6 +2284,10 @@ require "copy_jdk_configs.lua" %endif %changelog +* Fri Apr 09 2021 Andrew Hughes - 1:11.0.11.0.6-0.0.ea +- Update to jdk-11.0.11.0+6 +- Update release notes to 11.0.11.0+6 + * Tue Apr 06 2021 Andrew Hughes - 1:11.0.11.0.5-0.0.ea - Update to jdk-11.0.11.0+5 - Update release notes to 11.0.11.0+5 diff --git a/sources b/sources index 71919c8..9309ca8 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (tapsets-icedtea-6.0.0pre00-c848b93a8598.tar.xz) = 97d026212363b3c83f6a04100ad7f6fdde833d16579717f8756e2b8c2eb70e144a41a330cb9ccde9c3badd37a2d54fdf4650a950ec21d8b686d545ecb2a64d30 -SHA512 (jdk-updates-jdk11u-jdk-11.0.11+5-4curve.tar.xz) = d2a6944f2721bd2a644c34d54209b6530617968a4c5c870d0dadbb8b75b77f796de4893227f46f9bd48d53027c545dc8375d7d8b34e5dc0ec85624f3d77b8c7f +SHA512 (jdk-updates-jdk11u-jdk-11.0.11+6-4curve.tar.xz) = 011090a47e2911c1bda8e58a995c4d1dccd180eea9833dd4add4471405e276ee4403075a99392b995f72de3d95408c4e072e342c08059ac519a598726a65b1c9