History log of /openjdk10/langtools/test/tools/javac/meth/InvokeMH.java
Revision Date Author Comments
# 2322:f675ddb8bd67 07-Mar-2014 darcy

8036842: Remove unneeded/obsolete -source/-target options in javac tests, part 2
Reviewed-by: jjg, sogoel


# 1020:347349c981f2 09-Jun-2011 jjh

7052782: Two langtools regression tests fail due to fix for 7034977 which removed the invokeGeneric method
Summary: Change the tests to call invoke instead of invokeGeneric
Reviewed-by: jrose, mcimadamore


# 956:46d720734db3 03-Apr-2011 ksrini

7028405: (javac) remove unused JSR-292 code
Reviewed-by: jrose, mcimadamore


# 673:584365f256a7 07-Sep-2010 mcimadamore

6979327: method handle invocation should use casts instead of type parameters to specify return type
Summary: infer return type for polymorphic signature calls according to updated JSR 292 draft
Reviewed-by: jjg
Contributed-by: john.r.rose@oracle.com


# 572:005bec70ca27 18-Jun-2010 jrose

Merge


# 570:f0e3ec1f9d9f 01-May-2010 jrose

6939134: JSR 292 adjustments to method handle invocation
Summary: split MethodHandle.invoke into invokeExact and invokeGeneric
Reviewed-by: twisti


# 553:9d9f26857129 25-May-2010 ohair

6943119: Rebrand source copyright notices
Reviewed-by: darcy


# 266:e2722bd43f3a 04-May-2009 jrose

6829189: Java programming with JSR 292 needs language support
Summary: Language changes documented in http://wikis.sun.com/display/mlvm/ProjectCoinProposal
Reviewed-by: jjg, darcy, mcimadamore