JDK-8217340 : Compilation failed: tools/launcher/Test7029048.java
  • Type: Bug
  • Component: tools
  • Sub-Component: launcher
  • Affected Version: 13
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2019-01-17
  • Updated: 2022-03-10
  • Resolved: 2019-01-17
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.

To download the current JDK release, click here.
JDK 11 JDK 13
11.0.16Fixed 13 b05Fixed
Related Reports
Relates :  
Relates :  
Description
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.
18-01-2019

URL: http://hg.openjdk.java.net/jdk/jdk/rev/4948dda8ea41 User: rriggs Date: 2019-01-17 20:35:51 +0000
17-01-2019