RFR: 8306460: Clear JVM_ACC_QUEUED flag on methods when dumping dynamic CDS archive

Coleen Phillimore coleenp at openjdk.org
Tue Apr 25 21:30:07 UTC 2023


On Tue, 25 Apr 2023 18:00:39 GMT, Ashutosh Mehra <duke at openjdk.org> wrote:

> This patch clears the method's "queued_for_compilation" flag when dumping the method in CDS archive. Also added an assert in `Method::restore_unshareable_info()` that the method being restored should not have that flag set.

Looks good.

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

Marked as reviewed by coleenp (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/13652#pullrequestreview-1400779082


More information about the hotspot-dev mailing list