java.security.AccessControlContext | The vm vendor may choose to implement this class |
java.security.AccessController | This class must be implemented by the vm vendor, or the reference implementation can be used if the documented native is implemented |
java.lang.reflect.AccessibleObject | This class must be implemented by the vm vendor |
java.lang.reflect.Array | This class must be implemented by the vm vendor |
java.lang.Class | This class must be implemented by the vm vendor |
java.lang.ClassLoader | This class must be implemented by the vm vendor |
java.lang.Compiler | This class must be implemented by the vm vendor |
java.lang.reflect.Constructor | This class must be implemented by the vm vendor |
java.lang.reflect.Field | This class must be implemented by the vm vendor |
java.lang.reflect.Method | This class must be implemented by the vm vendor |
java.lang.Object | This class must be implemented by the vm vendor |
java.lang.Package | This class must be implemented by the vm vendor |
java.lang.ref.PhantomReference | PhantomReference objects are used to detect referents which are no longer visible and are eligible to have their storage reclaimed |
java.lang.ref.Reference | This class must be implemented by the vm vendor |
java.lang.Runtime | This class, with the exception of the exec() APIs, must be implemented by the vm vendor |
java.lang.ref.SoftReference | SoftReference objects are used to detect referents which are no longer visible and who's memory is to be reclaimed |
java.lang.StackTraceElement | An implementation of this class is provided, but the documented constructor can be used by the vm specific implementation to create instances |
java.lang.String | The implementation of this class is provided, but the documented native must be provided by the vm vendor |
java.lang.String.CaseInsensitiveComparator | CaseInsensitiveComparator compares Strings ignoring the case of the characters |
java.lang.String.ConsolePrintStream | An PrintStream used for System.out which performs the correct character conversion for the console, since the console may use a different conversion than the default file.encoding |
java.lang.System | Class System provides a standard place for programs to find system related information |
java.lang.Thread | This class must be implemented by the vm vendor |
java.lang.ThreadGroup | An implementation of this class is provided, but the documented constructors are used by the vm specific implementation to create the required "system" and "main" ThreadGroups |
java.lang.Throwable | This class must be implemented by the vm vendor, or the reference implementation can be used if the documented natives are implemented |
com.ibm.oti.vm.VM | This class must be implemented by the vm vendor |
java.lang.ref.WeakReference | WeakReference objects are used to detect referents which are no longer visible |