src/share/vm/runtime/globals.hpp

changeset 1786
9bb91718aaf2
parent 1765
4a9cc99938e3
parent 1779
fdd57634910e
child 1800
6476042f815c
     1.1 --- a/src/share/vm/runtime/globals.hpp	Thu Apr 01 20:48:50 2010 -0400
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Fri Apr 02 15:55:04 2010 -0700
     1.3 @@ -2502,10 +2502,6 @@
     1.4    notproduct(bool, TraceSpilling, false,                                    \
     1.5            "Trace spilling")                                                 \
     1.6                                                                              \
     1.7 -  develop(bool, DeutschShiffmanExceptions, true,                            \
     1.8 -          "Fast check to find exception handler for precisely typed "       \
     1.9 -          "exceptions")                                                     \
    1.10 -                                                                            \
    1.11    product(bool, SplitIfBlocks, true,                                        \
    1.12            "Clone compares and control flow through merge points to fold "   \
    1.13            "some branches")                                                  \

mercurial