RFR: 8289046: Undefined Behaviour in x86 class Assembler

Andrew Haley aph at openjdk.org
Fri Jun 24 08:06:00 UTC 2022


On Thu, 23 Jun 2022 15:32:21 GMT, Quan Anh Mai <duke at openjdk.org> wrote:

> I believe there are some compiler directives somewhere to silent the compiler of `nullptr` dereference, should we delete those also?

Not yet. I'm going through the VM to find null pointer dereferences. Once I've got them all, then I'll delete the warning.

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

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


More information about the hotspot-compiler-dev mailing list