RFR: 8276209: Some call sites doesn't pass the parameter 'size' to SharedRuntime::dtrace_object_alloc(_base) [v2]
Denghui Dong
ddong at openjdk.java.net
Mon Nov 8 02:42:58 UTC 2021
On Mon, 8 Nov 2021 01:51:30 GMT, David Holmes <dholmes at openjdk.org> wrote:
> To me something like `dtrace_object_alloc_base` should not be called directly (like a foo_impl function) but only as the implementation of the real API entry points. If that isn't the case here then lets drop the "base" part and just have a set of overloaded `dtrace_object_alloc` functions.
>
> Thanks, David
Changed.
Thanks,
Denghui
-------------
PR: https://git.openjdk.java.net/jdk/pull/6181
More information about the serviceability-dev
mailing list