JDK 9 RFR of JDK-8048014: Update java.lang.SafeVararags for private methods (original) (raw)

Joe Darcy joe.darcy at oracle.com
Tue Jun 24 17:13:03 UTC 2014


Hello,

Please review the libraries update portion of allowing @SafeVarargs on private instance methods:

 JDK-8048014: Update java.lang.SafeVararags for private methods

The patch is

diff -r 6c26f18d9bc0 src/share/classes/java/lang/SafeVarargs.java --- a/src/share/classes/java/lang/SafeVarargs.java Mon Jun 23 12:12:30 2014 -0700 +++ b/src/share/classes/java/lang/SafeVarargs.java Tue Jun 24 10:03:21 2014 -0700 @@ -1,5 +1,5 @@ /*

The bulk of the change to allow @SafeVarargs on private methods, including the tests, are over in the langtools repo with javac updates. The javac changes have been reviewed and approved on compiler-dev:

http://mail.openjdk.java.net/pipermail/compiler-dev/2014-June/008855.html

Thanks,

-Joe



More information about the core-libs-dev mailing list