On Tue, 22 Nov 2022 19:43:38 GMT, Serguei Spitsyn <sspit...@openjdk.org> wrote:
>> Misc stress testing related fixes: >> >> [JDK-8295424](https://bugs.openjdk.org/browse/JDK-8295424) adjust timeout >> for another JLI GetObjectSizeIntrinsicsTest.java subtest >> [JDK-8297367](https://bugs.openjdk.org/browse/JDK-8297367) disable >> TestRedirectLinks.java in slowdebug mode >> [JDK-8297369](https://bugs.openjdk.org/browse/JDK-8297369) disable Fuzz.java >> in slowdebug mode > > This looks good. > Thanks, > Serguei @sspitsyn - Thanks for the review! > test/langtools/jdk/javadoc/doclet/testLinkOption/TestRedirectLinks.java line > 73: > >> 71: >> 72: import jdk.test.lib.Platform; >> 73: import jtreg.SkippedException; > > Nit: the order of imports on 72-73 needs to be swapped. Why? 'jdk' comes before 'jtreg' and 'Platform' comes before 'SkippedException'. What am I missing here? ------------- PR: https://git.openjdk.org/jdk/pull/11278