mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +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
|
@ -3188,6 +3188,9 @@ class CommandLineFlags {
|
|||
product(bool, RelaxAccessControlCheck, false, \
|
||||
"Relax the access control checks in the verifier") \
|
||||
\
|
||||
diagnostic(bool, PrintDTraceDOF, false, \
|
||||
"Print the DTrace DOF passed to the system for JSDT probes") \
|
||||
\
|
||||
product(bool, UseVMInterruptibleIO, true, \
|
||||
"(Unstable, Solaris-specific) Thread interrupt before or with " \
|
||||
"EINTR for I/O operations results in OS_INTRPT")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue