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

src/share/vm/ci/ciKlass.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:

*** 123,130 **** --- 123,132 ---- bool is_klass() const { return true; } virtual ciKlass* exact_klass() = 0; void print_name_on(outputStream* st); + + const char* external_name() const; }; #endif // SHARE_VM_CI_CIKLASS_HPP
src/share/vm/ci/ciKlass.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File