mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +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
|
@ -50,6 +50,7 @@ class NativeInstruction VALUE_OBJ_CLASS_SPEC {
|
|||
};
|
||||
|
||||
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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue