8202417: [TESTBUG] Broken hard-coded dependency in serviceability/sa/ClhsdbJhisto.java
authorredestad
Mon, 30 Apr 2018 11:48:03 +0200
changeset 49921 b708a1e34fcc
parent 49920 dbfef18ad510
child 49922 3a64eea72624
8202417: [TESTBUG] Broken hard-coded dependency in serviceability/sa/ClhsdbJhisto.java Reviewed-by: alanb
test/hotspot/jtreg/serviceability/sa/ClhsdbJhisto.java
--- a/test/hotspot/jtreg/serviceability/sa/ClhsdbJhisto.java	Tue Apr 24 17:56:25 2018 +0200
+++ b/test/hotspot/jtreg/serviceability/sa/ClhsdbJhisto.java	Mon Apr 30 11:48:03 2018 +0200
@@ -62,8 +62,7 @@
                     "java.nio.HeapByteBuffer",
                     "java.net.URI",
                     "LingeredAppWithInterface",
-                    "ParselTongue",
-                    "ImmutableCollections$SetN$1"));
+                    "ParselTongue"));
 
             test.run(theApp.getPid(), cmds, expStrMap, null);
         } catch (Exception ex) {