History log of /openjdk10/langtools/test/tools/javac/meth/TestCP.java
Revision Date Author Comments
# 3426:b46cdae175b4 22-May-2016 psandoz

8149821: Add VarHandle signature-polymorphic invocation byte code tests
Reviewed-by: mcimadamore


# 2942:08092deced3f 27-May-2015 mchung

8074432: Move jdeps and javap to jdk.jdeps module
Reviewed-by: jjg, alanb, erikj


# 2933:49d207bf704d 21-May-2015 akulyakh

8076543: Add @modules as needed to the langtools tests
Reviewed-by: jjg, shurailine


# 965:53f212bed4f4 13-Apr-2011 ohair

Merge


# 961:0ff2bbd38f10 06-Apr-2011 ohair

7033660: Update copyright year to 2011 on any files changed in 2011
Reviewed-by: dholmes


# 956:46d720734db3 03-Apr-2011 ksrini

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


# 819:2d5aff89aaa3 14-Jan-2011 mcimadamore

6992698: JSR 292: remove support for transient syntax in polymorphic signature calls
Summary: special syntax to denote indy return type through type parameters should be removed (and cast shall be used instead)
Reviewed-by: jjg, jrose


# 715:493ecc8111ba 18-Oct-2010 mcimadamore

6991980: polymorphic signature calls don't share the same CP entries
Summary: wrong use of attr env in Infer.java prevents sharing of CP entries for PS calls
Reviewed-by: darcy, jrose