--- old/src/share/classes/sun/rmi/transport/StreamRemoteCall.java Fri Feb 24 14:13:38 2012 +++ new/src/share/classes/sun/rmi/transport/StreamRemoteCall.java Fri Feb 24 14:13:36 2012 @@ -198,7 +198,9 @@ /** * Do whatever it takes to execute the call. + * (Exception thrown before fallthrough can occur) */ + @SuppressWarnings("fallthrough") public void executeCall() throws Exception { byte returnType;