JDK-8026054 : New type profiling points: type of return values at calls
Type:Enhancement
Component:hotspot
Sub-Component:compiler
Affected Version:hs25
Priority:P3
Status:Resolved
Resolution:Fixed
OS:generic
CPU:generic
Submitted:2013-10-08
Updated:2014-02-11
Resolved:2013-10-12
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.
Profile type of return values from calls (c1 and interpreter support on x86).
Comments
Regarding the lack of test case: This change affects profiling and not correctness. It's hard to observe with a test case because it's hard for a test case to verify profile data.