src/share/vm/compiler/compileLog.hpp

changeset 2497
3582bf76420e
parent 2314
f95d63e2154a
child 2708
1d1603768966
     1.1 --- a/src/share/vm/compiler/compileLog.hpp	Thu Jan 27 13:42:28 2011 -0800
     1.2 +++ b/src/share/vm/compiler/compileLog.hpp	Thu Jan 27 16:11:27 2011 -0800
     1.3 @@ -63,7 +63,7 @@
     1.4    stringStream* context()                        { return &_context; }
     1.5  
     1.6    void          name(ciSymbol* s);               // name='s'
     1.7 -  void          name(symbolHandle s)             { xmlStream::name(s); }
     1.8 +  void          name(Symbol* s)                  { xmlStream::name(s); }
     1.9  
    1.10    // Output an object description, return obj->ident().
    1.11    int           identify(ciObject* obj);

mercurial