RFR: 8357793: [PPC64] VM crashes with -XX:-UseSIGTRAP -XX:-ImplicitNullChecks [v2]

Martin Doerr mdoerr at openjdk.org
Wed May 28 19:39:53 UTC 2025


On Wed, 28 May 2025 19:18:14 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

> Sure. This is where my knowledge of PPC64 template interpreter ends. I guess this is still fine. My understanding: without implicit null checks, we have to do an explicit null check here.

Exactly. `make run-test TEST=hotspot:tier1 JTREG="VM_OPTIONS=-XX:-UseSIGTRAP -XX:-ImplicitNullChecks"` has passed with this PR, now.

Thanks again!

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

PR Comment: https://git.openjdk.org/jdk/pull/25504#issuecomment-2917411379


More information about the hotspot-compiler-dev mailing list