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

Enables regeneration of JLI holder classes for CDS static dump

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4 P4
    • 26
    • 26
    • hotspot

      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.

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

              Created:
              Updated: