-
Enhancement
-
Resolution: Fixed
-
P4
-
9
-
b69
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8098643 | emb-9 | Vladimir Ivanov | P4 | Resolved | Fixed | team |
Example:
// Use same limit as split_if_with_blocks_post
if( C->unique() > 35000 ) return n; // Method too big
in PhaseIdealLoop::split_if_with_blocks_pre()
Can hurt JSR292 performance for which we have a huge number of unique nodes.
// Use same limit as split_if_with_blocks_post
if( C->unique() > 35000 ) return n; // Method too big
in PhaseIdealLoop::split_if_with_blocks_pre()
Can hurt JSR292 performance for which we have a huge number of unique nodes.
- backported by
-
JDK-8098643 C2 disables some optimizations when a large number of unique nodes exist
-
- Resolved
-