diff src/cpu/x86/vm/nativeInst_x86.hpp @ 116:018d5b58dd4f

6537506: Provide a mechanism for specifying Java-level USDT-like dtrace probes Summary: Initial checkin of JSDT code Reviewed-by: acorn, sbohne
author kamg
date Thu, 17 Apr 2008 22:18:15 -0400
parents a61af66fc99e
children d1605aabd0a1
line wrap: on
line diff
--- a/src/cpu/x86/vm/nativeInst_x86.hpp	Wed Apr 16 17:36:29 2008 -0400
+++ b/src/cpu/x86/vm/nativeInst_x86.hpp	Thu Apr 17 22:18:15 2008 -0400
@@ -50,6 +50,7 @@
   };
 
   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();