src/share/vm/prims/jvmtiEnvBase.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File 7086585 Cdiff src/share/vm/prims/jvmtiEnvBase.cpp

src/share/vm/prims/jvmtiEnvBase.cpp

Print this page

        

*** 563,581 **** // process of exiting return java_lang_Thread::thread(t); } - // update the access_flags for the field in the klass - void - JvmtiEnvBase::update_klass_field_access_flag(fieldDescriptor *fd) { - instanceKlass* ik = instanceKlass::cast(fd->field_holder()); - typeArrayOop fields = ik->fields(); - fields->ushort_at_put(fd->index(), (jushort)fd->access_flags().as_short()); - } - - // return the vframe on the specified thread and depth, NULL if no such frame vframe* JvmtiEnvBase::vframeFor(JavaThread* java_thread, jint depth) { if (!java_thread->has_last_Java_frame()) { return NULL; --- 563,572 ----
src/share/vm/prims/jvmtiEnvBase.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File