Hey thanks for such a nice video ......but one thing i am not able to understand that 1) Is mark and sweep technique is an old one i mean sequential GC type or single threaded? 2) Transferring Objects from Eden to survivor(from) space happens after mark and sweep ? sorry if i missed it in the video thanks
I'm glad my instructor had us watch this. Very helpful I'll go check out more.
Hi Bro,thanks for sharing ValuableInfo about GC, please keep sharing different concepts
It's very useful. I listened 3 to 4 time to follow everything on this vedio
It's nice and very useful video. Thank you sharing it.
To check, if an Object is referenced does the GC seeks over all the roots and object trees?
does garbage collection look also in the operand stack to search for the "GC-Roots"?
very nice!!
is minor gc is always stop-the-world event, any good insight on this?
Hey thanks for such a nice video ......but one thing i am not able to understand that
1) Is mark and sweep technique is an old one i mean sequential GC type or single threaded?
2) Transferring Objects from Eden to survivor(from) space happens after mark and sweep ?
sorry if i missed it in the video
thanks
2) Transfer from Eden to Survivor does not happen after mark and sweep; it happens *during* sweep; as part of sweep process of minor collection.
what will happen if S0 or S1 is full?
grt video keep it up :)