RFR (S) 8202705: ARM32 build crashes on long JavaThread offsets
Aleksey Shipilev
shade at redhat.com
Mon Jun 4 13:22:39 UTC 2018
On 06/04/2018 03:18 PM, Boris Ulasevich wrote:
> Let us just leave comments and work with Ralloc:
>
> // Borrow the Rthread for alloc counter
> Register Ralloc = Rthread;
> add(Ralloc, Ralloc, in_bytes(JavaThread::allocated_bytes_offset()));
>
> ... (work with Ralloc)
>
> // Unborrow the Rthread
> sub(Rthread, Ralloc, in_bytes(JavaThread::allocated_bytes_offset()));
>
> Webrev:
> http://cr.openjdk.java.net/~bulasevich/8202705/webrev.02/
Looks better, thanks!
-Aleksey
More information about the hotspot-dev
mailing list