RFR: 8185723: Zero: segfaults on Power PC 32-bit

John Paul Adrian Glaubitz glaubitz at physik.fu-berlin.de
Thu Aug 3 10:43:34 UTC 2017


On 08/03/2017 12:06 PM, Andrew Haley wrote:
> But there may be a better way of handling atomic doublewords on the
> 68k.  Instead, define an array of lock words and yield on one of them
> when reading or writing a doubleword.  That way you (probably) only
> block when two threads really are contending, and the instant you
> detect contention you yield.

Hmm, I have honestly no idea how to implement that though.

Adrian

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaubitz at debian.org
`. `'   Freie Universitaet Berlin - glaubitz at physik.fu-berlin.de
  `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913


More information about the hotspot-dev mailing list