RFR(XS) 8238198 Avoid using @ tags in TestOptionsWithRanges_generate.sh
Igor Ignatyev
igor.ignatyev at oracle.com
Wed Jan 29 23:48:22 UTC 2020
so it's not @test at L#22, interesting... LGTM.
-- Igor
> On Jan 29, 2020, at 3:39 PM, Mikhailo Seledtsov <mikhailo.seledtsov at oracle.com> wrote:
>
> Looks good
>
> On 1/29/20, 2:28 PM, Ioi Lam wrote:
>> https://bugs.openjdk.java.net/browse/JDK-8238198
>> http://cr.openjdk.java.net/~iklam/jdk15/8238198-avoid-at-char-in-TestOptionsWithRanges_generate.sh.v01/
>>
>> Hi, here's a better fix than what I did in JDK-8237046 [1]
>>
>> It is probably a bug in jtreg that it thinks the script is a test due to
>> the existence of /* @test ... */. But to be safe, we should replace
>> @test with ${at}test.
>>
>> Thanks
>> - Ioi
>>
>> [1] https://mail.openjdk.java.net/pipermail/hotspot-runtime-dev/2020-January/037899.html
More information about the hotspot-runtime-dev
mailing list