The GC Interface in the EVM 1
暂无分享,去创建一个
This document describes how to write a garbage collector (GC) for the EVM. It assumes that the reader has a good understanding of garbage collection issues and some familiarity with the JavaTM language. The EVM is part of a research project at Sun Labs. The interfaces described in this document are under development and are guaranteed to change. In fact, the purpose of this document is to solicit feedback to improve the interfaces described herein. As a result, specific product plans should not be based on this document; everything is expected to change.1EVM, the Java virtual machine known previously as ExactVM, is embedded in Sun's Java 2 SDK Production Release for SolarisTM, available at http://www.sun.com/solaris/java/.
[1] Frank Yellin,et al. The Java Virtual Machine Specification , 1996 .
[2] Paul R. Wilson,et al. Uniprocessor Garbage Collection Techniques , 1992, IWMM.
[3] Rafael Dueire Lins,et al. Garbage collection: algorithms for automatic dynamic memory management , 1996 .