mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +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
|
@ -672,9 +672,6 @@ void methodOopDesc::link_method(methodHandle h_method, TRAPS) {
|
|||
}
|
||||
|
||||
address methodOopDesc::make_adapters(methodHandle mh, TRAPS) {
|
||||
// If running -Xint we need no adapters.
|
||||
if (Arguments::mode() == Arguments::_int) return NULL;
|
||||
|
||||
// Adapters for compiled code are made eagerly here. They are fairly
|
||||
// small (generally < 100 bytes) and quick to make (and cached and shared)
|
||||
// so making them eagerly shouldn't be too expensive.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue