Skip navigation links
The jdk.internal.jvmci.meta project provides an API to the runtime data structures for various Java elements.

See: Description

Packages 
Package Description
jdk.internal.jvmci.meta
Package that defines the interface between a runtime and a Java application that wants to access meta information.
The jdk.internal.jvmci.meta project provides an API to the runtime data structures for various Java elements. Unlike standard Java reflection, it can model elements that are not yet loaded. It can also expose profiling information collected by the runtime system.
Skip navigation links