diff src/share/vm/code/debugInfo.hpp @ 8159:c5ff08c22458

Fix regression in client compiler debug recording.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Fri, 08 Mar 2013 00:39:48 +0100
parents b8f261ba79c6
children 6b0fd0964b87
line wrap: on
line diff
--- a/src/share/vm/code/debugInfo.hpp	Thu Mar 07 23:24:05 2013 +0100
+++ b/src/share/vm/code/debugInfo.hpp	Fri Mar 08 00:39:48 2013 +0100
@@ -61,11 +61,6 @@
   // Serialization of debugging information
   virtual void write_on(DebugInfoWriteStream* stream) = 0;
   static ScopeValue* read_from(DebugInfoReadStream* stream);
-
-#ifdef GRAAL
-  // Printing
-  virtual void print_on(outputStream* st) const = 0;
-#endif // GRAAL
 };