hotspot/src/share/vm/ci/ciSymbol.hpp
changeset 24002 4e6a72032a99
parent 20017 81eba62e9048
--- a/hotspot/src/share/vm/ci/ciSymbol.hpp	Thu Apr 10 09:26:24 2014 +0200
+++ b/hotspot/src/share/vm/ci/ciSymbol.hpp	Thu Apr 10 11:38:12 2014 +0200
@@ -90,6 +90,7 @@
   void print_symbol() {
     print_symbol_on(tty);
   }
+  const char* as_klass_external_name() const;
 
   // Make a ciSymbol from a C string.
   // Consider adding to vmSymbols.hpp instead of using this constructor.