RFR: JDK-8276036: The value of full_count in the message of insufficient codecache is wrong

Tobias Holenstein duke at openjdk.java.net
Tue Nov 2 10:35:15 UTC 2021


On Mon, 1 Nov 2021 18:52:28 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:

>> The value of full_count (number of times the code heap was full) in the message of insufficient codecache was 0 even though a codecache shortage occurred. This is fixed by simply incrementing the count before the printing.
>
> Good.

@vnkozlov, @dean-long and @TobiHartmann thanks for the reviews!

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

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


More information about the hotspot-compiler-dev mailing list