mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8059468: Fix PrintCodeCache output changed by JDK-8059137
Change output of PrintCodeCache to print "CodeCache" instead of "Code Cache" and change name of non-method code heap to non-nmethod code heap. Reviewed-by: vlivanov, anoll
This commit is contained in:
parent
3525490c57
commit
ea755702aa
19 changed files with 80 additions and 80 deletions
|
@ -41,14 +41,14 @@
|
|||
// The CodeCache consists of one or more CodeHeaps, each of which contains
|
||||
// CodeBlobs of a specific CodeBlobType. Currently heaps for the following
|
||||
// types are available:
|
||||
// - Non-methods: Non-methods like Buffers, Adapters and Runtime Stubs
|
||||
// - Non-nmethods: Non-nmethods like Buffers, Adapters and Runtime Stubs
|
||||
// - Profiled nmethods: nmethods that are profiled, i.e., those
|
||||
// executed at level 2 or 3
|
||||
// - Non-Profiled nmethods: nmethods that are not profiled, i.e., those
|
||||
// executed at level 1 or 4 and native methods
|
||||
// - All: Used for code of all types if code cache segmentation is disabled.
|
||||
//
|
||||
// In the rare case of the non-method code heap getting full, non-method code
|
||||
// In the rare case of the non-nmethod code heap getting full, non-nmethod code
|
||||
// will be stored in the non-profiled code heap as a fallback solution.
|
||||
//
|
||||
// Depending on the availability of compilers and TieredCompilation there
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue