diff src/share/vm/runtime/globals.hpp @ 1344:fdd57634910e

6926979: should simplify catch_inline_exception Reviewed-by: twisti
author never
date Thu, 18 Mar 2010 14:31:41 -0700
parents c76ca382971b
children 9bb91718aaf2
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Thu Mar 18 06:36:43 2010 -0700
+++ b/src/share/vm/runtime/globals.hpp	Thu Mar 18 14:31:41 2010 -0700
@@ -2494,10 +2494,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")                                                  \