diff -r 4b60f23c4223 -r 9bb91718aaf2 src/share/vm/runtime/globals.hpp --- a/src/share/vm/runtime/globals.hpp Thu Apr 01 20:48:50 2010 -0400 +++ b/src/share/vm/runtime/globals.hpp Fri Apr 02 15:55:04 2010 -0700 @@ -2502,10 +2502,6 @@ notproduct(bool, TraceSpilling, false, \ "Trace spilling") \ \ - develop(bool, DeutschShiffmanExceptions, true, \ - "Fast check to find exception handler for precisely typed " \ - "exceptions") \ - \ product(bool, SplitIfBlocks, true, \ "Clone compares and control flow through merge points to fold " \ "some branches") \