RFR: 8273685 : Remove jtreg tag manual=yesno for java/awt/Graphics/LCDTextAndGraphicsState.java & show test instruction [v2]

Alexey Ivanov aivanov at openjdk.java.net
Fri Sep 17 13:14:46 UTC 2021


On Fri, 17 Sep 2021 11:55:46 GMT, lawrence.andrews <github.com+87324768+lawrence-andrew at openjdk.org> wrote:

> Both final & volatile can be used it gives error "Illegal combination of modifiers: volatile & final"

That's right: both final and volatile don't make sense.

What I meant was
Suggestion:

    private static final CountDownLatch countDownLatch = new CountDownLatch(1);

-------------

PR: https://git.openjdk.java.net/jdk/pull/5503



More information about the client-libs-dev mailing list