mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
6537506: Provide a mechanism for specifying Java-level USDT-like dtrace probes
Initial checkin of JSDT code Reviewed-by: acorn, sbohne
This commit is contained in:
parent
849e0dfc44
commit
f072bc9d3f
26 changed files with 2935 additions and 26 deletions
|
@ -26,6 +26,10 @@
|
|||
# include "incls/_nativeInst_sparc.cpp.incl"
|
||||
|
||||
|
||||
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 );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue