6926979: should simplify catch_inline_exception

Reviewed-by: twisti
This commit is contained in:
Tom Rodriguez 2010-03-18 14:31:41 -07:00
parent beb119b36b
commit 67c094c4c7
4 changed files with 13 additions and 120 deletions

View file

@ -2494,10 +2494,6 @@ class CommandLineFlags {
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") \