mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-24 04:54:40 +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
|
@ -71,7 +71,6 @@ runtime/SharedArchiveFile/DefaultUseWithClient.java 8154204 generic-all
|
|||
|
||||
# :hotspot_serviceability
|
||||
|
||||
serviceability/dcmd/jvmti/LoadAgentDcmdTest.java 8150318 generic-all
|
||||
serviceability/jdwp/AllModulesCommandTest.java 8168478 generic-all
|
||||
serviceability/sa/sadebugd/SADebugDTest.java 8163805 generic-all
|
||||
|
||||
|
|
|
@ -136,13 +136,9 @@ public class LoadAgentDcmdTest {
|
|||
if (Platform.isWindows()) {
|
||||
return "bin";
|
||||
}
|
||||
if (Platform.isOSX()) {
|
||||
return "lib";
|
||||
}
|
||||
|
||||
return "lib/" + Platform.getOsArch();
|
||||
}
|
||||
|
||||
/**
|
||||
* Build name of shared object according to platform rules
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue