< prev index next >

src/share/vm/jfr/recorder/jfrRecorder.hpp

Print this page
rev 9061 : 8227011: Starting a JFR recording in response to JVMTI VMInit and / or Java agent premain corrupts memory
Reviewed-by: egahlin, rwestberg

*** 40,49 **** --- 40,50 ---- private: static bool _shutting_down; static bool create_checkpoint_manager(); static bool create_chunk_repository(); + static bool create_java_event_writer(); static bool create_jvmti_agent(); static bool create_os_interface(); static bool create_post_box(); static bool create_recorder_thread(); static bool create_stacktrace_repository();
< prev index next >