Integrated: 8310831: Some methods are missing from CDS regenerated JLI holder class

Calvin Cheung ccheung at openjdk.org
Mon Jun 30 17:55:45 UTC 2025


On Fri, 27 Jun 2025 04:22:01 GMT, Calvin Cheung <ccheung at openjdk.org> wrote:

> Per the [suggested fix](https://bugs.openjdk.org/browse/JDK-8310831?focusedId=14788065&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14788065), this patch doesn't issue a warning if the missing method is the constructor of a holder class.
> 
> Sanity tier1 tested.
> 
> Manually tested by building the `images` with the `-Xlog:cds=off` removed from the `GenerateLinkOptData.gmk` and with build logging enabled (`LOG=info`).

This pull request has now been integrated.

Changeset: 9d518b32
Author:    Calvin Cheung <ccheung at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/9d518b3213af7c60cb604138a2c4022181bb2daa
Stats:     7 lines in 1 file changed: 5 ins; 0 del; 2 mod

8310831: Some methods are missing from CDS regenerated JLI holder class

Reviewed-by: iklam, liach

-------------

PR: https://git.openjdk.org/jdk/pull/26011


More information about the hotspot-runtime-dev mailing list