8180721: clean up ProblemList

Reviewed-by: sspitsyn, gtriantafill
This commit is contained in:
Igor Ignatyev 2017-05-22 15:28:12 -07:00
parent 48dfdfc633
commit 7d97ce96dd
2 changed files with 2 additions and 3 deletions

View file

@ -32,7 +32,6 @@ import static jdk.test.lib.Asserts.assertTrue;
* @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