-
Enhancement
-
Resolution: Fixed
-
P4
-
11, 13
-
b12
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8252874 | 11.0.10-oracle | Claes Redestad | P4 | Resolved | Fixed | b01 |
JDK-8253104 | 11.0.10 | Claes Redestad | P4 | Resolved | Fixed | b01 |
c1_LinearScan has a few minor inefficiencies, e.g., a couple of GrowableLists that are only conditionally used are allocated eagerly, there are several unused methods etc.
A cleanup reduces static footprint and time spent creating Intervals etc.
A cleanup reduces static footprint and time spent creating Intervals etc.
- backported by
-
JDK-8252874 Cleanup c1_LinearScan
-
- Resolved
-
-
JDK-8253104 Cleanup c1_LinearScan
-
- Resolved
-