Re: 回复: 回复: what to do next to fix JDK-8230557. thanks

2019-09-05 Thread Peter Levart
570 Cheers, David [1] https://wiki.openjdk.java.net/display/csr/CSR+FAQs -- 原始邮件 -- *发件人:* "David Holmes"; *发送时间:* 2019年9月5日(星期四) 下午2:00 *收件人:* "未来阳光"<2217232...@qq.com>;"core-libs-dev"d...@openjdk.java.net>; *主题:* Re: 回复: what to do n

Re: 回复: 回复: what to do next to fix JDK-8230557. thanks

2019-09-04 Thread David Holmes
Cheers, David [1] https://wiki.openjdk.java.net/display/csr/CSR+FAQs -- 原始邮件 -- *发件人:* "David Holmes"; *发送时间:* 2019年9月5日(星期四) 下午2:00 *收件人:* "未来阳光"<2217232...@qq.com>;"core-libs-dev"d...@openjdk.java.net>; *主题:* Re: 回复: what

回复: 回复: what to do next to fix JDK-8230557. thanks

2019-09-04 Thread 未来阳光
Thanks very much. BUG-LINK: https://bugs.openjdk.java.net/browse/JDK-8230557 Describe:  the return type of the method BitSet#size is int, so the method may return a negative value in some case, for example, will return -2147483648.  ```  BitSet bitSet = new BitSet(Integer.MAX_VALUE);  for (int

Re: 回复: what to do next to fix JDK-8230557. thanks

2019-09-04 Thread David Holmes
On 5/09/2019 3:46 pm, 未来阳光 wrote: hi, developers. Can someone help me? thanks very much !! Help you how exactly. As I stated your are up to step 2 of the how to contribute process. If you have a suggested fix for the bug then put that in an email as described. Thanks, David ---

回复: what to do next to fix JDK-8230557. thanks

2019-09-04 Thread 未来阳光
hi, developers. Can someone help me? thanks very much !! -- 原始邮件 -- 发件人: "David Holmes"http://openjdk.java.net/contribute/ and you would seem to be up to step 2. :) Cheers, David > > > > > [1]https://bugs.openjdk.java.net/browse/JDK-8230557 > > [2]http: