RFR: JDK-8318183: C2: VM may crash after hitting node limit
Vladimir Kozlov
kvn at openjdk.org
Tue Oct 17 18:23:50 UTC 2023
On Tue, 17 Oct 2023 12:45:06 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:
> @TobiHartmann I used GraphKit::failing() as you suggested. One problem I see is that this relies on the local variable C in the Phase super class, and that depends on the phasenumber handed in to the Phase() constructor, and it could theoretically be null. But since all other places that call `failing()` don't seem to care either, I don't think its an issue, right?
It is only `nullptr` for Compile class where you don't need `C`.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/16205#issuecomment-1766935316
More information about the hotspot-compiler-dev
mailing list