# HG changeset patch # User iignatyev # Date 1495492092 25200 # Node ID d53171650a2cc6c6f699c966c533b914ca9c0602 # Parent 79f53d722d58dff7afcfbbc043a11ea4e70d0828 8180721: clean up ProblemList Reviewed-by: sspitsyn, gtriantafill diff -r 79f53d722d58 -r d53171650a2c test/ProblemList.txt --- a/test/ProblemList.txt Mon May 22 15:27:20 2017 -0700 +++ b/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 diff -r 79f53d722d58 -r d53171650a2c test/serviceability/jdwp/AllModulesCommandTest.java --- a/test/serviceability/jdwp/AllModulesCommandTest.java Mon May 22 15:27:20 2017 -0700 +++ b/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