-
Bug
-
Resolution: Fixed
-
P4
-
6
-
b73
-
sparc
-
solaris_10
-
Verified
hotspot:::vm-shutdown is not always fired.
It is fired only when System.exit method is invoked.
To observe different behavior of vm-shutdown probe run:
a)
1. java -XX:+UnlockDiagnosticVMOptions -XX:+PauseAtPauseAtStartup HelloWord &
2. ./vm_lifecycle_pid.d <java_pid>
3. no vm-shutdown probe is fired
b)
1. java -XX:+UnlockDiagnosticVMOptions -XX:+PauseAtPauseAtStartup HelloWordExit &
2. ./vm_lifecycle_pid.d <java_pid>
3. vm-shutdown probe is fired
###@###.### 2005-06-20 14:29:01 GMT
It is fired only when System.exit method is invoked.
To observe different behavior of vm-shutdown probe run:
a)
1. java -XX:+UnlockDiagnosticVMOptions -XX:+PauseAtPauseAtStartup HelloWord &
2. ./vm_lifecycle_pid.d <java_pid>
3. no vm-shutdown probe is fired
b)
1. java -XX:+UnlockDiagnosticVMOptions -XX:+PauseAtPauseAtStartup HelloWordExit &
2. ./vm_lifecycle_pid.d <java_pid>
3. vm-shutdown probe is fired
###@###.### 2005-06-20 14:29:01 GMT