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

Tobias Hartmann thartmann at openjdk.java.net
Tue Nov 2 07:05:14 UTC 2021


On Mon, 1 Nov 2021 11:31:39 GMT, Tobias Holenstein <duke at openjdk.java.net> 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.

Looks good to me.

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

Marked as reviewed by thartmann (Reviewer).

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


More information about the hotspot-compiler-dev mailing list