Searched refs:theEnvironment (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/windows/classes/java/lang/
H A DProcessEnvironment.java229 private static final ProcessEnvironment theEnvironment; field in class:ProcessEnvironment
236 theEnvironment = new ProcessEnvironment();
238 = Collections.unmodifiableMap(theEnvironment);
249 theEnvironment.put(envblock.substring(beg, eql),
254 theCaseInsensitiveEnvironment.putAll(theEnvironment);
285 return (Map<String,String>) theEnvironment.clone();
/openjdk7/jdk/src/solaris/classes/java/lang/
H A DProcessEnvironment.java63 private static final HashMap<Variable,Value> theEnvironment; field in class:ProcessEnvironment
71 theEnvironment = new HashMap<>(environ.length/2 + 3);
75 theEnvironment.put(Variable.valueOf(environ[i-1]),
80 (new StringEnvironment(theEnvironment));
96 ((Map<Variable,Value>)(theEnvironment.clone()));

Completed in 31 milliseconds