RFR: 8320139: [JVMCI] VmObjectAlloc is not generated by intrinsics methods which allocate objects [v2]
Jie Fu
jiefu at openjdk.org
Fri Dec 22 12:10:57 UTC 2023
On Tue, 19 Dec 2023 07:31:05 GMT, Raphael Mosaner <duke at openjdk.org> wrote:
>> This PR exports a pointer to `JvmtiExport::_should_notify_object_alloc` via JVMCI to enable intrinsification of unsafe allocations in accordance to C2.
>
> Raphael Mosaner has updated the pull request incrementally with one additional commit since the last revision:
>
> [JVMCI] Documentation for _should_notify_object_alloc export.
Hi, the build failure was observed after this patch.
Please take a look: https://github.com/openjdk/jdk/pull/17182 .
Thanks.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/16980#issuecomment-1867612318
More information about the hotspot-compiler-dev
mailing list