RFR: JDK-8316691: Heap dump: separate stack traces for mounted virtual threads [v2]
Alex Menkov
amenkov at openjdk.org
Thu Sep 28 23:24:48 UTC 2023
On Thu, 28 Sep 2023 02:11:45 GMT, David Holmes <dholmes at openjdk.org> wrote:
>> This is existing field in the class.
>> There are a number (45) of misspelled "referer" in the lib, including some public methods (like getReferer() in line 140).
>> If you think it makes sense to fix the, I can file a separate CR for this.
>
> Ugghh! Line 140 was not visible by default. It doesn't look good to add a new method called `getReferrerId` when the other usages are `referer`. Lets go for consistency in this PR and fix them all in a separate one. Thanks.
Renamed to `getRefererId`
Filed JDK-8317285
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/15869#discussion_r1340744769
More information about the hotspot-runtime-dev
mailing list