-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 20
-
Component/s: hotspot
-
b19
This method needs some improvements:
* remove the "elapsed" in the name of that method as that's confusing
* split the sum statement into explicit parts so that some logging can be added
* add logging about results
* the result of this method is typically assigned to a variable called "survivor_base_time" - while the value contains evacuation time for current survivors, it's often only a minor part. Rename.
* remove the "elapsed" in the name of that method as that's confusing
* split the sum statement into explicit parts so that some logging can be added
* add logging about results
* the result of this method is typically assigned to a variable called "survivor_base_time" - while the value contains evacuation time for current survivors, it's often only a minor part. Rename.