mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8214526: Change CodeHeap State Analytics control from UL to Print*
Reviewed-by: coleenp, kvn, stuefe, thartmann
This commit is contained in:
parent
45628a358a
commit
8e05550ef3
4 changed files with 12 additions and 15 deletions
|
@ -318,8 +318,7 @@ void print_statistics() {
|
|||
|
||||
// CodeHeap State Analytics.
|
||||
// Does also call NMethodSweeper::print(tty)
|
||||
LogTarget(Trace, codecache) lt;
|
||||
if (lt.is_enabled()) {
|
||||
if (PrintCodeHeapAnalytics) {
|
||||
CompileBroker::print_heapinfo(NULL, "all", "4096"); // details
|
||||
} else if (PrintMethodFlushingStatistics) {
|
||||
NMethodSweeper::print(tty);
|
||||
|
@ -387,8 +386,7 @@ void print_statistics() {
|
|||
|
||||
// CodeHeap State Analytics.
|
||||
// Does also call NMethodSweeper::print(tty)
|
||||
LogTarget(Trace, codecache) lt;
|
||||
if (lt.is_enabled()) {
|
||||
if (PrintCodeHeapAnalytics) {
|
||||
CompileBroker::print_heapinfo(NULL, "all", "4096"); // details
|
||||
} else if (PrintMethodFlushingStatistics) {
|
||||
NMethodSweeper::print(tty);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue