OpenJDK / jdk / jdk
changeset 53498:7ad61dce3825
8217699: add java/util/concurrent/CountDownLatch/Basic.java to ProblemList-Xcomp
Reviewed-by: kvn
author | iignatyev |
---|---|
date | Wed, 23 Jan 2019 20:25:30 -0800 |
parents | 2134c512a525 |
children | ca6f11c5acda |
files | test/jdk/ProblemList-Xcomp.txt |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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