8150563: LoadAgentDcmdTest.java can't find libinstrument.so
Summary: Test changed to reflect changes for 8066474 Remove the lib/$ARCH directory from Linux and Solaris images
Reviewed-by: sspitsyn
--- a/hotspot/test/ProblemList.txt Mon Dec 19 16:26:22 2016 +0100
+++ b/hotspot/test/ProblemList.txt Tue Dec 20 14:15:02 2016 +0300
@@ -71,7 +71,6 @@
# :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
--- a/hotspot/test/serviceability/dcmd/jvmti/LoadAgentDcmdTest.java Mon Dec 19 16:26:22 2016 +0100
+++ b/hotspot/test/serviceability/dcmd/jvmti/LoadAgentDcmdTest.java Tue Dec 20 14:15:02 2016 +0300
@@ -136,11 +136,7 @@
if (Platform.isWindows()) {
return "bin";
}
- if (Platform.isOSX()) {
- return "lib";
- }
-
- return "lib/" + Platform.getOsArch();
+ return "lib";
}
/**