RFR: 8264872: Dependencies: Migrate to PerfData counters

Nils Eliasson neliasso at openjdk.java.net
Fri Apr 9 12:03:17 UTC 2021


On Fri, 9 Apr 2021 11:15:54 GMT, Nils Eliasson <neliasso at openjdk.org> wrote:

>> Migrate performance counters on `Dependencies` (`deps_find_witness_*`) to `PerfData`.
>> 
>> Testing:
>> - [x] hs-tier1 - hs-tier2
>
> src/hotspot/share/code/dependencies.cpp line 1212:
> 
>> 1210: };
>> 1211: 
>> 1212: PerfCounter* ClassHierarchyWalker::_perf_find_witness_anywhere_calls_count   = NULL;
> 
> Align '=' on all three or skip extra space

I'm refering to the whitespace before '= NULL'

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

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


More information about the hotspot-compiler-dev mailing list