-
Bug
-
Resolution: Fixed
-
P4
-
9
-
b48
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8084147 | emb-9 | Xiaofeng Yang | 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.
sun/misc/JarIndex/metaInfFilenames/Basic.java
sun/misc/JarIndex/JarIndexMergeForClassLoaderTest.java
check for the "jre" directory, this is not needed anymore with a modular image and this better to be cleaned up.
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.
sun/misc/JarIndex/metaInfFilenames/Basic.java
sun/misc/JarIndex/JarIndexMergeForClassLoaderTest.java
check for the "jre" directory, this is not needed anymore with a modular image and this better to be cleaned up.
- backported by
-
JDK-8084147 Cleanup sun/misc/JarIndex tests to remove the check for the jre directory
-
- Resolved
-