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

src/hotspot/share/classfile/classListParser.hpp

Print this page

        

*** 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()). --- 134,144 ---- const char* current_class_name() { return _class_name; } ! Klass* 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