Details
-
Sub-task
-
Resolution: Fixed
-
P3
-
9
-
b30
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8081969 | emb-9 | Philip Race | P3 | Resolved | Fixed | b30 |
Description
This bug asks that ${java.home}/lib/cmm be examined to understand why these profile files are in ${java.home}/lib.
The motive for this bug is the modular JDK where we need the flexibility to put anything that is module-private into a module-private location. In this case it would appear that cmm/* are not a supported interface and so should move to a location that is private to the "desktop" module. Moving these files to be resources rather than directly accessing ${java.home}/lib/cmm is a possible approach to consider.
The motive for this bug is the modular JDK where we need the flexibility to put anything that is module-private into a module-private location. In this case it would appear that cmm/* are not a supported interface and so should move to a location that is private to the "desktop" module. Moving these files to be resources rather than directly accessing ${java.home}/lib/cmm is a possible approach to consider.
Attachments
Issue Links
- backported by
-
JDK-8081969 CMM profile files (cmm/*) should not be in ${java.home}/lib
- Resolved
- relates to
-
JDK-8307310 Backport the tests for JDK-8058969 and JDK-8039271 to the OpenJDK8
- Resolved