The C++ type of a field accessed via HotSpotVMConfigAccess can change across JVMCI versions. Currently, there's no way to handle this in Graal without doing a bunch of ugly exception handling. The API should be extended to allow for getting the C++ type of fields so that the checking can be done by Graal.
- duplicates
-
JDK-8220623 [JVMCI] Update JVMCI to support JVMCI based Compiler compiled into shared library
- Resolved