RFR: 8254758: Change G1ServiceThread to be task based [v3]
Thomas Schatzl
tschatzl at openjdk.java.net
Fri Oct 30 11:57:49 UTC 2020
On Tue, 20 Oct 2020 13:11:34 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:
>> I think you are correct but this is pre-existing code that I don't intend to change right now. There is a separate [issue](https://bugs.openjdk.java.net/browse/JDK-8252645) on moving this to the G1RemSetSamplingTask. Back in the day when the thread only did remembered set sampling it made sense to measure it here, it doesn't anymore, but I wanted to leave that out of this change.
>
> Got it, sure.
Okay, let's postpone this to 8252645.
-------------
PR: https://git.openjdk.java.net/jdk/pull/734
More information about the hotspot-gc-dev
mailing list