[11u] RFR 8229020: Failure on CPUs allowing loads reordering: assert(_tasks[t] == 1) failed: What else?

Zhengyu Gu zgu at redhat.com
Fri Oct 11 17:17:20 UTC 2019


Hi,

Please review this one line patch.

It removes a paranoid assertion, that may trigger false alarm on weak 
memory systems.

The original patch does not apply cleanly, mainly just due to line shifts.

Original patch:http://cr.openjdk.java.net/~jiefu/8229020/webrev.02/
Original code review thread: 
https://mail.openjdk.java.net/pipermail/hotspot-gc-dev/2019-August/026643.html


Bug: https://bugs.openjdk.java.net/browse/JDK-8229020
Webrev: http://cr.openjdk.java.net/~zgu/JDK-8229020-11u/webrev.00/

Thanks,

-Zhengyu



More information about the jdk-updates-dev mailing list