JDK-8318176 : C2: dont assert in ~GraphKit if compilation had been interrupted
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 22
  • Priority: P4
  • Status: New
  • Resolution: Unresolved
  • Submitted: 2023-10-16
  • Updated: 2023-10-16
Related Reports
Relates :  
Description
If compilation had been interrupted, which may happen 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.

Comments
A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/16203 Date: 2023-10-16 15:59:10 +0000
16-10-2023