Relates :
|
|
Relates :
|
The change for JDK-8145092 removed several flags, including PrintGC, PrintGCDetails and -Xloggc. These three flags should be added back as deprecated flags. They should be mapped to the new logging configurations as follows: Old: -XX:+PrintGC New: -Xlog:gc Old: -XX:+PrintGCDetails New: -Xlog:gc* Old: -Xloggc:<filename> New: -Xlog:gc:<filename>