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

Remove CDS usage of InstanceKlass::is_in_error_state

    XMLWordPrintable

Details

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

    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

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: