RFR: 8271353: PerfDataManager::destroy crashes in VM_Exit [v2]
Xin Liu
xliu at openjdk.java.net
Wed Jul 28 17:44:57 UTC 2021
On Wed, 28 Jul 2021 16:32:37 GMT, Yumin Qi <minqi at openjdk.org> wrote:
> Hi, Xin
> The copyright year needs updated.
> Maybe '0' is more meaningful than '-1'?
Thanks for the head-up. I agree that 0 is easier to understand. I will update it.
PerfDataManager::add_item() "appends" a PerfData. if _sampled is not NULL, it should be at least 1.
-------------
PR: https://git.openjdk.java.net/jdk/pull/4913
More information about the hotspot-runtime-dev
mailing list