-XX+PrintGCDateStamp
Enables printing of a date stamp at every GC. By default, this option is disabled.
-XX:+PrintGCTimeStamp
Enables printing of time stamps at every GC. By default, this option is disabled.
Both flags are missing an "s" at the end, and the first flag is also missing ":" before the +.
Both Unix and Windows documentation.
Enables printing of a date stamp at every GC. By default, this option is disabled.
-XX:+PrintGCTimeStamp
Enables printing of time stamps at every GC. By default, this option is disabled.
Both flags are missing an "s" at the end, and the first flag is also missing ":" before the +.
Both Unix and Windows documentation.