JDK-6885169 : merge of 4957990 and 6863023 causes conflict on do_nmethods
Type:Bug
Component:hotspot
Sub-Component:compiler
Affected Version:7
Priority:P3
Status:Closed
Resolution:Fixed
OS:generic
CPU:generic
Submitted:2009-09-24
Updated:2011-03-08
Resolved:2011-03-08
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.
The changes for 6863023 remove uses of OopClosure::do_nmethods, while the changes for 4957990 include a new use of do_methods. This bug is a place-holder for adjustments needed to complete the merge.