8202417: [TESTBUG] Broken hard-coded dependency in serviceability/sa/ClhsdbJhisto.java
Reviewed-by: alanb
--- 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) {