< prev index next >

src/java.base/windows/classes/java/lang/ProcessEnvironment.java

Print this page

        

*** 264,273 **** --- 264,277 ---- private ProcessEnvironment(int capacity) { super(capacity); } + static void refreshEnv() { + // TODO + } + // Only for use by System.getenv(String) static String getenv(String name) { // The original implementation used a native call to _wgetenv, // but it turns out that _wgetenv is only consistent with // GetEnvironmentStringsW (for non-ASCII) if `wmain' is used
< prev index next >