jdk/src/share/classes/java/lang/Runtime.java
changeset 9500 268f823d9e1c
parent 5506 202f599c92aa
child 11117 b6e68b1344d4
--- a/jdk/src/share/classes/java/lang/Runtime.java	Mon Apr 18 21:44:03 2011 -0700
+++ b/jdk/src/share/classes/java/lang/Runtime.java	Wed Apr 20 12:03:30 2011 +0100
@@ -544,6 +544,11 @@
      * <p>If <tt>envp</tt> is <tt>null</tt>, the subprocess inherits the
      * environment settings of the current process.
      *
+     * <p>A minimal set of system dependent environment variables may
+     * be required to start a process on some operating systems.
+     * As a result, the subprocess may inherit additional environment variable
+     * settings beyond those in the specified environment.
+     *
      * <p>{@link ProcessBuilder#start()} is now the preferred way to
      * start a process with a modified environment.
      *