The `ParallelRefProcBalancingEnabled` flag controls whether the internal queues used in reference processing should be balanced before being processed in a multi-threaded context. It is enabled by default, and there is little reason to disable it in modern usage.
Maintaining this flag adds unnecessary complexity to the reference processing logic. To simplify the codebase, we propose to remove (deprecate then obsolete) this flag.
This flag is exclusively utilized by the Parallel/G1 GC.
Maintaining this flag adds unnecessary complexity to the reference processing logic. To simplify the codebase, we propose to remove (deprecate then obsolete) this flag.
This flag is exclusively utilized by the Parallel/G1 GC.
- csr for
-
JDK-8360221 Deprecate and obsolete ParallelRefProcBalancingEnabled
-
- Closed
-
- links to
-
Commit(master) openjdk/jdk/54fec2b9
-
Review(master) openjdk/jdk/25932