JDK-8219403 : JVMCIRuntime::adjust_comp_level should be replaced
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 11,12,13
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2019-02-19
  • Updated: 2020-04-17
  • Resolved: 2019-04-30
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
13 b19Fixed
Related Reports
Blocks :  
Duplicate :  
Duplicate :  
Relates :  
Relates :  
Relates :  
Relates :  
Description
JVMCIRuntime::adjust_comp_level calls out to Java, causing various problems for unsuspecting code.  We should replace it by taking advantage of the existing compilercontrol compiler directives.  A new directive to match modules will most likely be needed.
Comments
ILW = JVMCI upcall to Java interferes with application, with Graal as JIT (experimental), use C2 = MMM = P3
20-02-2019