Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What is the GC judgment algorithm in JVM?

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

This article will explain in detail how the GC judgment algorithm in JVM is, and the content of the article is of high quality, so the editor will share it with you for reference. I hope you will have a certain understanding of the relevant knowledge after reading this article.

JVM:GC judgment algorithm

Complete video tutorial

Garbage collector:

What kind of objects can be GC?

Judgment algorithm:

Reference counting method: when B is referenced in An object, B is counted once, as long as the count of B is not equal to 0, then B cannot be recycled, otherwise it can be recycled.

Accessibility analysis

Starting from GCroot, if you can reach An and B again, it means that both An and B are reachable and cannot be garbage collected.

Can be used as an object of GCroot: itself cannot be GC.

1. Objects referenced in the local variable table in the virtual machine stack.

2. Objects referenced by constants and static variables in the method area.

3. Objects referenced by JNI in the local method stack.

Will it be recycled if it is unreachable?

About how the GC judgment algorithm in JVM is shared here, I hope the above content can be of some help to you, can learn more knowledge. If you think the article is good, you can share it for more people to see.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report