The following table lists the APIs used with JavaVM.
Table 10-1 List of APIs used by JavaVM
Class name | Function |
---|---|
BasicExplicitMemory Class | This is a class that indicates the Explicit memory block. Note that you cannot use this class for other JDK products. |
ExplicitMemory Class | This is an abstract class that indicates the Explicit memory block. This class defines the contents to be processed in the BasicExplicitMemory class that is an inherited class. Note that you cannot use this class for other JDK products. |
MemoryArea Class | This is an abstract class that indicates the Explicit memory block or the Java heap. Note that you cannot use this class for other JDK products. |
MemoryInfo Class | Acquires the memory information of garbage collection. Note that you cannot use this class for other JDK products. |
Exception classes | This is an exception class that expresses exceptions that occur in the APIs used by JavaVM. Note that you cannot use this class for other JDK products. |