mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
8136406: Remove ZapDeadCompiledLocals code
Dead code elimination. Reviewed-by: roland, twisti
This commit is contained in:
parent
00a6ff7050
commit
44a4201adc
22 changed files with 64 additions and 590 deletions
|
@ -331,14 +331,6 @@ void print_statistics() {
|
|||
BiasedLocking::print_counters();
|
||||
}
|
||||
|
||||
#ifdef ENABLE_ZAP_DEAD_LOCALS
|
||||
#ifdef COMPILER2
|
||||
if (ZapDeadCompiledLocals) {
|
||||
tty->print_cr("Compile::CompiledZap_count = %d", Compile::CompiledZap_count);
|
||||
tty->print_cr("OptoRuntime::ZapDeadCompiledLocals_count = %d", OptoRuntime::ZapDeadCompiledLocals_count);
|
||||
}
|
||||
#endif // COMPILER2
|
||||
#endif // ENABLE_ZAP_DEAD_LOCALS
|
||||
// Native memory tracking data
|
||||
if (PrintNMTStatistics) {
|
||||
MemTracker::final_report(tty);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue