RFR: 8273597: Rectify Thread::is_ConcurrentGC_thread() [v2]
Per Liden
pliden at openjdk.java.net
Mon Sep 13 12:13:50 UTC 2021
On Fri, 10 Sep 2021 13:43:37 GMT, Stefan Karlsson <stefank at openjdk.org> wrote:
>> Per Liden has updated the pull request incrementally with two additional commits since the last revision:
>>
>> - Fix constructor call
>> - Add ConcurrentGCThread::cast()
>
> src/hotspot/share/gc/parallel/parallelScavengeHeap.hpp line 122:
>
>> 120: _old_pool(NULL),
>> 121: _workers("GC Thread",
>> 122: ParallelGCThreads) { }
>
> Consider moving this up to the line above, like the G1 code.
Fixed.
-------------
PR: https://git.openjdk.java.net/jdk/pull/5463
More information about the shenandoah-dev
mailing list