commit | c7b608b1ed26d5d798965dcd08754e11799dfcb1 | [log] [tgz] |
---|---|---|
author | John R Rose <jrose@openjdk.org> | Wed Sep 08 18:40:11 2010 -0700 |
committer | John R Rose <jrose@openjdk.org> | Wed Sep 08 18:40:11 2010 -0700 |
tree | 45c221d60e256f9afa869bd59cdecfc7dd75ea43 | |
parent | ae1cce3a7412ade8193713f1ab6a1d1aa83b9029 [diff] |
6964498: JSR 292 invokedynamic sites need local bootstrap methods Add JVM_CONSTANT_InvokeDynamic records to constant pool to determine per-instruction BSMs; add MethodHandleProvider. Reviewed-by: twisti