RFR(XS): 8079797 assert(index >= 0 && index < _count) failed: check

Rickard Bäckman rickard.backman at oracle.com
Mon May 11 07:36:25 UTC 2015


Thanks Vladimir.

/R

On 05/08, Vladimir Kozlov wrote:
> Looks good.
> 
> Thanks,
> Vladimir
> 
> On 5/8/15 6:30 AM, Rickard Bäckman wrote:
> >Hi,
> >
> >can I please have this change reviewed?
> >The recent OopMap change caused this bug when a few methods were
> >renamed:
> >
> >size() used to return the number of OopMaps.
> >In the new implementation size() was used to return the number of bytes,
> >and count the number of Pairs.
> >
> >I renamed the size() method to number_of_bytes() to avoid confusion in
> >the future.
> >
> >Webrev: http://cr.openjdk.java.net/~rbackman/8079797/
> >Bug: https://bugs.openjdk.java.net/browse/JDK-8079797
> >
> >The problem was triggered by running java -XX:+PrintAssembly.
> >Verified that java -XX:+PrintAssembly now works.
> >
> >Thanks
> >/R
> >
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20150511/5373b63e/signature.asc>


More information about the hotspot-compiler-dev mailing list