mirror of
https://github.com/openjdk/jdk.git
synced 2026-06-22 10:22:27 +00:00
Add new mandatory warning for unsafe vararg method declaration. Warning can be suppressed as usual (@SuppressWarnings("varargs")/-Xlint:-varargs)
Reviewed-by: jjg, darcy