hotspot/src/share/vm/classfile/systemDictionary.cpp
changeset 40923 10fe1c28b9f6
parent 40664 1ec65b303bb7
child 41182 dbd59c1da636
equal deleted inserted replaced
40922:d9f1eaf18f9a 40923:10fe1c28b9f6
  1025 // RedefinedClasses do not add to the class hierarchy
  1025 // RedefinedClasses do not add to the class hierarchy
  1026 Klass* SystemDictionary::parse_stream(Symbol* class_name,
  1026 Klass* SystemDictionary::parse_stream(Symbol* class_name,
  1027                                       Handle class_loader,
  1027                                       Handle class_loader,
  1028                                       Handle protection_domain,
  1028                                       Handle protection_domain,
  1029                                       ClassFileStream* st,
  1029                                       ClassFileStream* st,
  1030                                       const Klass* host_klass,
  1030                                       const InstanceKlass* host_klass,
  1031                                       GrowableArray<Handle>* cp_patches,
  1031                                       GrowableArray<Handle>* cp_patches,
  1032                                       TRAPS) {
  1032                                       TRAPS) {
  1033 
  1033 
  1034   Ticks class_load_start_time = Ticks::now();
  1034   Ticks class_load_start_time = Ticks::now();
  1035 
  1035