diff src/share/vm/compiler/compileLog.hpp @ 2181:d25d4ca69222

Merge.
author Thomas Wuerthinger <wuerthinger@ssw.jku.at>
date Wed, 16 Feb 2011 13:47:20 +0100
parents 3582bf76420e
children 1d1603768966
line wrap: on
line diff
--- a/src/share/vm/compiler/compileLog.hpp	Wed Feb 16 13:38:33 2011 +0100
+++ b/src/share/vm/compiler/compileLog.hpp	Wed Feb 16 13:47:20 2011 +0100
@@ -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);