jdk/src/java.base/share/classes/java/lang/System.java
changeset 25991 e48157b42439
parent 25979 42e5d9f8087e
parent 25859 3317bb8137f4
child 27565 729f9700483a
equal deleted inserted replaced
25876:d06a6d3c66c0 25991:e48157b42439
  1191         loadLibrary("zip");
  1191         loadLibrary("zip");
  1192 
  1192 
  1193         // Setup Java signal handlers for HUP, TERM, and INT (where available).
  1193         // Setup Java signal handlers for HUP, TERM, and INT (where available).
  1194         Terminator.setup();
  1194         Terminator.setup();
  1195 
  1195 
  1196         // Initialize any miscellenous operating system settings that need to be
  1196         // Initialize any miscellaneous operating system settings that need to be
  1197         // set for the class libraries. Currently this is no-op everywhere except
  1197         // set for the class libraries. Currently this is no-op everywhere except
  1198         // for Windows where the process-wide error mode is set before the java.io
  1198         // for Windows where the process-wide error mode is set before the java.io
  1199         // classes are used.
  1199         // classes are used.
  1200         sun.misc.VM.initializeOSEnvironment();
  1200         sun.misc.VM.initializeOSEnvironment();
  1201 
  1201