Module java.base
Package java.lang.runtime
packagejava.lang.runtime
The
java.lang.runtime package provides low-level runtime support for the Java language.- Since:
- 14
- Related PackagesPackageDescriptionProvides classes that are fundamental to the design of the Java programming language.
- ClassesClassDescriptionBootstrap methods for state-driven implementations of core methods, including
Object.equals(Object),Object.hashCode(), andObject.toString().Preview.Bootstrap methods for linkinginvokedynamiccall sites that implement the selection functionality of theswitchstatement.