commit | 9d927196e85de8127690b520041077d0541f9635 | [log] [tgz] |
---|---|---|
author | Marcus Lagergren <lagergren@openjdk.org> | Wed Mar 05 09:51:00 2014 +0100 |
committer | Marcus Lagergren <lagergren@openjdk.org> | Wed Mar 05 09:51:00 2014 +0100 |
tree | 27244fe868bc1c1d9e89914d4886e946080a48e0 | |
parent | 8d4fc394e0a3029c34646b37fb478b1f1a328391 [diff] |
8036127: Prototype filter needs to be applied to getter guard as well, not just getter This manifests itself as a bug in optimistic types, as inner functions may access properties of the wrong type, but it is also a bug in tip. Without optimistic types, we have been unable to find a reproducer due to more similar PropertyMaps Reviewed-by: attila, jlaskey, sundar