The JVM and Java Garbage Collection - OLL Live (Recorded Webcast Event)

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 พ.ย. 2024

ความคิดเห็น • 12

  • @malikfleming8954
    @malikfleming8954 7 ปีที่แล้ว

    I'm glad my instructor had us watch this. Very helpful I'll go check out more.

  • @SVenkatCreations
    @SVenkatCreations 6 ปีที่แล้ว

    Hi Bro,thanks for sharing ValuableInfo about GC, please keep sharing different concepts

  • @snamburu73
    @snamburu73 9 ปีที่แล้ว +1

    It's very useful. I listened 3 to 4 time to follow everything on this vedio

  • @satishyandagudita5642
    @satishyandagudita5642 10 ปีที่แล้ว

    It's nice and very useful video. Thank you sharing it.

  • @TheNeoxpert
    @TheNeoxpert 5 ปีที่แล้ว

    To check, if an Object is referenced does the GC seeks over all the roots and object trees?

  • @TheNeoxpert
    @TheNeoxpert 5 ปีที่แล้ว

    does garbage collection look also in the operand stack to search for the "GC-Roots"?

  • @hchamarthi
    @hchamarthi 10 ปีที่แล้ว

    very nice!!

  • @allawadiarvind
    @allawadiarvind 6 ปีที่แล้ว

    is minor gc is always stop-the-world event, any good insight on this?

  • @9873136398
    @9873136398 8 ปีที่แล้ว

    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

    • @john_rambo_27098
      @john_rambo_27098 7 ปีที่แล้ว

      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.

  • @getway32
    @getway32 9 ปีที่แล้ว

    what will happen if S0 or S1 is full?

  • @AnandSyes
    @AnandSyes 10 ปีที่แล้ว

    grt video keep it up :)