[jdk11u-dev] RFR: 8285097: Duplicate XML keys in XPATHErrorResources.java and XSLTErrorResources.java

Tyler Steele tsteele at openjdk.org
Thu Jul 21 15:16:04 UTC 2022


On Thu, 21 Jul 2022 07:52:51 GMT, Goetz Lindenmaier <goetz at openjdk.org> wrote:

>> Removing the Duplicate XML keys in XPATHErrorResources.java and XSLTErrorResources.java
>> 
>> The bug report for the same: https://bugs.openjdk.java.net/browse/JDK-8285097
>> OpenJDK PR https://github.com/openjdk/jdk/pull/8318
>
> What is wrong with the pre-submit tests?

@GoeLin the two win64 tests which are failing[1 & 2] don't seem to be related to this change. The tests are failing to load a class 'Lib' or 'Lib2', but these changes do not affect the classloader in any way that I am aware of.

[1] [Lib](https://github.com/shruacha1234/jdk11u-dev/runs/6667016623?check_suite_focus=true#step:17:15770)
[2] [Lib2](https://github.com/shruacha1234/jdk11u-dev/runs/6667016623?check_suite_focus=true#step:17:16101)

-------------

PR: https://git.openjdk.org/jdk11u-dev/pull/1121


More information about the jdk-updates-dev mailing list