comparison src/share/vm/oops/instanceKlassKlass.cpp @ 4137:04b9a2566eec

Merge with hsx23/hotspot.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Sat, 17 Dec 2011 21:40:27 +0100
parents e6b1331a51d2
children 75c0a73eee98
comparison
equal deleted inserted replaced
3737:9dc19b7d89a3 4137:04b9a2566eec
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);