Re: RFR 8207936: TestZipFile.java can fail with an OOM error

2020-06-10 Thread Joe Wang
Looks good to me, Lance. -Joe On 6/10/2020 2:47 PM, Lance Andersen wrote: Hi, Please review the fix for JDK-8207936, which addresses the OOM error when running the manual test TestZipFile.java. The fix also removes the call to "getMetaInfEntryNames” as this method was removed as part of th

Re: RFR 8207936: TestZipFile.java can fail with an OOM error

2020-06-10 Thread Claes Redestad
Hi Lance, looks good to me! /Claes On 2020-06-10 23:47, Lance Andersen wrote: Hi, Please review the fix for JDK-8207936, which addresses the OOM error when running the manual test TestZipFile.java. The fix also removes the call to "getMetaInfEntryNames” as this method was removed as part

RFR 8207936: TestZipFile.java can fail with an OOM error

2020-06-10 Thread Lance Andersen
Hi, Please review the fix for JDK-8207936, which addresses the OOM error when running the manual test TestZipFile.java. The fix also removes the call to "getMetaInfEntryNames” as this method was removed as part of the performance work done in JDK-8244624. The webrev can be found at: http://