mirror of
https://github.com/openjdk/jdk.git
synced 2026-07-27 03:13:13 +00:00
8379193: Incorrect build ID path in SATestUtils.java
Reviewed-by: kevinw, ysuenaga
This commit is contained in:
parent
321bf3f1fa
commit
d6943c532e
@ -333,7 +333,7 @@ public class SATestUtils {
|
||||
.get();
|
||||
String dir = buildID.substring(0, 2);
|
||||
String file = buildID.substring(2);
|
||||
debuginfoPath = Path.of("/usr/lib/debug/.build_id", dir, file + ".debug");
|
||||
debuginfoPath = Path.of("/usr/lib/debug/.build-id", dir, file + ".debug");
|
||||
exists = Files.exists(debuginfoPath);
|
||||
} catch (NoSuchElementException _) {
|
||||
// return null if vDSO not found.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user