RFR(M): 8217621: Verbose ArrayIndexOutOfBoundsException message also in JNI calls.

Doerr, Martin martin.doerr at sap.com
Wed Jan 23 13:53:19 UTC 2019


Hi Götz,

this looks good to me. Thanks for contributing.

Best regards,
Martin


-----Original Message-----
From: hotspot-runtime-dev <hotspot-runtime-dev-bounces at openjdk.java.net> On Behalf Of Lindenmaier, Goetz
Sent: Mittwoch, 23. Januar 2019 14:18
To: hotspot-runtime-dev at openjdk.java.net
Subject: [CAUTION] RFR(M): 8217621: Verbose ArrayIndexOutOfBoundsException message also in JNI calls.

Hi,

Change JDK-8201593<https://bugs.openjdk.java.net/browse/JDK-8201593>: Print array length in ArrayIndexOutOfBoundsException
introduced text as "Index 13 out of bounds for length 10" to various AIOOB exceptions
thrown in the VM. It omitted the exceptions thrown in jni calls.

This change extends the messages to the AIOOB exceptions thrown in
Get|SetObjectArrayElement and Get|Set<type>ArrayRegion.

Before, Get|SetObjectArrayElement printed just the index,
Get|Set<type>ArrayRegion printed no message.

Now the following messages are printed:

"Index %d out of bounds for length %d"
"length %d is negative"
"array region %d..%d out of bounds for length %d"

Any advice on capitalizing the first word?  It's already
handled inconsistently...

Please review:
http://cr.openjdk.java.net/~goetz/wr19/8217628-AIOOBE_msg_jni/01/

Best regards,
  Goetz.


More information about the hotspot-runtime-dev mailing list