--- old/src/hotspot/share/gc/z/zFlags.hpp 2018-03-16 09:52:27.389645105 +0100 +++ new/src/hotspot/share/gc/z/zFlags.hpp 2018-03-16 09:52:27.207637337 +0100 @@ -43,9 +43,6 @@ product(bool, UseZGC, false, \ "Use the Z garbage collector") \ \ - product(bool, UseLoadBarrier, false, \ - "Use load barrier on all reference loads") \ - \ product(ccstr, ZPath, NULL, \ "Filesystem path for Java heap backing storage " \ "(must be a tmpfs or a hugetlbfs filesystem)") \