Integrated: 8276209: Some call sites doesn't pass the parameter 'size' to SharedRuntime::dtrace_object_alloc(_base)

Denghui Dong ddong at openjdk.java.net
Mon Nov 8 14:34:40 UTC 2021


On Sun, 31 Oct 2021 15:08:11 GMT, Denghui Dong <ddong at openjdk.org> wrote:

> Hi,
> 
> Could I have a review of this fix that corrects the oop size value of dtrace_object_alloc(_base).
> 
> JDK-8039904 added a new parameter 'size' to SharedRuntime::dtrace_object_alloc and dtrace_object_alloc_base, but didn't modified the callsites(interpreter/c1/c2).
> 
> To make this fix as simple as possible, I overloaded dtrace_object_alloc_base rather than dtrace_object_alloc.
> 
> Thanks,
> Denghui

This pull request has now been integrated.

Changeset: c815c5cb
Author:    Denghui Dong <ddong at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/c815c5cbbb0b6a2aebd0a38cb930c74bd665d082
Stats:     22 lines in 13 files changed: 6 ins; 0 del; 16 mod

8276209: Some call sites doesn't pass the parameter 'size' to SharedRuntime::dtrace_object_alloc(_base)

Reviewed-by: dholmes, coleenp

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

PR: https://git.openjdk.java.net/jdk/pull/6181


More information about the serviceability-dev mailing list