-
Bug
-
Resolution: Fixed
-
P4
-
9, 9-repo-jigsaw
-
b44
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8084075 | emb-9 | Kumar Srinivasan | P4 | Resolved | Fixed | team |
Please note that the mentioned tests pass with both jdk9 and jigsaw/m2, this issue is kind of cleanup work.
The jigsaw/m2 forest is currently accumulating the changes for the move to a modular image. The modular image will replace the current JRE/JDK layout. The replacement for j2sdk-image will not not have a top-level "jre" directory.
Following jdk/test/tools tests conditionally check for the "jre" directory, this is not needed anymore with a modular image and this better to be cleaned up.
tools/launcher/TestHelper.java
tools/launcher/FXLauncherTest.java
tools/launcher/ExecutionEnvironment.java
tools/launcher/Arrrghs.java
tools/jar/JarEntryTime.java
The jigsaw/m2 forest is currently accumulating the changes for the move to a modular image. The modular image will replace the current JRE/JDK layout. The replacement for j2sdk-image will not not have a top-level "jre" directory.
Following jdk/test/tools tests conditionally check for the "jre" directory, this is not needed anymore with a modular image and this better to be cleaned up.
tools/launcher/TestHelper.java
tools/launcher/FXLauncherTest.java
tools/launcher/ExecutionEnvironment.java
tools/launcher/Arrrghs.java
tools/jar/JarEntryTime.java
- backported by
-
JDK-8084075 Update jdk/tools tests to remove check for the "jre" directory
-
- Resolved
-