hotspot/src/share/vm/runtime/java.cpp
changeset 31790 4a08476437e8
parent 30764 fec48bf5a827
child 32349 8b5eb3750c41
child 33965 e03572caaf4c
equal deleted inserted replaced
31788:04af91b7fadd 31790:4a08476437e8
   328 
   328 
   329   if (PrintSystemDictionaryAtExit) {
   329   if (PrintSystemDictionaryAtExit) {
   330     SystemDictionary::print();
   330     SystemDictionary::print();
   331   }
   331   }
   332 
   332 
       
   333   if (LogTouchedMethods && PrintTouchedMethodsAtExit) {
       
   334     Method::print_touched_methods(tty);
       
   335   }
       
   336 
   333   if (PrintBiasedLockingStatistics) {
   337   if (PrintBiasedLockingStatistics) {
   334     BiasedLocking::print_counters();
   338     BiasedLocking::print_counters();
   335   }
   339   }
   336 
   340 
   337 #ifdef ENABLE_ZAP_DEAD_LOCALS
   341 #ifdef ENABLE_ZAP_DEAD_LOCALS
   379   }
   383   }
   380 
   384 
   381   // Native memory tracking data
   385   // Native memory tracking data
   382   if (PrintNMTStatistics) {
   386   if (PrintNMTStatistics) {
   383     MemTracker::final_report(tty);
   387     MemTracker::final_report(tty);
       
   388   }
       
   389 
       
   390   if (LogTouchedMethods && PrintTouchedMethodsAtExit) {
       
   391     Method::print_touched_methods(tty);
   384   }
   392   }
   385 }
   393 }
   386 
   394 
   387 #endif
   395 #endif
   388 
   396