RFR: JDK-8276036: The value of full_count in the message of insufficient codecache is wrong
Tobias Holenstein
duke at openjdk.java.net
Mon Nov 1 11:41:23 UTC 2021
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.
-------------
Commit messages:
- JDK-8276036: The value of full_count in the message of insufficient codecache is wrong
Changes: https://git.openjdk.java.net/jdk/pull/6185/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=6185&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8276036
Stats: 6 lines in 1 file changed: 2 ins; 2 del; 2 mod
Patch: https://git.openjdk.java.net/jdk/pull/6185.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/6185/head:pull/6185
PR: https://git.openjdk.java.net/jdk/pull/6185
More information about the hotspot-compiler-dev
mailing list