< prev index next >

src/hotspot/share/runtime/os.hpp

Print this page

        

@@ -821,11 +821,11 @@
   static int loadavg(double loadavg[], int nelem);
 
   // Amount beyond the callee frame size that we bang the stack.
   static int extra_bang_size_in_bytes();
 
-  static char** split_path(const char* path, int* n);
+  static char** split_path(const char* path, size_t* elements, size_t file_name_length);
 
   // Extensions
 #include "runtime/os_ext.hpp"
 
  public:
< prev index next >