Integrated: JDK-8276036: The value of full_count in the message of insufficient codecache is wrong
Tobias Holenstein
duke at openjdk.java.net
Wed Nov 3 15:35:20 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.
This pull request has now been integrated.
Changeset: 61cb4bc6
Author: Tobias Holenstein <tobias.holenstein at oracle.com>
Committer: Christian Hagedorn <chagedorn at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/61cb4bc6b0252536364a86f38ff2e5c8c7ab610b
Stats: 6 lines in 1 file changed: 2 ins; 2 del; 2 mod
8276036: The value of full_count in the message of insufficient codecache is wrong
Reviewed-by: kvn, dlong, thartmann, chagedorn
-------------
PR: https://git.openjdk.java.net/jdk/pull/6185
More information about the hotspot-compiler-dev
mailing list