RFR: 8323795: jcmd Compiler.codecache should print total size of code cache [v2]

Yi Yang yyang at openjdk.org
Mon Feb 19 01:56:55 UTC 2024


On Thu, 18 Jan 2024 19:05:27 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:

>> Yi Yang has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   new output && fix test
>
> `stopped_count` and `restarted_count` are related to compilation. That is why I suggested to print them on the same line:
> 
> Compilation: enabled, stopped_count=0, restarted_count=0
> 
> 
> `full_count` can be put on the line with numbers for methods and others.
> 
> I am fine with last refactoring you did for different `SegmentedCodeCache` flag values.

Thanks for reviews @vnkozlov @TobiHartmann

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

PR Comment: https://git.openjdk.org/jdk/pull/17445#issuecomment-1951563475


More information about the hotspot-compiler-dev mailing list