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

CDS runtime code should check exceptions

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 17
    • 17
    • hotspot
    • b15

      E.g., https://github.com/openjdk/jdk/blob/master/src/hotspot/share/classfile/systemDictionaryShared.cpp#L739

      Handle SystemDictionaryShared::get_shared_jar_manifest(int shared_path_index, TRAPS) {
      ...
          manifest = create_jar_manifest(src, size, THREAD); // <-- here
          atomic_set_shared_jar_manifest(shared_path_index, manifest());

      A few of the THREAD calls should be changed to CHECK

            ccheung Calvin Cheung
            iklam Ioi Lam
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: