hotspot/src/share/vm/compiler/compileLog.hpp
changeset 8076 96d498ec7ae1
parent 7397 5b173b4ca846
child 8921 14bfe81f2a9d
--- a/hotspot/src/share/vm/compiler/compileLog.hpp	Thu Jan 27 13:42:28 2011 -0800
+++ b/hotspot/src/share/vm/compiler/compileLog.hpp	Thu Jan 27 16:11:27 2011 -0800
@@ -63,7 +63,7 @@
   stringStream* context()                        { return &_context; }
 
   void          name(ciSymbol* s);               // name='s'
-  void          name(symbolHandle s)             { xmlStream::name(s); }
+  void          name(Symbol* s)                  { xmlStream::name(s); }
 
   // Output an object description, return obj->ident().
   int           identify(ciObject* obj);