RFR: 8220294: ZGC fails to build on GCC 4.4.7: Type parameter issue
Severin Gehwolf
sgehwolf at redhat.com
Mon Mar 11 09:00:57 UTC 2019
On Fri, 2019-03-08 at 18:27 +0100, Aleksey Shipilev wrote:
> On 3/8/19 3:04 PM, Severin Gehwolf wrote:
> > Could I please get reviews for this build fix for ZGC. GCC 4.4.7 seems
> > to get confused which constructor it should use for ZStatSampler,
> > ZStatCounter and ZStatUnsampledCounter. Specifying the template type T
> > for ZStatIterableValue for each of them in the initializer list fixes
> > it.
> >
> > Bug: https://bugs.openjdk.java.net/browse/JDK-8220294
> > webrev: http://cr.openjdk.java.net/~sgehwolf/webrevs/JDK-8220294/01/webrev/
>
> Lookg good to me.
Thanks for the review, Aleksey! Do I need another review for this?
Cheers,
Severin
More information about the hotspot-gc-dev
mailing list