comparison src/share/vm/oops/instanceKlassKlass.cpp @ 3938:e6b1331a51d2

7086585: make Java field injection more flexible Reviewed-by: jrose, twisti, kvn, coleenp
author never
date Sat, 10 Sep 2011 17:29:02 -0700
parents 8ce625481709
children 75c0a73eee98
comparison
equal deleted inserted replaced
3937:c565834fb592 3938:e6b1331a51d2
384 ik->set_methods(NULL); 384 ik->set_methods(NULL);
385 ik->set_method_ordering(NULL); 385 ik->set_method_ordering(NULL);
386 ik->set_local_interfaces(NULL); 386 ik->set_local_interfaces(NULL);
387 ik->set_transitive_interfaces(NULL); 387 ik->set_transitive_interfaces(NULL);
388 ik->init_implementor(); 388 ik->init_implementor();
389 ik->set_fields(NULL); 389 ik->set_fields(NULL, 0);
390 ik->set_constants(NULL); 390 ik->set_constants(NULL);
391 ik->set_class_loader(NULL); 391 ik->set_class_loader(NULL);
392 ik->set_protection_domain(NULL); 392 ik->set_protection_domain(NULL);
393 ik->set_host_klass(NULL); 393 ik->set_host_klass(NULL);
394 ik->set_signers(NULL); 394 ik->set_signers(NULL);