Re: RFR: 8258584: java/util/HexFormat/HexFormatTest.java fails on x86_32 [v3]

2020-12-21 Thread Roger Riggs
On Mon, 21 Dec 2020 23:37:08 GMT, Jie Fu wrote: >> Hi all, >> >> java/util/HexFormat/HexFormatTest.java fails on x86_32 due to '-Xmx4G'. >> The reason is that -Xmx4G is invalid maximum heap size for 32-bit platforms. >> The current implementation only supports maximum 3800M on 32-bit systems [1]

Re: RFR: 8258584: java/util/HexFormat/HexFormatTest.java fails on x86_32 [v3]

2020-12-21 Thread Jie Fu
> Hi all, > > java/util/HexFormat/HexFormatTest.java fails on x86_32 due to '-Xmx4G'. > The reason is that -Xmx4G is invalid maximum heap size for 32-bit platforms. > The current implementation only supports maximum 3800M on 32-bit systems [1]. > > I've tried to reduce the -Xmx size, but it still