hotspot/src/share/vm/utilities/debug.cpp
changeset 360 21d113ecbf6a
parent 1 489c9b5090e2
child 773 01daf7c809b1
child 670 ddf3e9583f2f
child 1374 4c24294029a9
--- a/hotspot/src/share/vm/utilities/debug.cpp	Fri Apr 11 09:56:35 2008 -0400
+++ b/hotspot/src/share/vm/utilities/debug.cpp	Sun Apr 13 17:43:42 2008 -0400
@@ -669,6 +669,7 @@
       tty->print_cr("0x%08x", o);
     }
   }
+  void do_oop(narrowOop* o) { ShouldNotReachHere(); }
 };