mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 11:34:38 +02:00
6926979: should simplify catch_inline_exception
Reviewed-by: twisti
This commit is contained in:
parent
beb119b36b
commit
67c094c4c7
4 changed files with 13 additions and 120 deletions
|
@ -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") \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue