-
Enhancement
-
Resolution: Fixed
-
P4
-
11
-
b18
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8205291 | 11.0.1 | Goetz Lindenmaier | P4 | Resolved | Fixed | team |
Print the code cache full count for all code heaps and add additional counters for compiler stopped and compiler started.
You now find the following output in the hs_err file:
CodeCache: size=400Kb used=393Kb max_used=393Kb free=6Kb
bounds [0x00007fb7d26e1000, 0x00007fb7d2745000, 0x00007fb7d2745000]
total_blobs=212 nmethods=0 adapters=157
compilation: disabled (not enough contiguous free space left)
stopped_count=1, restarted_count=0
full_count=1
You now find the following output in the hs_err file:
CodeCache: size=400Kb used=393Kb max_used=393Kb free=6Kb
bounds [0x00007fb7d26e1000, 0x00007fb7d2745000, 0x00007fb7d2745000]
total_blobs=212 nmethods=0 adapters=157
compilation: disabled (not enough contiguous free space left)
stopped_count=1, restarted_count=0
full_count=1
- backported by
-
JDK-8205291 Add additional statistics to CodeCache::print_summary
-
- Resolved
-