< prev index next >

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

Print this page

        

@@ -264,10 +264,14 @@
 
     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 >