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:26:05 UTC 2021


On Tue, 18 May 2021 19:06:56 GMT, Lance Andersen <lancea at openjdk.org> wrote:

> I have run the JCK tests in addition to to the JTREG Tess to validate there are no additional failures due to these changes

Thanks a lot!

> src/java.sql.rowset/share/classes/javax/sql/rowset/serial/SerialBlob.java line 308:
> 
>> 306:      *     to start writing. The first position is <code>1</code>;
>> 307:      *     must not be less than <code>1</code> nor greater than
>> 308:      *     the length+1 of this {@code SerialBlob} object.
> 
> Changes such as this require a CSR.  I think I have convinced myself that it is OK to move forward with the CSR.

Would you please create a CSR for me?
Or should I register a CSR at https://bugreport.java.com/bugreport/ ?

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

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


More information about the core-libs-dev mailing list