Blocks :
|
|
Duplicate :
|
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.
|