-
Enhancement
-
Resolution: Fixed
-
P4
-
11
-
b11
The calls to get_canonical_path() in ClassLoader::record_result() could be replaced with just getting the native path.
It is because now we have the os::same_files() functions to check if two files are the same instead of using strcmp.
It is because now we have the os::same_files() functions to check if two files are the same instead of using strcmp.
- relates to
-
JDK-8261939 os::strdup_check_oom() should be used in os::same_files() in os_windows.cpp
-
- Resolved
-