src/hotspot/os/posix/os_posix.cpp
changeset 50667 cc58f1fa0438
parent 50333 7cea35f78b50
child 50930 6a5f1195e15f
--- a/src/hotspot/os/posix/os_posix.cpp	Fri Jun 15 13:57:32 2018 -0400
+++ b/src/hotspot/os/posix/os_posix.cpp	Tue Jun 19 09:34:41 2018 +0200
@@ -1334,6 +1334,13 @@
 
 }
 
+int os::stat(const char *path, struct stat *sbuf) {
+  return ::stat(path, sbuf);
+}
+
+char * os::native_path(char *path) {
+  return path;
+}
 
 // Check minimum allowable stack sizes for thread creation and to initialize
 // the java system classes, including StackOverflowError - depends on page