Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is Minor GC also performed on Survivor spaces along with Eden space?

I understand that minor GC is performed in Eden space in Young generation. The objects which survive GC, move to Survivor space (From). Once, (From) is out of space the objects move to Survivor space (To). Is Minor GC also performed on Survivor spaces ?

like image 838
sumit sachdeva Avatar asked Nov 19 '25 19:11

sumit sachdeva


1 Answers

Survivor space is part of young generation, and hence a minor gc will be performed on the survivor spaces. If an object survives a number of minor gc, then it will be moved to the old generation.

for more details: http://www.cubrid.org/blog/dev-platform/understanding-java-garbage-collection/

like image 103
Vijay Avatar answered Nov 22 '25 08:11

Vijay



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!