diff -r a59435e1fecc -r 47acec81dcca hotspot/src/share/vm/runtime/globals.hpp --- a/hotspot/src/share/vm/runtime/globals.hpp Fri Sep 04 09:47:35 2015 +0200 +++ b/hotspot/src/share/vm/runtime/globals.hpp Fri Sep 04 10:12:08 2015 -0300 @@ -1087,9 +1087,6 @@ product(bool, AlwaysRestoreFPU, false, \ "Restore the FPU control word after every JNI call (expensive)") \ \ - product(bool, MemoryMapImage, false, \ - "Memory map entire runtime image") \ - \ diagnostic(bool, PrintCompilation2, false, \ "Print additional statistics per compilation") \ \