-
Enhancement
-
Resolution: Fixed
-
P4
-
9
-
b89
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8142679 | emb-9 | Zoltan Majo | P4 | Resolved | Fixed | team |
To reduce the C2 compiler's memory usage, JDK-8011858 changed memory allocation for compiler-related data structures to use Compile::live_nodes() instead of Compile::unique_nodes(). While backporting JDK-8011858 to 8u72, we've discovered two code locations where live_nodes() and be used instead of unique_nodes().
This issue looks into whether allocation at these two code locations can be adjusted for 9 as well. Also, the current issue looks into other code locations where an adjustment is possible.
This issue looks into whether allocation at these two code locations can be adjusted for 9 as well. Also, the current issue looks into other code locations where an adjustment is possible.
- backported by
-
JDK-8142679 Use Compile::live_nodes instead of Compile::unique() in appropriate places -- followup
-
- Resolved
-
- relates to
-
JDK-8143321 Reduce the C2 compiler's memory usage
-
- Closed
-
-
JDK-8011585 Move resolved_references[] array into mirror
-
- Closed
-
-
JDK-8136457 Use Compile::live_nodes() instead of Compile::unique() in appropriate places
-
- Closed
-