David Chase
fdf6a159f5
8022701: Accessibility checking: InvocationTargetException is thrown instead of IllegalAccessError
...
Inserted code to convert specific exceptions, case-by-case, plus a test.
Reviewed-by: jrose, twisti
2013-09-27 13:32:32 -04:00
John Rose
59440ee0be
8008688: Make MethodHandleInfo public
...
A major overhaul to MethodHandleInfo and method handles in general.
Reviewed-by: vlivanov, twisti
2013-09-03 21:42:56 -07:00
Mandy Chung
176ed8d94c
8010117: Annotate jdk caller sensitive methods with @sun.reflect.CallerSensitive
...
Reviewed-by: jrose, alanb, twisti
2013-04-16 21:39:52 -07:00
Vladimir Ivanov
17992b9ac9
8004933: Improve MethodHandle interaction with libraries
...
Reviewed-by: jrose
2013-02-22 02:58:38 -08:00
Vladimir Ivanov
98e5a4b393
8006439: Improve MethodHandles coverage
...
Reviewed-by: jrose, twisti
2013-02-22 03:00:48 -08:00
Mandy Chung
fad9c0e89c
8004937: Improve proxy construction
...
Reviewed-by: jrose, ahgross
2013-01-24 16:45:38 -08:00
Mandy Chung
6c4d705c91
8003851: MethodHandleNatives dependency on java.sql.DriverManager
...
Reviewed-by: alanb, dholmes
2012-11-28 10:49:15 -08:00
John R Rose
0a735e76f6
7196190: Improve method of handling MethodHandles
...
Bind callers to caller-sensitive methods.
Reviewed-by: twisti, jjh, vlivanov, ahgross
2012-09-20 14:02:55 -07:00
John R Rose
9d9d7877aa
7191102: nightly failures after JSR 292 lazy method handle update (round 3)
...
Reviewed-by: twisti, kvn
2012-08-17 13:42:25 -07:00
Christian Thalinger
360d512854
7023639: JSR 292 method handle invocation needs a fast path for compiled code
...
6984705: JSR 292 method handle creation should not go through JNI
Remove assembly code for JDK 7 chained method handles
Co-authored-by: John Rose <john.r.rose@oracle.com>
Co-authored-by: Michael Haupt <michael.haupt@oracle.com>
Reviewed-by: jrose, twisti, mhaupt, forax
2012-07-24 10:47:44 -07:00
Christian Thalinger
b8587b3878
7085860: JSR 292: implement CallSite.setTargetNormal and setTargetVolatile as native methods
...
Reviewed-by: jrose, never
2011-11-02 02:03:30 -07:00
Tom Rodriguez
50bc4343b3
7082631: JSR 292: need profiling support in GWTs
...
Add CountingMethodHandle
Reviewed-by: twisti, jrose
2011-09-07 21:05:24 -07:00
John R Rose
ee85a30479
6983728: JSR 292 remove argument count limitations
...
Remove workarounds and limitations from before 6939861.
Reviewed-by: never
2011-07-16 15:47:53 -07:00
John R Rose
9acf4f0284
7052202: JSR 292: Crash in sun.invoke.util.ValueConversions.fillArray
...
Fix corner cases involving MethodHandles.permuteArguments with long or double argument lists.
Reviewed-by: twisti, never
2011-06-14 22:47:09 -07:00
John R Rose
f32795386e
7050328: (jsr-292) findConstructor throws ExceptionInInitializerError if run under SecurityManager
...
Wrap system property and reflection accesses under doPrivileged. Ensure constant pool linkage bypasses the SM as specified.
Reviewed-by: kvn, never
2011-06-01 23:56:47 -07:00
John R Rose
d50a168ded
7049415: Failure of resolution of sym.reference to the c.s.s. should be wrapped in BootstrapMethodError
...
Wrap invokedynamic linkage errors in BootstrapMethodError, as needed.
Reviewed-by: never
2011-06-01 23:56:43 -07:00
John R Rose
025d0aead8
7032323: code changes for JSR 292 EG adjustments to API, through Public Review
...
API code changes and javadoc changes following JSR 292 Public Review comments, through PFD
Reviewed-by: never
2011-05-26 17:37:36 -07:00
John R Rose
9a58e303d7
6939861: JVM should handle more conversion operations
...
Integrate JDK code with JVM-supplied ricochet frames.
Reviewed-by: never, twisti
2011-05-12 19:27:49 -07:00
John R Rose
eb9632506b
7034977: JSR 292 MethodHandle.invokeGeneric should be renamed MethodHandle.invoke
...
Rename invokeGeneric to invoke
Reviewed-by: never, twisti
2011-05-12 19:27:33 -07:00
John R Rose
3718824e69
7012648: move JSR 292 to package java.lang.invoke and adjust names
...
Package and class renaming only; delete unused methods and classes; add @since tags; no code changes
Reviewed-by: twisti
2011-03-23 23:02:31 -07:00