History log of /openjdk10/langtools/test/tools/javac/defaultMethods/crossCompile/CrossCompile.java
Revision Date Author Comments
# 2530:fbfbefa43016 10-Jul-2014 ntoda

8011044: Remove support for 1.5 and earlier source and target options
Reviewed-by: darcy, jjg
Contributed-by: neil.toda@oracle.com, brian.goetz@oracle.com


# 2019:bb7271e64ef6 10-Sep-2013 jfranck

8005222: Fixed bugs should have tests with bugid in @bug tag
Reviewed-by: jfranck, jjg
Contributed-by: Andreas Lundblad <andreas.lundblad@oracle.com>


# 1392:d7d932236fee 04-Nov-2012 mcimadamore

7192246: Add type-checking support for default methods
Summary: Add type-checking support for default methods as per Featherweight-Defender document
Reviewed-by: jjg, dlsmith