< prev index next >

src/hotspot/share/prims/jvmtiThreadState.cpp

Print this page
rev 49521 : [mq]: heap8

*** 58,67 **** --- 58,68 ---- _class_being_redefined = NULL; _class_load_kind = jvmti_class_load_kind_load; _head_env_thread_state = NULL; _dynamic_code_event_collector = NULL; _vm_object_alloc_event_collector = NULL; + _sampled_object_alloc_event_collector = NULL; _the_class_for_redefinition_verification = NULL; _scratch_class_for_redefinition_verification = NULL; _cur_stack_depth = UNKNOWN_STACK_DEPTH; // JVMTI ForceEarlyReturn support
< prev index next >