RFR: JDK-8297968: Crash in PrintOptoAssembly

Vladimir Kozlov kvn at openjdk.org
Thu Dec 1 18:49:14 UTC 2022


On Thu, 1 Dec 2022 16:46:16 GMT, Andrew Haley <aph at openjdk.org> wrote:

> If PrintOptoAssembly is used in an optimized build, we have a crash in `PhaseChaitin::dump_frame()` due to reading from uninitialized memory in the _parm_regs array. The fix is trivial.

Good.

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

Marked as reviewed by kvn (Reviewer).

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


More information about the hotspot-compiler-dev mailing list