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

Ashutosh Mehra duke at openjdk.org
Tue May 16 22:40:10 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.

This pull request has now been integrated.

Changeset: d3e50652
Author:    Ashutosh Mehra <asmehra at redhat.com>
Committer: Ioi Lam <iklam at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/d3e5065284441647564a9eede79d69e7b0ac80be
Stats:     31 lines in 4 files changed: 31 ins; 0 del; 0 mod

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

Reviewed-by: coleenp, iklam

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

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


More information about the hotspot-dev mailing list