--- old/src/share/classes/sun/rmi/transport/StreamRemoteCall.java Tue Feb 21 21:27:44 2012 +++ new/src/share/classes/sun/rmi/transport/StreamRemoteCall.java Tue Feb 21 21:27:41 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;