commit | cadadd73c2cc2a34d23204b888ddbd7d3253aca1 | [log] [tgz] |
---|---|---|
author | Bharadwaj Yadavalli <bharadwaj@openjdk.org> | Tue Apr 23 08:12:14 2013 -0700 |
committer | Bharadwaj Yadavalli <bharadwaj@openjdk.org> | Tue Apr 23 08:12:14 2013 -0700 |
tree | 4d32decce747ac8c8bf561e1dde85d6669fcf4ca | |
parent | 2cb874268eb595c8bd114e7a8aae2c8aeaa276d8 [diff] |
8012961: Do not restrict static interface methods to be private Lambda changes; spec 0.6.2 - remove the restriction that was added as part of recent changes made to support upcoming changes to compilation of lambda methods. Reviewed-by: dholmes, acorn