--- old/src/hotspot/share/runtime/globals.hpp 2017-12-12 11:25:24.632238462 +0100 +++ new/src/hotspot/share/runtime/globals.hpp 2017-12-12 11:25:24.262222393 +0100 @@ -1440,9 +1440,6 @@ product(bool, ZVerifyForwarding, false, \ "Verify forwarding tables (for debugging only)") \ \ - product(bool, ZLoadBarrierMediumPath, false, \ - "Enable load barrier medium path") \ - \ product(bool, ZWeakRoots, true, \ "Treat JNI WeakGlobalRefs and StringTable as weak roots") \ \