-
Bug
-
Resolution: Fixed
-
P4
-
7
-
b04
-
generic
-
generic
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2195942 | 7 | Mandy Chung | P4 | Closed | Fixed | b102 |
JDK-2197921 | 6u23 | Mandy Chung | P4 | Closed | Fixed | b01 |
JDK-2199824 | 6u22m | Mandy Chung | P4 | Closed | Fixed | b01 |
JDK-2197629 | 6u21p | Mandy Chung | P4 | Closed | Fixed | b03 |
To support JDK modularity, jdk will build new module images that will have some changes in the jdk layout. For example, the "jre" subdirectory in the JDK is removed. JDK will no longer have jar files that will be replaced with modules.
Hotspot has some dependency on the layout of the legacy image that needs to be revised for module image. It includes:
o Hotspot SA build has a dependency on tools.jar
o the gamma launcher has hardcoded path of the JRE path
o the default bootclasspath assumes the presence of rt.jar. A temporary fix to include jdk.boot module in the bootclasspath is needed to bootstrap the VM.
Hotspot has some dependency on the layout of the legacy image that needs to be revised for module image. It includes:
o Hotspot SA build has a dependency on tools.jar
o the gamma launcher has hardcoded path of the JRE path
o the default bootclasspath assumes the presence of rt.jar. A temporary fix to include jdk.boot module in the bootclasspath is needed to bootstrap the VM.
- backported by
-
JDK-2195942 Hotspot support for modules image
- Closed
-
JDK-2197629 Hotspot support for modules image
- Closed
-
JDK-2197921 Hotspot support for modules image
- Closed
-
JDK-2199824 Hotspot support for modules image
- Closed
- relates to
-
JDK-7025628 Remove the temporary hack added for jdk modularization in hotspot
- Closed