< prev index next >

src/share/vm/code/debugInfo.hpp

Print this page
rev 11552 : Rectify JDK-8191227 workaround for Shenandoah

@@ -200,11 +200,10 @@
   bool is_constant_oop() const         { return true;    }
   bool equals(ScopeValue* other) const { return false;   }
 
   // Serialization of debugging information
   void write_on(DebugInfoWriteStream* stream);
-  void write_on_impl(DebugInfoWriteStream* stream);
 
   // Printing
   void print_on(outputStream* st) const;
 };
 
< prev index next >