-
Bug
-
Resolution: Fixed
-
P3
-
8u40, 9
-
b42
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8083505 | emb-9 | Jiangli Zhou | P3 | Resolved | Fixed | team |
JDK-8066336 | 8u45 | Jiangli Zhou | P3 | Resolved | Fixed | b01 |
JDK-8064735 | 8u40 | Jiangli Zhou | P3 | Closed | Fixed | b16 |
JDK-8070718 | emb-8u47 | Jiangli Zhou | P3 | Resolved | Fixed | team |
In several places in normal CDS output certain messages are reported as errors. With these messages displayed as errors, VM continues normally and CDS sharing works. This could be confusing and possibly lead engineers investigating issues in the field in the wrong direction.
Please consider changing these error messages to warning messages.
Details:
[1]
Allocated shared space: 27394048 bytes at 0x3e4f0000
Loading classes to share ...
Preload Error: Cannot find javax/swing/JComponent$2
Preload Error: Cannot find javax/swing/RepaintManager$1$1
Preload Error: Cannot find javax/swing/plaf/metal/MetalLookAndFeel$MetalLazyValue
Preload Error: Cannot find javax/swing/plaf/metal/MetalLookAndFeel$MetalLazyValue$1
Preload Error: Cannot find javax/swing/text/AbstractDocument$InsertStringResult
[2]
'Removed error class' -> 'Warning: removed class'
Please consider changing these error messages to warning messages.
Details:
[1]
Allocated shared space: 27394048 bytes at 0x3e4f0000
Loading classes to share ...
Preload Error: Cannot find javax/swing/JComponent$2
Preload Error: Cannot find javax/swing/RepaintManager$1$1
Preload Error: Cannot find javax/swing/plaf/metal/MetalLookAndFeel$MetalLazyValue
Preload Error: Cannot find javax/swing/plaf/metal/MetalLookAndFeel$MetalLazyValue$1
Preload Error: Cannot find javax/swing/text/AbstractDocument$InsertStringResult
[2]
'Removed error class' -> 'Warning: removed class'
- backported by
-
JDK-8066336 Change certain errors to warnings in CDS output
-
- Resolved
-
-
JDK-8070718 Change certain errors to warnings in CDS output
-
- Resolved
-
-
JDK-8083505 Change certain errors to warnings in CDS output
-
- Resolved
-
-
JDK-8064735 Change certain errors to warnings in CDS output
-
- Closed
-