HotSpotJVMCIMetaAccessContext was designed to be a thread local context analogous to ciEnv. However, it turned out to be untenable for performance. As such, there is only a single global instance HotSpotJVMCIMetaAccessContext which make this class is kind of vestigial. Moving all the state into HotSpotJVMCIRuntime would make sense.
- duplicates
-
JDK-8220623 [JVMCI] Update JVMCI to support JVMCI based Compiler compiled into shared library
-
- Resolved
-
- is blocked by
-
JDK-8211652 Update JVMCI to support JVMCI based Compiler compiled into shared library
-
- Closed
-