Use of Probe Class for Estimating Java Class Area Size

자바 클래스 영역 크기 예측을 위한 탐침 클래스의 사용

  • Published : 2003.11.01

Abstract

Class area is a portion of memory where the constants, fields, and codes of the classes loaded into the Java virtual machine are kept. Knowing the site of the class area is very important especially for embedded Java system with limited memory resources. This paper induces a formula which makes it possible estimate the size of the area. The formula needs some constant values specific to target JVM implementation. We also show that these values can be found using some simple probe classes. An experimental result is included in this paper to confirm the correctness of our approach.

Keywords