src/share/vm/ci/ciSymbol.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/ci/ciSymbol.hpp	Thu Mar 20 22:50:07 2014
--- new/src/share/vm/ci/ciSymbol.hpp	Thu Mar 20 22:50:07 2014

*** 88,97 **** --- 88,98 ---- void print_symbol_on(outputStream* st); 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. // (Your code will be less subject to typographical bugs.) static ciSymbol* make(const char* s);

src/share/vm/ci/ciSymbol.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File