comparison src/share/vm/runtime/globals.hpp @ 116:018d5b58dd4f

6537506: Provide a mechanism for specifying Java-level USDT-like dtrace probes Summary: Initial checkin of JSDT code Reviewed-by: acorn, sbohne
author kamg
date Thu, 17 Apr 2008 22:18:15 -0400
parents ba764ed4b6f2
children 60b728ec77c1
comparison
equal deleted inserted replaced
115:e7a91a357527 116:018d5b58dd4f
3186 "Enable dtrace probes for monitor events") \ 3186 "Enable dtrace probes for monitor events") \
3187 \ 3187 \
3188 product(bool, RelaxAccessControlCheck, false, \ 3188 product(bool, RelaxAccessControlCheck, false, \
3189 "Relax the access control checks in the verifier") \ 3189 "Relax the access control checks in the verifier") \
3190 \ 3190 \
3191 diagnostic(bool, PrintDTraceDOF, false, \
3192 "Print the DTrace DOF passed to the system for JSDT probes") \
3193 \
3191 product(bool, UseVMInterruptibleIO, true, \ 3194 product(bool, UseVMInterruptibleIO, true, \
3192 "(Unstable, Solaris-specific) Thread interrupt before or with " \ 3195 "(Unstable, Solaris-specific) Thread interrupt before or with " \
3193 "EINTR for I/O operations results in OS_INTRPT") 3196 "EINTR for I/O operations results in OS_INTRPT")
3194 3197
3195 3198