On Wed, 22 Apr 2026 10:46:03 GMT, Per Minborg <[email protected]> wrote:
>> This PR proposes to increase the timeout for >> `LazyConstantSafePublicationTest`. >> >> --------- >> - [X] I confirm that I make this contribution in accordance with the >> [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai). > > Per Minborg has updated the pull request incrementally with one additional > commit since the last revision: > > Adjust timeout test/jdk/java/lang/LazyConstant/LazyConstantSafePublicationTest.java line 158: > 156: long deadline = System.nanoTime() + > Utils.adjustTimeout(TimeUnit.MINUTES.toNanos(4)); > 157: while (t.isAlive()) { > 158: t.join(TimeUnit.SECONDS.toMillis(20)); Does this t.join() need use the Utils.adjustTimeout ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/30832#discussion_r3137161765
