-
Enhancement
-
Resolution: Fixed
-
P4
-
9
-
b93
The G1 thread that samples the young gen's remembered set is implemented as a special instance of ConcurrentG1RefineThread, even though it has nothing to do with concurrent refinement. This makes disabling concurrent refinement even more difficult.
- duplicates
-
JDK-8136856 G1 makes two concurrent refinement threads with -XX:G1ConcRefinementThreads=1
- Closed