The JDK 21 man page at https://docs.oracle.com/en/java/javase/21/docs/specs/man/java.html
reads:
-XX:+ParallelRefProcEnabled
Enables parallel reference processing. By default, this option is disabled.
Which has been wrong since at least JDK 9 for some collectors, and apart from Serial wrong for all other collectors as well.
reads:
-XX:+ParallelRefProcEnabled
Enables parallel reference processing. By default, this option is disabled.
Which has been wrong since at least JDK 9 for some collectors, and apart from Serial wrong for all other collectors as well.