RFR: 8305734: Fixes bug in get(int, int)

Alan Bateman alanb at openjdk.org
Wed Apr 12 06:49:34 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

The BitSet API requires that the logical size fit in an int so I think you'll end up changing the set methods to disallow an index of MAX_VALUE.

Can you change the title of the PR to match the JBS issue? The title on the PR doesn't give any context as to what this issue is about.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/13388#issuecomment-1504750626


More information about the core-libs-dev mailing list