jrose [Tue, 15 Feb 2011 00:16:56 -0800] rev 8350
7016520: JSR 292 rules for polymorphic signature processing must be in package-info
Summary: insert rules for bytecode processors to recognize signature polymorphic names
Reviewed-by: twisti
jrose [Tue, 15 Feb 2011 00:16:53 -0800] rev 8349
7014755: JSR 292 member lookup interaction with security manager
Summary: add security manager interactions for Lookup methods
Reviewed-by: twisti
jrose [Tue, 15 Feb 2011 00:16:50 -0800] rev 8348
7016261: JSR 292 MethodType objects should be serializable
Summary: Define private writeObject, readObject, and readResolve methods. Also add unit tests.
Reviewed-by: twisti
jrose [Fri, 11 Feb 2011 01:26:32 -0800] rev 8347
7013730: JSR 292 reflective operations should report errors with standard exception types
Summary: remove NoAccessException, replace it by ReflectiveOperationException subtypes; adjust javadoc of exceptions
Reviewed-by: twisti