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

Thomas Stuefe stuefe at openjdk.org
Tue Oct 17 12:28:14 UTC 2023


On Mon, 16 Oct 2023 15:59:10 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:

> 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.

This pull request has been closed without being integrated.

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

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


More information about the hotspot-compiler-dev mailing list