CDS runtime code should check exceptions

XMLWordPrintable

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

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

              Created:
              Updated:
              Resolved: