Remove CDS usage of InstanceKlass::is_in_error_state

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 15
    • Affects Version/s: 15
    • Component/s: 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.

            Assignee:
            Calvin Cheung (Inactive)
            Reporter:
            Calvin Cheung (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: