8136406: Remove ZapDeadCompiledLocals code

Dead code elimination.

Reviewed-by: roland, twisti
This commit is contained in:
Vladimir Kozlov 2015-09-15 11:04:11 -07:00
parent 00a6ff7050
commit 44a4201adc
22 changed files with 64 additions and 590 deletions

View file

@ -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);