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
@ -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,11 +136,7 @@ public class LoadAgentDcmdTest {
|
||||
if (Platform.isWindows()) {
|
||||
return "bin";
|
||||
}
|
||||
if (Platform.isOSX()) {
|
||||
return "lib";
|
||||
}
|
||||
|
||||
return "lib/" + Platform.getOsArch();
|
||||
return "lib";
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user