Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8338851

Hoist os::Posix::realpath() to os::realpath() and implement on Windows

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 24
    • None
    • hotspot
    • b20

      To simplify common code, I propose changing the status of realpath() from a Posix-specific API to a globally available API, i.e. adding it to the "Hotspot Porting API".

      This would require the addition of a stub routine in os_posix.cpp and a Windows implementation of realpath(), using Windows _fullpath().

      Please note that guidelines for doing this appear in src/hotspot/share/runtime/os.hpp

            stooke Simon Tooke
            stooke Simon Tooke
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: