RFR: 8153490: Cannot setBytes() if incoming buffer's length is bigger than number of elements we want to insert. [v3]

Mitsuru Kariya github.com+2217224+kariya-mitsuru at openjdk.java.net
Mon May 24 11:17:54 UTC 2021


On Tue, 18 May 2021 18:44:32 GMT, Lance Andersen <lancea at openjdk.org> wrote:

>> Mitsuru Kariya has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Fix for length + offset > Integer.MAX_VALUE case
>
> src/java.sql.rowset/share/classes/javax/sql/rowset/serial/SerialBlob.java line 306:
> 
>> 304:      *
>> 305:      * @param pos the position in the SQL <code>BLOB</code> value at which
>> 306:      *     to start writing. The first position is <code>1</code>;
> 
> When updating the javadoc to use @code, please update all instances for consistency

Sure.

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

PR: https://git.openjdk.java.net/jdk/pull/4001


More information about the core-libs-dev mailing list