When an expected compilation bailout (like 'CodeCache is full') happens during matching, not all nodes might be visited and therefore the Valhalla specific `verified_entry` label might be in inconsistent state (used but not bound). We should simply reset it when we bail out. For more details, see JBS.
Thanks, Tobias ------------- Commit messages: - 8372917: [lworld] C2 compilation bailout asserts due to label in inconsistent state Changes: https://git.openjdk.org/valhalla/pull/1817/files Webrev: https://webrevs.openjdk.org/?repo=valhalla&pr=1817&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8372917 Stats: 5 lines in 1 file changed: 5 ins; 0 del; 0 mod Patch: https://git.openjdk.org/valhalla/pull/1817.diff Fetch: git fetch https://git.openjdk.org/valhalla.git pull/1817/head:pull/1817 PR: https://git.openjdk.org/valhalla/pull/1817
