--- old/src/share/classes/java/lang/Runtime.java Wed Apr 13 11:09:14 2011 +++ new/src/share/classes/java/lang/Runtime.java Wed Apr 13 11:09:13 2011 @@ -544,6 +544,11 @@ *

If envp is null, the subprocess inherits the * environment settings of the current process. * + *

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. + * *

{@link ProcessBuilder#start()} is now the preferred way to * start a process with a modified environment. *