RFR: 8310874: Runthese30m crashes with klass should be in the placeholders during verification [v2]
Coleen Phillimore
coleenp at openjdk.org
Mon Jul 24 12:53:15 UTC 2023
> 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.
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/14887/files
- new: https://git.openjdk.org/jdk/pull/14887/files/68b58fd1..217174b7
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=14887&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=14887&range=00-01
Stats: 2 lines in 1 file changed: 1 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/14887.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/14887/head:pull/14887
PR: https://git.openjdk.org/jdk/pull/14887
More information about the hotspot-runtime-dev
mailing list