System and method for recycling garbage object in self-adaptive way
Patent Information
- Authority / Receiving Office
- CN ยท China
- Patent Type
- Applications(China)
- Current Assignee / Owner
- ZTE CORP
- Publication Date
- 2010-11-24
- Estimated Expiration
- Not applicable ยท inactive patent
Smart Images
Figure 1 Figure 2 Figure 3
Abstract
Description
technical field
[0001] The invention relates to the field of JAVA virtual machines, in particular to a system and method for adaptively recycling garbage objects. Background technique
[0002] JAVA is currently the most widely used programming language. Because of its cross-platform and strong portability, JAVA is favored by programmers. JAVA programs are widely used in servers, PCs, mobile terminals, and embedded consumer electronics products. , smart cards and other fields, and is expanding to a wider range of fields.
[0003] JAVA evolved from the traditional object-oriented language C++ and runs on the JAVA virtual machine, which manages resources and shields platform dependencies. The control and timely release of memory is a very complicated task. In order to free programmers from this task, the JAVA virtual machine has established a garbage collection mechanism.
[0004] The current garbage collection scheduling algorithms are:
[0005] 1. The system regularly trav...