Integrated: 8275084: CDS warning when building with LOG=debug

Yumin Qi minqi at openjdk.java.net
Thu Oct 21 18:33:09 UTC 2021


On Mon, 18 Oct 2021 22:11:03 GMT, Yumin Qi <minqi at openjdk.org> wrote:

> Hi, Please review
>   The generated SPECIES functions archived during dumping CDS archive. But some time rebuild issue warning 
>   [2.325s][warning][cds] java.lang.ClassNotFoundException: java.lang.invoke.BoundMethodHandle$Species_LLLLL
>   Since we only care archiving functions generated in the four holder classes:
>   java.lang.invoke.Invokers$Holder, java.lang.invoke.LambdaForm$Holder, java.lang.invoke.DirectMethodHandle$Holder and java.lang.invoke.DelegatingMethodHandle$Holder
>   This patch removed the logging thus the archiving of SPECIES_RESOLVED functions in shared archive.
> 
> Tests: tier1,tier4
> 
> Thanks
> Yumin

This pull request has now been integrated.

Changeset: 7dd82374
Author:    Yumin Qi <minqi at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/7dd823740f7bfc55f456a5c8c199475cc85dfea3
Stats:     5 lines in 1 file changed: 5 ins; 0 del; 0 mod

8275084: CDS warning when building with LOG=debug

Reviewed-by: dholmes, iklam

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

PR: https://git.openjdk.java.net/jdk/pull/5998


More information about the hotspot-runtime-dev mailing list