hotspot/src/share/vm/runtime/interfaceSupport.cpp
changeset 34285 0b07014c15e9
parent 33148 68fa8b6c4340
child 34633 2a6c7c7b30a7
--- a/hotspot/src/share/vm/runtime/interfaceSupport.cpp	Tue Nov 24 20:01:45 2015 +0000
+++ b/hotspot/src/share/vm/runtime/interfaceSupport.cpp	Tue Nov 24 11:40:18 2015 -0500
@@ -70,10 +70,6 @@
   Atomic::dec(&RuntimeHistogram_lock);
 }
 
-void InterfaceSupport::trace(const char* result_type, const char* header) {
-  tty->print_cr("%6ld  %s", _number_of_calls, header);
-}
-
 void InterfaceSupport::gc_alot() {
   Thread *thread = Thread::current();
   if (!thread->is_Java_thread()) return; // Avoid concurrent calls