Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use port_file_get_unicode_path() to covert cache file path to Unicode.
On Windows, "\\?\" needs to be prepended to the path if its length is > MAX_PATH. port_convertFromUTF8() won't prepend "\\?\". Call port_file_get_unicode_path() so that "\\?\" is prepended. Closes eclipse-openj9#4351 Signed-off-by: hangshao <[email protected]>
- Loading branch information