RFR(XS): 8011901: Unsafe.getAndAddLong(obj, off, delta) does not work properly with long deltas

Roland Westrelin roland.westrelin at oracle.com
Fri Apr 12 09:09:20 PDT 2013


http://cr.openjdk.java.net/~roland/8011901/webrev.00/

64 bit on x86 xaddL_no_res shouldn't allow a 64 bit constant: it's not supported by the architecture.

Roland.


More information about the hotspot-compiler-dev mailing list