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
- Previous message: RFR: JDK-8203172: Primitive heap access for interpreter BarrierSetAssembler/aarch64
- Next message: [hs] RFR (L): 8010319: Implementation of JEP 181: Nest-Based Access Control
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 15/05/18 10:38, Roman Kennke wrote:
+ 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
- Previous message: RFR: JDK-8203172: Primitive heap access for interpreter BarrierSetAssembler/aarch64
- Next message: [hs] RFR (L): 8010319: Implementation of JEP 181: Nest-Based Access Control
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]