RFR: 8264150: CDS dumping code calls TRAPS functions in VM thread
Coleen Phillimore
coleenp at openjdk.java.net
Thu Apr 1 15:13:27 UTC 2021
On Thu, 1 Apr 2021 06:25:08 GMT, Ioi Lam <iklam at openjdk.org> wrote:
>> This change initializes the vtables/itables without checking constraints. After initializing but before the class is visible in the SystemDictionary, constraints are checked in a separate loop.
>>
>> Tested with tier1-6 which includes jck tests.
>
> Marked as reviewed by iklam (Reviewer).
Thanks David and Ioi. Yes, the refactoring was a bit more involved than anticipated.
-------------
PR: https://git.openjdk.java.net/jdk/pull/3277
More information about the hotspot-dev
mailing list