Details
Description
During CDS dumping and if a class has failed verification, we currently set the class in error state (ik->set_in_error_state()). Instead of using set_in_error_state(), we could store the information in the DumpTimeSharedClassInfo table. The code currently checking if a class is_in_error_state() could find the info from the table.
Attachments
Issue Links
- blocks
-
JDK-8232081 Try to link all classes during dynamic CDS dump
-
- Resolved
-