mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8154110: Update class* and safepoint* logging subsystems
Refactored logging tags in class and safepoint subsystems. Reviewed-by: coleenp, rehn, hseigel
This commit is contained in:
parent
c011c03c17
commit
da0fe9d476
38 changed files with 219 additions and 217 deletions
|
@ -1076,8 +1076,8 @@ void nmethod::make_unloaded(BoolObjectClosure* is_alive, oop cause) {
|
|||
flush_dependencies(is_alive);
|
||||
|
||||
// Break cycle between nmethod & method
|
||||
if (log_is_enabled(Trace, classunload)) {
|
||||
outputStream* log = Log(classunload)::trace_stream();
|
||||
if (log_is_enabled(Trace, class, unload)) {
|
||||
outputStream* log = Log(class, unload)::trace_stream();
|
||||
log->print_cr("making nmethod " INTPTR_FORMAT
|
||||
" unloadable, Method*(" INTPTR_FORMAT
|
||||
"), cause(" INTPTR_FORMAT ")",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue