RFR(S): 8237776: Shenandoah: Wrong result with Lucene test

Roland Westrelin rwestrel at redhat.com
Fri Jan 31 09:55:13 UTC 2020


> the patch looks good, but it lacks the x86_32 counterpart. Or would you
> rather handle that separately?

Actually, AFAIU, the 64 bits fix covers 32 bits too. 32bits needs xmm0
and xmm1 saved. So we're saving too many registers on 32 bits but that
seems pretty armless.

Roland.




More information about the hotspot-gc-dev mailing list