JDK-8240831 : [JVMCI] Export missing vmStructs entries used by JVMCI compilers
Type:Bug
Component:hotspot
Sub-Component:compiler
Affected Version:11,15
Priority:P3
Status:Resolved
Resolution:Fixed
Submitted:2020-03-10
Updated:2020-06-04
Resolved:2020-03-12
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
There are several constants, fields used by Graal that are not exported in jvmci/vmStructs_jvmci.cpp. On the Graal end, these entries are optional but will disable various optimization, and hence lead to performance degradation.