src/share/classes/sun/rmi/transport/StreamRemoteCall.java

Print this page

        

@@ -196,11 +196,13 @@
         return out;
     }
 
     /**
      * Do whatever it takes to execute the call.
+     * (Exception thrown before fallthrough can occur)
      */
+    @SuppressWarnings("fallthrough")
     public void executeCall() throws Exception {
         byte returnType;
 
         // read result header
         DGCAckHandler ackHandler = null;