commit | 474a90ebd1f15d9ea6903e482cd35e85fe8cd703 | [log] [tgz] |
---|---|---|
author | bharadwaj <none@none> | Mon May 13 12:26:28 2013 -0700 |
committer | bharadwaj <none@none> | Mon May 13 12:26:28 2013 -0700 |
tree | 3343e5cbc1675ca1a3a3f2914b7172b4d42e4562 | |
parent | 3254aa3b8ff16756571030743ef9853d821f2a5d [diff] |
8008687: MethodHandle code: allow static and invokespecial calls to interface methods Summary: Changes to support invocation of lambda methods compiled either as static interface methods and or private instance methods. Reviewed-by: jrose, twisti