8180721: clean up ProblemList
authoriignatyev
Mon, 22 May 2017 15:28:12 -0700
changeset 45246 9e1b29faefa9
parent 45245 48fed68b35c1
child 45247 cf626c636170
child 45273 0a591776d4a0
child 45325 2cded43c8842
8180721: clean up ProblemList Reviewed-by: sspitsyn, gtriantafill
hotspot/test/ProblemList.txt
hotspot/test/serviceability/jdwp/AllModulesCommandTest.java
--- a/hotspot/test/ProblemList.txt	Mon May 22 15:27:20 2017 -0700
+++ b/hotspot/test/ProblemList.txt	Mon May 22 15:28:12 2017 -0700
@@ -64,14 +64,14 @@
 runtime/CompressedOops/UseCompressedOops.java 8079353 generic-all
 # This test is disabled since it will stress NMT and timeout during normal testing
 runtime/NMT/MallocStressTest.java 8166548 generic-all
-runtime/SharedArchiveFile/BootAppendTests.java 8150683 generic-all
+runtime/SharedArchiveFile/BootAppendTests.java 8179103 generic-all
 runtime/SharedArchiveFile/DefaultUseWithClient.java 8154204 generic-all
 
 #############################################################################
 
 # :hotspot_serviceability
 
-serviceability/jdwp/AllModulesCommandTest.java 8168478 generic-all
+serviceability/jdwp/AllModulesCommandTest.java 8170541 generic-all
 serviceability/sa/sadebugd/SADebugDTest.java 8163805 generic-all
 serviceability/jvmti/ModuleAwareAgents/ClassFileLoadHook/MAAClassFileLoadHook.java 8173936 generic-all
 
--- a/hotspot/test/serviceability/jdwp/AllModulesCommandTest.java	Mon May 22 15:27:20 2017 -0700
+++ b/hotspot/test/serviceability/jdwp/AllModulesCommandTest.java	Mon May 22 15:28:12 2017 -0700
@@ -32,7 +32,6 @@
  * @test
  * @summary Tests the modules-related JDWP commands
  * @library /test/lib
- * @ignore 8170541
  * @modules jdk.jdwp.agent
  * @modules java.base/jdk.internal.misc
  * @compile AllModulesCommandTestDebuggee.java