hotspot/src/share/vm/oops/instanceKlassKlass.cpp
changeset 12231 6a9cfc59a18a
parent 11440 dea12ec80745
child 12369 48fd3da4025c
equal deleted inserted replaced
12112:56e3093129dc 12231:6a9cfc59a18a
   414     ik->set_class_annotations(NULL);
   414     ik->set_class_annotations(NULL);
   415     ik->set_fields_annotations(NULL);
   415     ik->set_fields_annotations(NULL);
   416     ik->set_methods_annotations(NULL);
   416     ik->set_methods_annotations(NULL);
   417     ik->set_methods_parameter_annotations(NULL);
   417     ik->set_methods_parameter_annotations(NULL);
   418     ik->set_methods_default_annotations(NULL);
   418     ik->set_methods_default_annotations(NULL);
   419     ik->set_enclosing_method_indices(0, 0);
       
   420     ik->set_jvmti_cached_class_field_map(NULL);
   419     ik->set_jvmti_cached_class_field_map(NULL);
   421     ik->set_initial_method_idnum(0);
   420     ik->set_initial_method_idnum(0);
   422     assert(k()->is_parsable(), "should be parsable here.");
   421     assert(k()->is_parsable(), "should be parsable here.");
   423 
   422 
   424     // initialize the non-header words to zero
   423     // initialize the non-header words to zero