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
Sun Oct 31 22:56:44 UTC 2021


> 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

Denghui Dong has updated the pull request incrementally with one additional commit since the last revision:

  fix build problem

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/6181/files
  - new: https://git.openjdk.java.net/jdk/pull/6181/files/a5ecbff4..8d597ebc

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=6181&range=01
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=6181&range=00-01

  Stats: 3 lines in 3 files changed: 0 ins; 0 del; 3 mod
  Patch: https://git.openjdk.java.net/jdk/pull/6181.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/6181/head:pull/6181

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


More information about the hotspot-runtime-dev mailing list