-
Bug
-
Resolution: Fixed
-
P3
-
7
http://www.oracle.com/technetwork/java/javase/tech/vmoptions-jsp-140102.html
The Debugging Options table in the document contains the following line.
-XX:+PerfSaveDataToFile Saves jvmstat binary data on exit.
PerfDataSaveToFile is the correct flag name in JDK implementations.
Suggested Text
==============
The flag name should be corrected to ?PerfDataSaveToFile?.
-XX:+PerfDataSaveToFile Saves jvmstat binary data on exit.
The Debugging Options table in the document contains the following line.
-XX:+PerfSaveDataToFile Saves jvmstat binary data on exit.
PerfDataSaveToFile is the correct flag name in JDK implementations.
Suggested Text
==============
The flag name should be corrected to ?PerfDataSaveToFile?.
-XX:+PerfDataSaveToFile Saves jvmstat binary data on exit.