hotspot/src/share/vm/ci/ciSymbol.hpp
changeset 24002 4e6a72032a99
parent 20017 81eba62e9048
equal deleted inserted replaced
24001:d0eea05381dd 24002:4e6a72032a99
    88 
    88 
    89   void print_symbol_on(outputStream* st);
    89   void print_symbol_on(outputStream* st);
    90   void print_symbol() {
    90   void print_symbol() {
    91     print_symbol_on(tty);
    91     print_symbol_on(tty);
    92   }
    92   }
       
    93   const char* as_klass_external_name() const;
    93 
    94 
    94   // Make a ciSymbol from a C string.
    95   // Make a ciSymbol from a C string.
    95   // Consider adding to vmSymbols.hpp instead of using this constructor.
    96   // Consider adding to vmSymbols.hpp instead of using this constructor.
    96   // (Your code will be less subject to typographical bugs.)
    97   // (Your code will be less subject to typographical bugs.)
    97   static ciSymbol* make(const char* s);
    98   static ciSymbol* make(const char* s);