JDK-8033763 : Add tests to assert map identity of certain objects
Type:Bug
Component:core-libs
Sub-Component:jdk.nashorn
Affected Version:9
Priority:P3
Status:Resolved
Resolution:Fixed
OS:generic
CPU:generic
Submitted:2014-02-06
Updated:2014-08-18
Resolved:2014-02-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.
We have assumptions about PropertyMap of certain objects to be same for optimization. We don't have explicit tests to asset identity of PropertyMaps. We need to add such tests.