@@ -2701,14 +2701,6 @@ Java HotSpot VM.
2701
2701
2702
2702
> `-XX:ParallelGCThreads=2`
2703
2703
2704
- ` -XX:+ParallelRefProcEnabled `
2705
- : Enables parallel reference processing. By default, collectors employing multiple
2706
- threads perform parallel reference processing if the number of parallel threads
2707
- to use is larger than one.
2708
- The option is available only when the throughput or G1 garbage collector is used
2709
- (` -XX:+UseParallelGC ` or ` -XX:+UseG1GC ` ). Other collectors employing multiple
2710
- threads always perform reference processing in parallel.
2711
-
2712
2704
` -XX:+PrintAdaptiveSizePolicy `
2713
2705
: Enables printing of information about adaptive-generation sizing. By
2714
2706
default, this option is disabled.
@@ -2904,6 +2896,14 @@ they're used.
2904
2896
: Enables the use of Java Flight Recorder (JFR) during the runtime of the
2905
2897
application. Since JDK 8u40 this option has not been required to use JFR.
2906
2898
2899
+ ` -XX:+ParallelRefProcEnabled `
2900
+ : Enables parallel reference processing. By default, collectors employing multiple
2901
+ threads perform parallel reference processing if the number of parallel threads
2902
+ to use is larger than one.
2903
+ The option is available only when the throughput or G1 garbage collector is used
2904
+ (` -XX:+UseParallelGC ` or ` -XX:+UseG1GC ` ). Other collectors employing multiple
2905
+ threads always perform reference processing in parallel.
2906
+
2907
2907
## Obsolete Java Options
2908
2908
2909
2909
These ` java ` options are still accepted but ignored, and a warning is issued
0 commit comments