RFR: 8276036: The value of full_count in the message of insufficient codecache is wrong
Takuya Kiriyama
duke at openjdk.java.net
Thu Nov 4 17:05:37 UTC 2021
Could you please review the 8276036 bug fixes?
This bug is caused by the wrong place to add the value of full_count.
The initial value of full_count is 0, so it needs to be added before outputting the message.
-------------
Commit messages:
- 8276036: The value of full_count in the message of insufficient codecache is wrong
- 8276036: The value of full_count in the message of insufficient codecache is wrong
- 8276036: The value of full_count in the message of insufficient codecache is wrong
Changes: https://git.openjdk.java.net/jdk/pull/6129/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=6129&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8276036
Stats: 133 lines in 2 files changed: 131 ins; 2 del; 0 mod
Patch: https://git.openjdk.java.net/jdk/pull/6129.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/6129/head:pull/6129
PR: https://git.openjdk.java.net/jdk/pull/6129
More information about the hotspot-compiler-dev
mailing list