RFR (XS) 8221524: java/util/Base64/TestEncodingDecodingLength.java should be disabled on 32-bit platforms

Alan Bateman Alan.Bateman at oracle.com
Wed Mar 27 10:15:47 UTC 2019


On 26/03/2019 23:00, Aleksey Shipilev wrote:
> - * @requires os.maxMemory >= 10g
> + * @requires (sun.arch.data.model == "64" & os.maxMemory >= 10g)
>
Looks okay to me.

-Alan


More information about the core-libs-dev mailing list