Review Request : JDK-8031670: remove unneeded -source option from javadoc tests

Jonathan Gibbons jonathan.gibbons at oracle.com
Fri Feb 21 18:06:55 PST 2014


On 02/19/2014 07:37 AM, Vicente-Arturo Romero-Zaldivar wrote:
>
> I would add the note as an independent comment after the
>
> * @test
> * @bug      8004893 8022738
> section not as part of it.
>
> Vicente

Strongly agree.  The test description block is a structured block that 
is parsed by jtreg. It should not contain arbitrary comment text.   In 
particular, it should begin with @test, and not have any comment text 
before it.

-- Jon


More information about the compiler-dev mailing list