--- old/src/share/vm/runtime/globals.hpp 2015-04-01 14:58:01.204464000 -0400 +++ new/src/share/vm/runtime/globals.hpp 2015-04-01 14:57:59.867744000 -0400 @@ -1270,9 +1270,6 @@ develop(uintx, PreallocatedOutOfMemoryErrorCount, 4, \ "Number of OutOfMemoryErrors preallocated with backtrace") \ \ - product(bool, LazyBootClassLoader, true, \ - "Enable/disable lazy opening of boot class path entries") \ - \ product(bool, UseXMMForArrayCopy, false, \ "Use SSE2 MOVQ instruction for Arraycopy") \ \