mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
8005204: Code Cache Reduction: command line options implementation
Adding more detailed output on CodeCache usage Reviewed-by: kvn, vladidan
This commit is contained in:
parent
5613847626
commit
95cbed6639
6 changed files with 70 additions and 19 deletions
|
@ -145,11 +145,11 @@ class CodeCache : AllStatic {
|
|||
static void prune_scavenge_root_nmethods();
|
||||
|
||||
// Printing/debugging
|
||||
static void print() PRODUCT_RETURN; // prints summary
|
||||
static void print(); // prints summary
|
||||
static void print_internals();
|
||||
static void verify(); // verifies the code cache
|
||||
static void print_trace(const char* event, CodeBlob* cb, int size = 0) PRODUCT_RETURN;
|
||||
static void print_bounds(outputStream* st); // Prints a summary of the bounds of the code cache
|
||||
static void print_summary(outputStream* st, bool detailed = true); // Prints a summary of the code cache usage
|
||||
static void log_state(outputStream* st);
|
||||
|
||||
// The full limits of the codeCache
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue