On Thu, 3 Sep 2026 15:15:34 GMT, Vladimir Kozlov <[email protected]> wrote:
>> Stefan Karlsson has updated the pull request incrementally with three >> additional commits since the last revision: >> >> - Fix alignments >> - Fix inline entry point names >> - Small fixes > > src/hotspot/share/opto/macro.cpp line 1525: > >> 1523: // regardless of usage and escape/replaceable status. >> 1524: bool inline_alloc = tklass->isa_instklassptr() && >> 1525: >> tklass->is_instklassptr()->instance_klass()->is_value_klass(); > > `inline_alloc` -> `value_type_alloc` Done ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/32673#discussion_r3926469363
