Re: 8221568: DataOutputStream/WriteUTF.java fails due to "OutOfMemoryError: Java heap space"

2019-03-27 Thread Aleksey Shipilev
On 3/27/19 10:17 PM, Brian Burkhalter wrote: > https://bugs.openjdk.java.net/browse/JDK-8221568 > > Require 64-bit arch and increase heap size to 3 GB [0]. Without this patch, > the test failed on macosx-x64 and solaris-sparcv9. With the patch, it passed > on those systems as well as linux-x64

8221568: DataOutputStream/WriteUTF.java fails due to "OutOfMemoryError: Java heap space"

2019-03-27 Thread Brian Burkhalter
https://bugs.openjdk.java.net/browse/JDK-8221568 Require 64-bit arch and increase heap size to 3 GB [0]. Without this patch, the test failed on macosx-x64 and solaris-sparcv9. With the patch, it passed on those systems as well as linux-x64 and windows-x64. Thanks, Brian [0] Patch ---