[jdk11u-dev] RFR: 8216265: [testbug] Introduce Platform.sharedLibraryPathVariableName() and adapt all tests.
Goetz Lindenmaier
goetz at openjdk.java.net
Fri Apr 29 07:47:16 UTC 2022
I want to backport this because we see a failure on macOS 12 that will be fixed by this change.
I had to resolve a row of files:
Copyright:
test/hotspot/jtreg/gtest/GTestWrapper.java
test/jdk/sun/security/krb5/auto/KDC.java
Resolve @library command:
test/jdk/tools/launcher/ExecutionEnvironment.java
This test was added in 12 only and backported with all the fixes in 8238225.
test/jdk/tools/launcher/JliLaunchTest.java
Copyright, @library was added in backport of 8217340
test/jdk/tools/launcher/Test7029048.java
Test not in 11
test/jdk/vm/JniInvocationTest.java
This was also included in 8238225
test/lib/jdk/test/lib/Platform.java
-------------
Commit messages:
- Backport 084f0b75bdb77fbfcc8d78583adebecddd26eab0
Changes: https://git.openjdk.java.net/jdk11u-dev/pull/1061/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk11u-dev&pr=1061&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8216265
Stats: 180 lines in 60 files changed: 13 ins; 46 del; 121 mod
Patch: https://git.openjdk.java.net/jdk11u-dev/pull/1061.diff
Fetch: git fetch https://git.openjdk.java.net/jdk11u-dev pull/1061/head:pull/1061
PR: https://git.openjdk.java.net/jdk11u-dev/pull/1061
More information about the jdk-updates-dev
mailing list