diff -r d0eea05381dd -r 4e6a72032a99 hotspot/src/share/vm/ci/ciKlass.hpp --- a/hotspot/src/share/vm/ci/ciKlass.hpp Thu Apr 10 09:26:24 2014 +0200 +++ b/hotspot/src/share/vm/ci/ciKlass.hpp Thu Apr 10 11:38:12 2014 +0200 @@ -125,6 +125,8 @@ virtual ciKlass* exact_klass() = 0; void print_name_on(outputStream* st); + + const char* external_name() const; }; #endif // SHARE_VM_CI_CIKLASS_HPP