RFR: 8306460: Clear JVM_ACC_QUEUED flag on methods when dumping dynamic CDS archive [v2]
Ashutosh Mehra
duke at openjdk.org
Mon May 15 18:24:45 UTC 2023
On Mon, 15 May 2023 17:18:50 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
> clear (?) is_redefined() also.
There is no such flag; did you mean `has_been_redefined`? Instead of clearing it, shouldn't it be an assert `!has_been_redefined()` as well?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/13652#discussion_r1194204401
More information about the hotspot-dev
mailing list