History log of /openjdk10/langtools/test/tools/javac/meth/XlintWarn.java
Revision Date Author Comments
# 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


# 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


# 809:15484cb7e5ae 05-Jan-2011 mcimadamore

7010194: several langtools regression failures after JSR 292 changes (b123)
Summary: Some regression tests rely on unsupported JSR 292 features
Reviewed-by: jjg


# 741:fdc67f5170e9 11-Nov-2010 mcimadamore

6999067: cast for invokeExact call gets redundant cast to <type> warnings
Summary: Xlint:cast should not report cast used in order to specify target type in polymorphic signature calls
Reviewed-by: jjg