Hello.
Please review the fix for jdk9.
The javabeans test tries to allocate huge array and fail, because the
calculated size became negative.(another test from the description of
the bug was fixed already by JDK-8159899).
In the fix I added "-xm" option to minimize the available amount of mem
+1
-yan
On 08/16/2016 04:36 PM, Sergey Bylokhov wrote:
Hello.
Please review the fix for jdk9.
The javabeans test tries to allocate huge array and fail, because the
calculated size became negative.(another test from the description of
the bug was fixed already by JDK-8159899).
In the fix I add
The fix looks good to me.
Thanks,
Alexandr.
On 8/16/2016 4:46 PM, Yuri Nesterenko wrote:
+1
-yan
On 08/16/2016 04:36 PM, Sergey Bylokhov wrote:
Hello.
Please review the fix for jdk9.
The javabeans test tries to allocate huge array and fail, because the
calculated size became negative.(anoth