Searched refs:the_class (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiRedefineClasses.cpp513 instanceKlassHandle the_class,
520 if (the_class->super() != scratch_class->super() &&
521 (the_class->super() == NULL || scratch_class->super() == NULL ||
522 Klass::cast(the_class->super())->name() !=
534 objArrayOop k_interfaces = the_class->local_interfaces();
548 if (the_class->is_in_error_state()) {
554 jushort old_flags = (jushort) the_class->access_flags().get_flags();
562 JavaFieldStream old_fs(the_class);
576 Symbol* name_sym1 = the_class->constants()->symbol_at(old_fs.name_index());
577 Symbol* sig_sym1 = the_class
512 compare_and_normalize_class_versions( instanceKlassHandle the_class, instanceKlassHandle scratch_class) argument
859 instanceKlassHandle the_class = instanceKlassHandle(THREAD, the_class_oop); local
1246 merge_cp_and_rewrite( instanceKlassHandle the_class, instanceKlassHandle scratch_class, TRAPS) argument
2836 instanceKlassHandle the_class; member in class:TransferNativeFunctionRegistration
2941 transfer_old_native_function_registrations(instanceKlassHandle the_class) argument
3068 instanceKlassHandle the_class = instanceKlassHandle(THREAD, the_class_oop); local
[all...]
H A DjvmtiThreadState.hpp268 inline void set_class_versions_map(KlassHandle *the_class, argument
270 _the_class_for_redefinition_verification = the_class;
405 RedefineVerifyMark(KlassHandle *the_class, KlassHandle *scratch_class, argument
408 _state->set_class_versions_map(the_class, scratch_class);
409 (*scratch_class)->set_java_mirror((*the_class)->java_mirror());
H A DjvmtiRedefineClasses.hpp43 // "the_class" and the new class will always be called "scratch_class".
45 // The name "the_class" is used because there is only one structure
51 // appropriate parts in the_class. Once redefinition of a class is
64 // - parsing the incoming class definition using the_class' class
72 // - finally, scratch_class is compared to the_class to verify
85 // - replacing parts in the_class with parts from scratch_class
87 // parts of the_class
89 // that refer to methods in the_class. These adjustments use the
105 // When the_class is redefined, we cannot just replace the constant
106 // pool in the_class wit
[all...]

Completed in 41 milliseconds