History log of /openjdk9/langtools/test/tools/javac/varargs/warning/Warn5.java
Revision Date Author Comments
# 3019:176472b94f2e 31-Aug-2015 mcimadamore

8129962: Investigate performance improvements in langtools combo tests
Summary: New combo API that runs all combo instances in a shared javac context (whenever possible).
Reviewed-by: jjg, jlahoda, vromero


# 2933:49d207bf704d 21-May-2015 akulyakh

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


# 2518:854b6d0d408c 03-Jul-2014 sogoel

8049284: Missing bug id in test/tools/javac/varargs/warning/Warn*
Reviewed-by: darcy


# 2488:9fe158562a96 24-Jun-2014 darcy

7196160: Project Coin: allow @SafeVarargs on private methods
Reviewed-by: jjg


# 1519:5c956be64b9e 23-Jan-2013 vromero

8006694: temporarily workaround combo tests are causing time out in several platforms
Reviewed-by: jjg
Contributed-by: maurizio.cimadamore@oracle.com


# 1481:954541f13717 08-Jan-2013 vromero

8005167: execution time of combo tests in javac should be improved
Reviewed-by: jjg, jjh


# 1107:b5d0b8effc85 16-Oct-2011 mcimadamore

7097436: Project Coin: duplicate varargs warnings on method annotated with @SafeVarargs
Summary: Duplicate aliasing check during subtyping leads to spurious varargs diagnostic
Reviewed-by: jjg


# 961:0ff2bbd38f10 06-Apr-2011 ohair

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


# 891:3e30c95da3c6 24-Feb-2011 jjh

7018753: tools/javac/varargs/warning/Warn5.java times out on slow machines
Summary: Use a single file manager for all JavacTasks
Reviewed-by: jjg, mcimadamore


# 794:7b99f98b3035 13-Dec-2010 mcimadamore

6993978: Project Coin: Compiler support of annotation to reduce varargs warnings
Reviewed-by: jjg, darcy