RFR: 8271008: appcds/*/MethodHandlesAsCollectorTest.java tests time out because of excessive GC (CodeCache GC Threshold) in loom [v2]

Coleen Phillimore coleenp at openjdk.java.net
Mon Feb 21 15:11:33 UTC 2022


On Mon, 21 Feb 2022 09:15:05 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:

>> Coleen Phillimore has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Fixed comment
>
> src/hotspot/share/code/codeCache.cpp line 897:
> 
>> 895: // Since code heap for each type of code blobs falls forward to the next
>> 896: // type of code heap, return the reverse free ratio for the entire
>> 897: // code heap.
> 
> Suggestion:
> 
> // Returns the reverse free ratio. E.g., if 25% (1/4) of the code cache
> // is free, reverse_free_ratio() returns 4.
> // Since code heap for each type of code blobs falls forward to the next
> // type of code heap, return the reverse free ratio for the entire
> // code cache.

Fixed.

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

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


More information about the hotspot-dev mailing list