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

Christian Hagedorn chagedorn at openjdk.java.net
Wed Nov 3 15:35:19 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.

Marked as reviewed by chagedorn (Reviewer).

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

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


More information about the hotspot-compiler-dev mailing list