RFR: 8305734: BitSet.get(int, int) always returns the empty BitSet when the Integer.MAX VALUE is set
Chen Liang
liach at openjdk.org
Wed Jul 12 09:57:09 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 and https://bugs.java.com/bugdatabase/view_bug?bug_id=JDK-8311905
Fyi you can keep the pull request title to that of one issue, like
`8305734: BitSet.get(int, int) always returns the empty BitSet when the Integer.MAX VALUE is set`
and add the other issue with a pull request command (in a comment), like
`/issue add 8311905`.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/13388#issuecomment-1632203900
More information about the core-libs-dev
mailing list