--- old/src/share/classes/sun/tools/jinfo/JInfo.java 2014-04-08 15:39:51.000000000 -0700 +++ new/src/share/classes/sun/tools/jinfo/JInfo.java 2014-04-08 15:39:50.000000000 -0700 @@ -41,6 +41,7 @@ */ public class JInfo { + @SuppressWarnings("fallthrough") public static void main(String[] args) throws Exception { if (args.length == 0) { usage(1); // no arguments @@ -118,6 +119,7 @@ case "-help": case "-h": usage(0); + // Fall through default: if (args.length == 1) { // no flags specified, we do -sysprops and -flags