Enables regeneration of JLI holder classes for CDS static dump

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 26
    • Affects Version/s: 26
    • Component/s: hotspot
    • b05

      In CDSConfig::is_dumping_regenerated_lambdaform_invokers(), there's the following check:

      } else if (CDSConfig::is_dumping_method_handles()) {
        // Work around JDK-8310831, as some methods in lambda form holder classes may not get generated.
        return false;
      }

      This JBS issue is to remove the above check and add necessary changes so that JLI holder classes can be regenerated.

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

              Created:
              Updated:
              Resolved: