RFR: 8264150: CDS dumping code calls TRAPS functions in VM thread

David Holmes dholmes at openjdk.java.net
Thu Apr 1 04:56:28 UTC 2021


On Tue, 30 Mar 2021 22:25:06 GMT, Coleen Phillimore <coleenp 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.

Thanks for fixing this one Coleen! The refactoring was a bit more extensive than I had envisaged but the end result looks good.

Thanks,
David

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

Marked as reviewed by dholmes (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/3277


More information about the serviceability-dev mailing list