diff src/cpu/sparc/vm/nativeInst_sparc.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/sparc/vm/nativeInst_sparc.hpp	Wed Apr 16 17:36:29 2008 -0400
+++ b/src/cpu/sparc/vm/nativeInst_sparc.hpp	Thu Apr 17 22:18:15 2008 -0400
@@ -43,6 +43,7 @@
     nop_instruction_size        =    4
   };
 
+  bool is_dtrace_trap();
   bool is_nop()                        { return long_at(0) == nop_instruction(); }
   bool is_call()                       { return is_op(long_at(0), Assembler::call_op); }
   bool is_sethi()                      { return (is_op2(long_at(0), Assembler::sethi_op2)