JDK-8263398 : Adjust mlvm stress tests code cache size monitoring if 8263377 is implemented.
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 17
  • Priority: P5
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2021-03-10
  • Updated: 2021-08-05
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.
Other
tbdUnresolved
Related Reports
Blocks :  
Relates :  
Description
The JDK-8058176 introduces code cache size monitoring mechanism, to never allow code cache exhaustion during mlvm stress tests' work.

In case of segmented code cache, MH linkers built in mlvm's MHTransformerGen class, go to nmethods heap. If JDK-8263377 (placing them to the non-nmethods heap) got implemented, the code cache size monitoring  in the MHTransformerGen should be adjusted to not monitor nmethod pools.