src/share/vm/classfile/systemDictionary.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/classfile/systemDictionary.cpp	Fri Sep  2 08:38:19 2016
--- new/src/share/vm/classfile/systemDictionary.cpp	Fri Sep  2 08:38:18 2016

*** 1025,1035 **** --- 1025,1035 ---- // RedefinedClasses do not add to the class hierarchy Klass* SystemDictionary::parse_stream(Symbol* class_name, Handle class_loader, Handle protection_domain, ClassFileStream* st, ! const InstanceKlass* host_klass, GrowableArray<Handle>* cp_patches, TRAPS) { Ticks class_load_start_time = Ticks::now();

src/share/vm/classfile/systemDictionary.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File