JDK-8058092 : Test vm/mlvm/meth/stress/compiler/deoptimize. Assert in src/share/vm/classfile/systemDictionary.cpp: MH intrinsic invariant
Type:Bug
Component:hotspot
Sub-Component:compiler
Affected Version:9
Priority:P4
Status:Resolved
Resolution:Fixed
OS:linux
CPU:x86
Submitted:2014-09-10
Updated:2015-06-03
Resolved:2014-09-11
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.
We fail to compile a MH intrinsic because we're out of code cache. Currently we don't have much choice but to exit in this case, but we should certainly try to do it more gracefully.
Comments
ILW=assert, in on test, none=MLH + nightly - quarantined = MLH = P4
11-09-2014
We need to throw an exception if we can't compile an MH intrinsic.