RFR: 8306460: Clear JVM_ACC_QUEUED flag on methods when dumping dynamic CDS archive
Ashutosh Mehra
duke at openjdk.org
Tue Apr 25 21:36:07 UTC 2023
On Tue, 25 Apr 2023 21:27:48 GMT, Coleen Phillimore <coleenp 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.
@coleenp thanks for the review.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/13652#issuecomment-1522450361
More information about the hotspot-dev
mailing list