RFR: 8310874: Runthese30m crashes with klass should be in the placeholders during verification [v2]
Coleen Phillimore
coleenp at openjdk.org
Tue Aug 1 17:52:59 UTC 2023
On Mon, 24 Jul 2023 12:53:15 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
>> For non-parallel capable class loaders, the class is not put in the placeholders table, so a verification at the wrong time will hit this assert. This trivial change removes the invalid assert.
>> Tested with inserting a LoaderConstraintTable::verify while running jck tests.
>
> Coleen Phillimore has updated the pull request incrementally with one additional commit since the last revision:
>
> Update comment.
I'm going to close this in preference to my other change to unconditionally take out a placeholder token for DEFINE_CLASS.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/14887#issuecomment-1660813318
More information about the hotspot-runtime-dev
mailing list