changeset 12773:d53171650a2c jdk-9+171

8180721: clean up ProblemList Reviewed-by: sspitsyn, gtriantafill
author iignatyev
date Mon, 22 May 2017 15:28:12 -0700
parents 79f53d722d58
children 385668275400 63ac6d565c21
files test/ProblemList.txt test/serviceability/jdwp/AllModulesCommandTest.java
diffstat 2 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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
 
--- 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