hotspot/src/share/vm/runtime/thread.cpp
changeset 22190 d306a75a70d3
parent 21192 e434b13b387c
child 22872 b6902ee5bc8d
child 22551 9bf46d16dcc6
child 22533 76088853a2eb
equal deleted inserted replaced
22189:60fa7416465e 22190:d306a75a70d3
   133       java_lang_Thread::is_daemon((javathread)->threadObj()));             \
   133       java_lang_Thread::is_daemon((javathread)->threadObj()));             \
   134   }
   134   }
   135 
   135 
   136 #else /* USDT2 */
   136 #else /* USDT2 */
   137 
   137 
   138 #define HOTSPOT_THREAD_PROBE_start HOTSPOT_THREAD_PROBE_START
   138 #define HOTSPOT_THREAD_PROBE_start HOTSPOT_THREAD_START
   139 #define HOTSPOT_THREAD_PROBE_stop HOTSPOT_THREAD_PROBE_STOP
   139 #define HOTSPOT_THREAD_PROBE_stop HOTSPOT_THREAD_STOP
   140 
   140 
   141 #define DTRACE_THREAD_PROBE(probe, javathread)                             \
   141 #define DTRACE_THREAD_PROBE(probe, javathread)                             \
   142   {                                                                        \
   142   {                                                                        \
   143     ResourceMark rm(this);                                                 \
   143     ResourceMark rm(this);                                                 \
   144     int len = 0;                                                           \
   144     int len = 0;                                                           \