[9] RFR(XS): 8033145: Runtime1::arraycopy_count_address uses wrong _oop_arraycopy_cnt variable
Tobias Hartmann
tobias.hartmann at oracle.com
Fri Jun 6 06:33:47 UTC 2014
Hi,
please review the following patch for bug 8033145.
*Problem*
The method Runtime1::arraycopy_count_address(..) returns the address of
Runtime::_oop_arraycopy_cnt instead of the the file static variable
_oop_arraycopy_cnt. The same applies to Runtime1::print_statistics(..).
As a result the output generated by the PrintC1Statistics flag is wrong.
Bug: https://bugs.openjdk.java.net/browse/JDK-8033145
*Solution*
The file static variable _oop_arraycopy_cnt is renamed to
_oop_arraycopy_stub_cnt.
Webrev: http://cr.openjdk.java.net/~thartmann/8033145/webrev.00/
*Tests
*JPRT
Thanks,
Tobias
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20140606/189434c4/attachment-0001.html>
More information about the hotspot-compiler-dev
mailing list