RFR: 8140611: aarch64: jtreg test jdk/tools/pack200/UnpackerMemoryTest.java SEGVs

Andrew Haley aph at redhat.com
Fri Oct 30 11:01:40 UTC 2015


On 10/27/2015 06:20 PM, Edward Nevill wrote:
> 'lr' is a much better choice for the tmp register. We know this is free because we are just about to do a 'rt_call' which clobbers lr in any case.

I guess it's OK, but LR is rather unidiomatic for the AArech64 port.
You can't use one of the scratch registers?

Andrew.



More information about the hotspot-compiler-dev mailing list