mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-23 20:44:41 +02:00
8150563: LoadAgentDcmdTest.java can't find libinstrument.so
Test changed to reflect changes for 8066474 Remove the lib/$ARCH directory from Linux and Solaris images Reviewed-by: sspitsyn
This commit is contained in:
parent
9a80c66078
commit
c5e65622d8
2 changed files with 1 additions and 6 deletions
|
@ -136,11 +136,7 @@ public class LoadAgentDcmdTest {
|
|||
if (Platform.isWindows()) {
|
||||
return "bin";
|
||||
}
|
||||
if (Platform.isOSX()) {
|
||||
return "lib";
|
||||
}
|
||||
|
||||
return "lib/" + Platform.getOsArch();
|
||||
return "lib";
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue