RFR: 8305734: BitSet.get(int, int) always returns the empty BitSet when the Integer.MAX VALUE is set
Andy-Tatman
duke at openjdk.org
Fri May 5 13:29:20 UTC 2023
On Fri, 7 Apr 2023 12:22:03 GMT, Andy-Tatman <duke at openjdk.org> wrote:
> See https://bugs.java.com/bugdatabase/view_bug?bug_id=8305734
I was first in favour of just doing the suggested fix in the commit, but given that functions such as get(int **, int**) can't access this bit anyway, I agree it might make more sense to block this bit outright.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/13388#issuecomment-1536261548
More information about the core-libs-dev
mailing list