hotspot/src/share/vm/ci/ciSymbol.cpp
changeset 24002 4e6a72032a99
parent 14477 95e66ea71f71
child 38030 93f24e7b3c43
equal deleted inserted replaced
24001:d0eea05381dd 24002:4e6a72032a99
   121 // Print the value of this symbol on an outputStream
   121 // Print the value of this symbol on an outputStream
   122 void ciSymbol::print_symbol_on(outputStream *st) {
   122 void ciSymbol::print_symbol_on(outputStream *st) {
   123   GUARDED_VM_ENTRY(get_symbol()->print_symbol_on(st);)
   123   GUARDED_VM_ENTRY(get_symbol()->print_symbol_on(st);)
   124 }
   124 }
   125 
   125 
       
   126 const char* ciSymbol::as_klass_external_name() const {
       
   127   GUARDED_VM_ENTRY(return get_symbol()->as_klass_external_name(););
       
   128 }
       
   129 
   126 // ------------------------------------------------------------------
   130 // ------------------------------------------------------------------
   127 // ciSymbol::make_impl
   131 // ciSymbol::make_impl
   128 //
   132 //
   129 // Make a ciSymbol from a C string (implementation).
   133 // Make a ciSymbol from a C string (implementation).
   130 ciSymbol* ciSymbol::make_impl(const char* s) {
   134 ciSymbol* ciSymbol::make_impl(const char* s) {