RFR: 8325326: compiler/codecache/TestStressCodeBuffers.java assertion on AIX

Martin Doerr mdoerr at openjdk.org
Fri Feb 9 09:28:04 UTC 2024


On Thu, 8 Feb 2024 16:33:11 GMT, Richard Reingruber <rrich at openjdk.org> wrote:

> Am I mistaken or have you eliminated all uses of `allocate_oop_address`?

Correct, I did a little bit of cleanup and wanted to make the oop case like the metadata case. We can use `constant_oop_address` when we already have the oop constant to fill in. The `allocate_oop_address` is now unused, but we may possibly want to use it again if there's a scenario in which we want to allocate first and fill in the actual oop later. Any thoughts about this?

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

PR Comment: https://git.openjdk.org/jdk/pull/17744#issuecomment-1935588036


More information about the hotspot-compiler-dev mailing list