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

Vladimir Kozlov vladimir.kozlov at oracle.com
Fri May 8 18:05:17 UTC 2015


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
>


More information about the hotspot-compiler-dev mailing list