RFR: 8292584: assert(cb != __null) failed: must be with -XX:-Inline

Dean Long dlong at openjdk.org
Wed Aug 24 07:55:24 UTC 2022


On Wed, 24 Aug 2022 00:24:15 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:

> "Last" question. Why it affects only 64-bit?

The x86_32 adapters don't do stack alignment, so there is no stack padding added for 0 arguments.

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

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


More information about the hotspot-compiler-dev mailing list