RFR(S):
Lindenmaier, Goetz
goetz.lindenmaier at sap.com
Mon Jun 25 20:21:48 UTC 2018
Thanks Coleen!
Best regards,
Goetz.
> -----Original Message-----
> From: hotspot-runtime-dev <hotspot-runtime-dev-
> bounces at openjdk.java.net> On Behalf Of coleen.phillimore at oracle.com
> Sent: Monday, June 25, 2018 9:07 PM
> To: hotspot-runtime-dev at openjdk.java.net
> Subject: Re: RFR(S):
>
>
> This looks good, and trivial to me. I think you can push the changes.
> Coleen
>
> On 6/25/18 12:10 PM, Lois Foltan wrote:
> > Looks good.
> > Lois
> >
> > On 6/25/2018 8:57 AM, Lindenmaier, Goetz wrote:
> >> Hi,
> >>
> >> these are a row of fixes needed to get jtreg tests passing on aix.
> >> Please review.
> >> http://cr.openjdk.java.net/~goetz/wr18/8205605-aixPecularities/01/
> >>
> >> CanGenerateAllClassHook.java:
> >> Needs @requires vm.cds.
> >>
> >> FPRegs.java:
> >> The test implements a custom launcher. The launcher starts the
> >> VM in the primordial thread, which is not possible on aix.
> >> Just exclude the test.
> >>
> >> WBStackSize.java:
> >> The sizes of stacks of threads returned by pthread differ from
> >> the requested stack size. Thus stack sizes vary w.r.t. the
> >> stack size given in flags. Relax the test on aix.
> >>
> >> TestInheritFD.java:
> >> On Aix lsof requires root privileges. Exclude the test.
> >>
> >> Best regards,
> >> Goetz.
> >
More information about the hotspot-runtime-dev
mailing list