Question about os::native_path

yumin qi yumin.qi at gmail.com
Thu Jan 24 09:47:15 UTC 2019


Hi,

 inline char* os::native_path(char *path) {
  return path;
}

What is the purpose of this function? I think it is for a full native path,
but the source code told me it is just itself.

Thanks
Yumin


More information about the hotspot-runtime-dev mailing list