RFR: JDK-8222125: Shenandoah: Crash when running with ShenandoahParallelSafepointThreads=1

Roman Kennke rkennke at redhat.com
Mon Apr 8 15:54:15 UTC 2019


Apparently, we're unconditionally calling:

 _safepoint_workers->threads_do(tcl);

however, _safepoint_workers may legally be NULL, when
ShenandoahParallelSafepointThreasds=1. 

Bug:
https://bugs.openjdk.java.net/browse/JDK-8222125
Webrev:
http://cr.openjdk.java.net/~rkennke/JDK-8222125/webrev.00/

Testing: hotspot_gc_shenandoah

Ok?
Roman
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: This is a digitally signed message part
URL: <https://mail.openjdk.org/pipermail/hotspot-gc-dev/attachments/20190408/cb527826/signature.asc>


More information about the hotspot-gc-dev mailing list