-
Bug
-
Resolution: Fixed
-
P4
-
9
-
b02
-
sparc
-
solaris_10
1. hotspot:::thread-stop is fired only for 'Signal Dispatcher' thread
and is not fired for other threads:
Reference Handler
Finalizer
CompilerThread0
Low Memory Detector
main
2. both hotspot:::thread-stop and hotspot:::thread-start are not fired for 'main'
thread.
To reproduce run:
1. java -XX:+UnlockDiagnosticVMOptions -XX:+PauseAtPauseAtStartup TestThreads &
2. ./threads_pid.d <java_pid>
3. see results produced by Java program and Dscript
###@###.### 2005-06-16 20:15:35 GMT
and is not fired for other threads:
Reference Handler
Finalizer
CompilerThread0
Low Memory Detector
main
2. both hotspot:::thread-stop and hotspot:::thread-start are not fired for 'main'
thread.
To reproduce run:
1. java -XX:+UnlockDiagnosticVMOptions -XX:+PauseAtPauseAtStartup TestThreads &
2. ./threads_pid.d <java_pid>
3. see results produced by Java program and Dscript
###@###.### 2005-06-16 20:15:35 GMT
- relates to
-
JDK-8160183 hotspot:::thread-start and hotspot:::thread-stop probes do not work correctly
- Closed