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

src/share/vm/ci/ciSymbol.hpp

Print this page
rev 6133 : 8005079: fix LogCompilation for incremental inlining
Summary: report late inlining as part of the rest of the inlining output
Reviewed-by:

*** 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