src/java.base/share/classes/java/lang/System.java
changeset 51772 5432cebf6627
parent 50820 35f52a3cd6bd
child 52084 ec4f2762b234
equal deleted inserted replaced
51771:1f805481d8de 51772:5432cebf6627
  2199 
  2199 
  2200             public byte[] getBytesUTF8NoRepl(String s) {
  2200             public byte[] getBytesUTF8NoRepl(String s) {
  2201                 return StringCoding.getBytesUTF8NoRepl(s);
  2201                 return StringCoding.getBytesUTF8NoRepl(s);
  2202             }
  2202             }
  2203 
  2203 
       
  2204             public void setCause(Throwable t, Throwable cause) {
       
  2205                 t.setCause(cause);
       
  2206             }
  2204         });
  2207         });
  2205     }
  2208     }
  2206 }
  2209 }