hotspot/src/share/vm/gc_implementation/shared/vmGCOperations.cpp
changeset 22520 b9e88eed82d7
parent 20734 b3f539540680
child 22556 a17351e8c2c2
--- a/hotspot/src/share/vm/gc_implementation/shared/vmGCOperations.cpp	Fri Jan 17 02:13:40 2014 -0800
+++ b/hotspot/src/share/vm/gc_implementation/shared/vmGCOperations.cpp	Thu Jan 16 20:14:21 2014 +0100
@@ -56,6 +56,7 @@
 #else /* USDT2 */
   HOTSPOT_GC_BEGIN(
                    full);
+  HS_DTRACE_WORKAROUND_TAIL_CALL_BUG();
 #endif /* USDT2 */
 }
 
@@ -64,8 +65,8 @@
   HS_DTRACE_PROBE(hotspot, gc__end);
   HS_DTRACE_WORKAROUND_TAIL_CALL_BUG();
 #else /* USDT2 */
-  HOTSPOT_GC_END(
-);
+  HOTSPOT_GC_END();
+  HS_DTRACE_WORKAROUND_TAIL_CALL_BUG();
 #endif /* USDT2 */
 }