-
Type:
Sub-task
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: None
-
Component/s: hotspot
-
alpha
-
generic
-
generic
In code related to the computation of promotion budgets and region preselection for promotion:
1. avoid alloca, instead encapsulating region preselection using RAII pattern
2. const-safety and some additional asserts related to 1
3. declutter some method interfaces
4. expand some documentation comments
1. avoid alloca, instead encapsulating region preselection using RAII pattern
2. const-safety and some additional asserts related to 1
3. declutter some method interfaces
4. expand some documentation comments