hotspot/src/cpu/x86/vm/nativeInst_x86.hpp
changeset 28947 2ea471384931
parent 24930 1fc3041c8e78
child 33160 c59f1676d27e
--- a/hotspot/src/cpu/x86/vm/nativeInst_x86.hpp	Wed Feb 04 16:26:38 2015 +0100
+++ b/hotspot/src/cpu/x86/vm/nativeInst_x86.hpp	Mon Jan 12 14:05:16 2015 +0100
@@ -59,7 +59,6 @@
   };
 
   bool is_nop()                        { return ubyte_at(0) == nop_instruction_code; }
-  bool is_dtrace_trap();
   inline bool is_call();
   inline bool is_illegal();
   inline bool is_return();