RFR: 8299155: C2: SubTypeCheckNode::verify() should not produce dependencies / oop pool entries
Roland Westrelin
roland at openjdk.org
Thu Feb 2 09:15:40 UTC 2023
This patch simply guarantees a new LoadKlassNode is not created (and
processed by igvn) unless it's really needed.
-------------
Commit messages:
- fix
Changes: https://git.openjdk.org/jdk/pull/12383/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=12383&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8299155
Stats: 27 lines in 2 files changed: 17 ins; 9 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/12383.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/12383/head:pull/12383
PR: https://git.openjdk.org/jdk/pull/12383
More information about the hotspot-compiler-dev
mailing list