RFR: 8295424: adjust timeout for another JLI GetObjectSizeIntrinsicsTest.java subtest
Serguei Spitsyn
sspitsyn at openjdk.org
Tue Dec 6 23:04:06 UTC 2022
On Tue, 29 Nov 2022 22:30:10 GMT, Daniel D. Daugherty <dcubed at openjdk.org> wrote:
>> Sorry, I was not clear.
>> The Fuzz.java has this order:
>>
>> +import jdk.test.lib.Platform;
>> +import jtreg.SkippedException;
>>
>> I thought, you ordered imports by names. Then it is better to keep this order unified.
>> It is really minor though.
>
> Sorry I'm still confused. As far as I can see, I've added the imports the
> same way in both Fuzz.java and TestRedirectLinks.java.
>
> And the imports are in sort order:
> 'jdk' comes before 'jtreg' and 'Platform' comes before 'SkippedException'.
Sorry, copied fragment from a wrong file.
This file has imports out of order:
test/langtools/jdk/javadoc/doclet/testLinkOption/TestRedirectLinks.java
+ * @build jtreg.SkippedException
+ * @build jdk.test.lib.Platform
-------------
PR: https://git.openjdk.org/jdk/pull/11278
More information about the hotspot-runtime-dev
mailing list