[9] Review Request: 8159898 Negative array size in java/beans/Introspector/Test8027905.java

2016-08-16 Thread Sergey Bylokhov
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

Re: [9] Review Request: 8159898 Negative array size in java/beans/Introspector/Test8027905.java

2016-08-16 Thread Yuri Nesterenko
+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

Re: [9] Review Request: 8159898 Negative array size in java/beans/Introspector/Test8027905.java

2016-08-16 Thread Alexandr Scherbatiy
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