Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8240481

Remove CDS usage of InstanceKlass::is_in_error_state

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 15
    • 15
    • hotspot
    • b14

      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.

            ccheung Calvin Cheung
            ccheung Calvin Cheung
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: