RFR: JDK-8203172: Primitive heap access for interpreter BarrierSetAssembler/aarch64 (original) (raw)

Andrew Dinn adinn at redhat.com
Tue May 15 10:31:20 UTC 2018


On 15/05/18 10:38, Roman Kennke wrote:

http://cr.openjdk.java.net/~rkennke/JDK-8203172/webrev.00/src/hotspot/cpu/aarch64/gc/shared/barrierSetAssembleraarch64.cpp.udiff.html

+ case TBOOLEAN: + _ andw(val, val, 0x1); // boolean is true if LSB is 1 + _ strb(val, dst); + break; I think it does what you want? Yes it does :-)

All looks good then.

regards,

Andrew Dinn

Senior Principal Software Engineer Red Hat UK Ltd Registered in England and Wales under Company Registration No. 03798903 Directors: Michael Cunningham, Michael ("Mike") O'Neill, Eric Shander



More information about the hotspot-dev mailing list