The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
The test is missing @library /test/lib so ExecutionEnvironment would not compile.
Comments
Fix Request (11u):
JDK-8217340 is in the first batch of a chain of backports for Alpine support to 11u as discussed in the mailing list. For the full set of anticipated changes please refer to the jdk-updates mailing list [1].
Original changeset does not apply cleanly because comment line was changed to javadoc-style from "/*" to "/**" as part of "8216265: [testbug] Introduce Platform.sharedLibraryPathVariableName() and adapt all tests", which is irrelevant and too large to backport.
Testing: JCK + JTreg on Windows, Linux, Solaris, Mac without regressions.
PR: https://github.com/openjdk/jdk11u-dev/pull/848
04-03-2022
A pull request was submitted for review.
URL: https://git.openjdk.java.net/jdk11u-dev/pull/848
Date: 2022-03-03 08:08:53 +0000
03-03-2022
This bug was a consequence of JDK-8216265, which caused ExecutionEnvironment.java to become dependent upon /test/lib.