RFR: JDK-8318176: C2: dont assert in ~GraphKit if compilation had been interrupted

Thomas Stuefe stuefe at openjdk.org
Mon Oct 16 19:03:16 UTC 2023


If compilation had been interrupted, which may have happened e.g. due to reaching the node limit check, the using code may not have called `GraphKit::transfer_exceptions_into_jvms()` yet; in that case, we should not assert.

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

Commit messages:
 - disable-assert-if-compile-is-failing

Changes: https://git.openjdk.org/jdk/pull/16203/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=16203&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8318176
  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/16203.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/16203/head:pull/16203

PR: https://git.openjdk.org/jdk/pull/16203


More information about the hotspot-compiler-dev mailing list