-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
b20
The variables _initial_heap_byte_size, _max_heap_byte_size and similar for gen0 and gen1 contains the same information as the global flag variables InitialHeapSize, MaxHeapSize etc. If they becomes out of sync there will be bugs. To avoid this we should remove the _xx_byte_size variables and change the getters for these to read the information directly from the flags.