hotspot/src/cpu/x86/vm/nativeInst_x86.cpp
changeset 28947 2ea471384931
parent 24424 2658d7834c6e
child 33160 c59f1676d27e
child 33148 68fa8b6c4340
--- a/hotspot/src/cpu/x86/vm/nativeInst_x86.cpp	Wed Feb 04 16:26:38 2015 +0100
+++ b/hotspot/src/cpu/x86/vm/nativeInst_x86.cpp	Mon Jan 12 14:05:16 2015 +0100
@@ -602,7 +602,3 @@
   else
     return addr_at(0) + length + sbyte_at(offset);
 }
-
-bool NativeInstruction::is_dtrace_trap() {
-  return (*(int32_t*)this & 0xff) == 0xcc;
-}