hotspot/src/share/vm/compiler/compileLog.hpp
changeset 24002 4e6a72032a99
parent 22234 da823d78ad65
child 24424 2658d7834c6e
--- a/hotspot/src/share/vm/compiler/compileLog.hpp	Thu Apr 10 09:26:24 2014 +0200
+++ b/hotspot/src/share/vm/compiler/compileLog.hpp	Thu Apr 10 11:38:12 2014 +0200
@@ -28,6 +28,7 @@
 #include "utilities/xmlstream.hpp"
 
 class ciBaseObject;
+class ciKlass;
 class ciObject;
 class ciMetadata;
 class ciSymbol;
@@ -72,6 +73,7 @@
 
   void          name(ciSymbol* s);               // name='s'
   void          name(Symbol* s)                  { xmlStream::name(s); }
+  void          name(ciKlass* k);
 
   // Output an object description, return obj->ident().
   int           identify(ciBaseObject* obj);