Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8203514 | 11.0.1 | Calvin Cheung | P2 | Resolved | Fixed | team |
CDS/AppCDS does not support archiving classes from directory. At dump time, non-empty directory in -Xbootclasspath/a path and -cp path is being detected and reported as a fatal error. However, it seems non-empty directory in module path is not reported at dump time.
Module classes in directory from --module-path are loaded at dump time, however the shared path index for those classes are not set correctly. The index values are -1 for those classes. As a result, theose archived classes cannot be used at runtime.
Module classes in directory from --module-path are loaded at dump time, however the shared path index for those classes are not set correctly. The index values are -1 for those classes. As a result, theose archived classes cannot be used at runtime.
- backported by
-
JDK-8203514 Non-empty directory in module path is not handled properly at CDS/AppCDS dump time
-
- Resolved
-
- relates to
-
JDK-8194812 Extend class-data sharing to support the module path
-
- Resolved
-