JDK-8215404 : [JVMCI] use VM call to determine if a type can have its methods intrinsified
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 13
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2018-12-14
  • Updated: 2019-05-02
  • Resolved: 2019-05-02
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.

To download the current JDK release, click here.
JDK 13
13Resolved
Related Reports
Blocks :  
Duplicate :  
Description
In the context of  JDK-8211652, a VM call will be required to implement HotSpotJVMCIRuntime.getIntrinsificationTrustPredicate since we cannot access the ClassLoader or Module of application classes from a JVMCI shared library.
Comments
Fixed with JDK-8220623.
02-05-2019

https://github.com/graalvm/graal-jvmci-8/commit/c7187b95a8ff36dddbb0aa9e2f99080a9a717620
18-12-2018