changeset 28947 | 2ea471384931 |
parent 24930 | 1fc3041c8e78 |
child 33807 | 9f8b0f8a3f29 |
child 33632 | 038347770a9e |
--- a/hotspot/src/cpu/sparc/vm/nativeInst_sparc.cpp Wed Feb 04 16:26:38 2015 +0100 +++ b/hotspot/src/cpu/sparc/vm/nativeInst_sparc.cpp Mon Jan 12 14:05:16 2015 +0100 @@ -36,11 +36,6 @@ #include "c1/c1_Runtime1.hpp" #endif - -bool NativeInstruction::is_dtrace_trap() { - return !is_nop(); -} - void NativeInstruction::set_data64_sethi(address instaddr, intptr_t x) { ResourceMark rm; CodeBuffer buf(instaddr, 10 * BytesPerInstWord );