summaryrefslogtreecommitdiff
path: root/gprofng/libcollector/jprofile.c
diff options
context:
space:
mode:
Diffstat (limited to 'gprofng/libcollector/jprofile.c')
-rw-r--r--gprofng/libcollector/jprofile.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/gprofng/libcollector/jprofile.c b/gprofng/libcollector/jprofile.c
index 9daaa5a267e..52114066726 100644
--- a/gprofng/libcollector/jprofile.c
+++ b/gprofng/libcollector/jprofile.c
@@ -285,12 +285,6 @@ __collector_jprofile_start_attach (void)
{
jthread thread;
(*jvmti)->GetCurrentThread (jvmti, &thread);
-#ifdef DEBUG
- collector_thread_t tid;
- tid = __collector_thr_self ();
- TprintfT (0, "jprofile attach: AttachCurrentThread: thread: %lu jni_env=%p jthread=%p\n",
- (unsigned long) tid, jni_env, thread);
-#endif /* DEBUG */
jvmti_VMInit (jvmti, jni_env, thread);
(*jvmti)->GenerateEvents (jvmti, JVMTI_EVENT_COMPILED_METHOD_LOAD);
(*jvmti)->GenerateEvents (jvmti, JVMTI_EVENT_DYNAMIC_CODE_GENERATED);