src/hotspot/share/classfile/classListParser.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/hotspot/share/classfile/classListParser.hpp	Thu Dec  7 14:55:14 2017
--- new/src/hotspot/share/classfile/classListParser.hpp	Thu Dec  7 14:55:14 2017

*** 134,144 **** --- 134,144 ---- const char* current_class_name() { return _class_name; } - InstanceKlass* load_current_class(TRAPS); bool is_loading_from_source(); // Look up the super or interface of the current class being loaded // (in this->load_current_class()).

src/hotspot/share/classfile/classListParser.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File