-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: None
-
Component/s: hotspot
-
b05
`_to_space_top_before_gc` is used only after `assert(young_gen->to_space()->is_empty())`. Therefore, `bottom == top` and it's not necessary to save the `top` pointer.