8150563: LoadAgentDcmdTest.java can't find libinstrument.so
authordsamersoff
Tue, 20 Dec 2016 14:15:02 +0300
changeset 42892 085c0b161faf
parent 42885 d85e387adbb6
child 42893 16dd6b309a48
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
hotspot/test/ProblemList.txt
hotspot/test/serviceability/dcmd/jvmti/LoadAgentDcmdTest.java
--- 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";
     }
 
     /**