Module java.base
Package java.lang.runtime
package java.lang.runtime
The
java.lang.runtime
package provides low-level runtime support
for the Java language.- Since:
- 14
-
ClassDescriptionBootstrap methods for state-driven implementations of core methods, including
Object.equals(Object)
,Object.hashCode()
, andObject.toString()
.Bootstrap methods for linkinginvokedynamic
call sites that implement the selection functionality of theswitch
statement.Preview.Manages string template bootstrap methods.