Reply: what to do next to fix JDK-8230557. thanks

2019-09-05 Thread
Hi, can we make `size()` and `length()` as deprecated, then write new methods ? Best. --原始邮件-- 发件人:"Peter Levart"https://bugs.openjdk.java.net/browse/JDK-8230557 gt;gt; gt;gt; *Describe: * gt;gt; the return type of the method BitSet#size is int, so the

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

2019-09-05 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 i =

回复: 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

what to do next to fix JDK-8230557. thanks

2019-09-04 Thread
Hi, leaders. A few days ago, I report a bug in core lib[1]. According to the contribute document[2], I had send oca to oracle andmy name has been listed onoca[3]. But I still can't push my changes to jdk, can someone tell me how to do next? thanks very match!!