Are there any DTrace probes in Java RTS?
Yes (see also questions 21 and 26). We have introduced substantial support for DTrace and Java RTS. Most of the major RTSJ features and operations have been instrumented, probes have been added at critical places of the VM (locks, monitors and RTGC, notably). This remains work in progress, and new probes are added incrementally.
Yes (see also questions 21 and 26). We have introduced substantial support for DTrace and Java RTS. Most of the major RTSJ features and operations have been instrumented, and probes have been added at critical places of the VM (locks, monitors and RTGC, notably). This remains work in progress, and new probes are added incrementally.