RFR: 8295424: adjust timeout for another JLI GetObjectSizeIntrinsicsTest.java subtest

Jonathan Gibbons jjg at openjdk.org
Tue Nov 22 23:20:04 UTC 2022


On Tue, 22 Nov 2022 21:05:16 GMT, Daniel D. Daugherty <dcubed at openjdk.org> wrote:

>> 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?

Mild grumble: langtools tests do not rely on jdk test libraries

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

PR: https://git.openjdk.org/jdk/pull/11278


More information about the hotspot-compiler-dev mailing list