# HG changeset patch # User iignatyev # Date 1548303930 28800 # Node ID 7ad61dce3825b5b61dd1276c49e6567e7162caee # Parent 2134c512a5251784865ae96dcc902a3502c7cb73 8217699: add java/util/concurrent/CountDownLatch/Basic.java to ProblemList-Xcomp Reviewed-by: kvn diff -r 2134c512a525 -r 7ad61dce3825 test/jdk/ProblemList-Xcomp.txt --- a/test/jdk/ProblemList-Xcomp.txt Tue Jan 30 16:48:53 2018 -0800 +++ b/test/jdk/ProblemList-Xcomp.txt Wed Jan 23 20:25:30 2019 -0800 @@ -1,5 +1,5 @@ # -# Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it @@ -29,3 +29,4 @@ java/lang/invoke/MethodHandles/CatchExceptionTest.java 8146623 generic-all java/lang/Class/forName/modules/TestDriver.java 8205526 solaris-all +java/util/concurrent/CountDownLatch/Basic.java 8195057 generic-all