After updating Java 1.7.0.71
to 1.7.0_75
, jstat
doesn't work anymore. I've tried to stop the application, delete /tmp/hsperfdata_*
and restart the application, but /tmp/hsperfdata_*
doesn't exist and jstat
failed.
/opt/jdk/bin/jstat -gc myApp
1959 not found
CRITICAL: Can't get GC statistics
Could it be a bug in the latest Java update?