diff -r 646ed97b7e0d -r 1b57d99567ed src/hotspot/share/runtime/globals.hpp --- a/src/hotspot/share/runtime/globals.hpp Tue Nov 28 19:02:23 2017 +0100 +++ b/src/hotspot/share/runtime/globals.hpp Tue Nov 28 15:52:32 2017 -0500 @@ -917,9 +917,6 @@ notproduct(bool, ZapVMHandleArea, trueInDebug, \ "Zap freed VM handle space with 0xBCBCBCBC") \ \ - develop(bool, ZapJNIHandleArea, trueInDebug, \ - "Zap freed JNI handle space with 0xFEFEFEFE") \ - \ notproduct(bool, ZapStackSegments, trueInDebug, \ "Zap allocated/freed stack segments with 0xFADFADED") \ \