-
Bug
-
Resolution: Fixed
-
P3
-
9-repo-jigsaw
-
b56
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8084028 | emb-9 | Frank Yuan | P3 | Resolved | Fixed | team |
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.
javax/xml tests now have following 3 tests have references of jre dir, this need to be cleaned up. (This does not affect test function/result, test are now pass)
jdk/test/javax/xml/ws/8033113/WsImportTest.java: if (javaHome.endsWith("jre")) {
jdk/test/javax/xml/ws/clientjar/TestWsImport.java: if (javaHome.endsWith("jre")) {
jdk/test/javax/xml/ws/ebcdic/WsImportTest.java: if (javaHome.endsWith("jre")) {
javax/xml tests now have following 3 tests have references of jre dir, this need to be cleaned up. (This does not affect test function/result, test are now pass)
jdk/test/javax/xml/ws/8033113/WsImportTest.java: if (javaHome.endsWith("jre")) {
jdk/test/javax/xml/ws/clientjar/TestWsImport.java: if (javaHome.endsWith("jre")) {
jdk/test/javax/xml/ws/ebcdic/WsImportTest.java: if (javaHome.endsWith("jre")) {
- backported by
-
JDK-8084028 Update javax/xml tests to remove references of jre dir
-
- Resolved
-