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:
Dmitry Samersoff 2016-12-20 14:15:02 +03:00
parent 9a80c66078
commit c5e65622d8
2 changed files with 1 additions and 6 deletions

View File

@ -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

View File

@ -136,11 +136,7 @@ public class LoadAgentDcmdTest {
if (Platform.isWindows()) {
return "bin";
}
if (Platform.isOSX()) {
return "lib";
}
return "lib/" + Platform.getOsArch();
return "lib";
}
/**