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.
} 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.
- links to
-
Review(master) openjdk/jdk/26007