mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-26 02:00:12 +00:00
8295895: build error after JDK-8279366
Reviewed-by: dcubed
This commit is contained in:
parent
ee0dec8bf5
commit
0caea818b5
@ -895,7 +895,7 @@ bool FileMapInfo::check_paths(int shared_path_start_idx, int num_paths, Growable
|
||||
assert(strlen(shared_path(j)->name()) > (size_t)dumptime_prefix_len, "sanity");
|
||||
const char* dumptime_path = shared_path(j)->name() + dumptime_prefix_len;
|
||||
assert(strlen(rp_array->at(i)) > (size_t)runtime_prefix_len, "sanity");
|
||||
const char* runtime_path = runtime_path = rp_array->at(i) + runtime_prefix_len;
|
||||
const char* runtime_path = rp_array->at(i) + runtime_prefix_len;
|
||||
if (!os::same_files(dumptime_path, runtime_path)) {
|
||||
return true;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user