JDK-8059675 : Missing ResourceMark in nmethod::clear_ic_stubs()
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 9
  • Priority: P3
  • Status: Resolved
  • Resolution: Not an Issue
  • Submitted: 2014-10-03
  • Updated: 2014-10-06
  • Resolved: 2014-10-06
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 9
9Resolved
Related Reports
Relates :  
Description
The fix for JDK-8058737 added the method nmethod::clear_ic_stubs() that invokes CompiledIC_at without declaring a ResourceMark.
Comments
This only occurs with the not yet integrated changes for JDK-8046809 because the sweeper is called from a non-compiler thread without a ResourceMark. Closed the bug as "not an issue" because the current hotspot version is not affected.
06-10-2014