diff src/share/vm/shark/sharkCompiler.cpp @ 14704:b51e29501f30

Merged with jdk9/dev/hotspot changeset 9486a41de3b7
author twisti
date Tue, 18 Mar 2014 20:19:10 -0700
parents d8041d695d19 81ccf2c854c7
children 92aa6797d639
line wrap: on
line diff
--- a/src/share/vm/shark/sharkCompiler.cpp	Thu Mar 20 22:30:26 2014 +0100
+++ b/src/share/vm/shark/sharkCompiler.cpp	Tue Mar 18 20:19:10 2014 -0700
@@ -364,3 +364,7 @@
   *(dst++) = '\0';
   return buf;
 }
+
+void SharkCompiler::print_timers() {
+  // do nothing
+}