From ptisnovs at redhat.com Thu Nov 18 03:26:47 2010 From: ptisnovs at redhat.com (Pavel Tisnovsky) Date: Thu, 18 Nov 2010 12:26:47 +0100 Subject: Tag option "process" is missing in JTreg documentation Message-ID: <4CE50D77.5080806@redhat.com> Hi all, I realized that OpenJDK regression test langtools/tools/javac/processing/6499119/ClassProcessor.java uses the tag "@compile" followed by tag option "process". But this tag+option pair is not mentioned (or I'm unable to find it ;-) in tag specification: http://openjdk.java.net/jtreg/tag-spec.txt I also tried to find in newest JTreg harness sources where this option is processed and it in fact exists (CompileAction.java). So I think that tag specification on openjdk.java.net should be updated. If I'm right can anybody please do it? Thank you in advance, Pavel Tisnovsky From jonathan.gibbons at oracle.com Thu Nov 18 06:58:31 2010 From: jonathan.gibbons at oracle.com (Jonathan Gibbons) Date: Thu, 18 Nov 2010 06:58:31 -0800 Subject: Tag option "process" is missing in JTreg documentation In-Reply-To: <4CE50D77.5080806@redhat.com> References: <4CE50D77.5080806@redhat.com> Message-ID: <4CE53F17.9040000@oracle.com> Pavel, Mark, You're right. Mark Reinhold "owns" the tag spec underlying jtreg. I'll work with him to get the spec updated. Informally, the modifier disables some checks in the @compile action that required the @compile action to specify the name of one or more source files. -- Jon On 11/18/2010 03:26 AM, Pavel Tisnovsky wrote: > Hi all, > > I realized that OpenJDK regression test > langtools/tools/javac/processing/6499119/ClassProcessor.java uses the > tag "@compile" followed by tag option "process". > > But this tag+option pair is not mentioned (or I'm unable to find it ;-) > in tag specification: > http://openjdk.java.net/jtreg/tag-spec.txt > > I also tried to find in newest JTreg harness sources where this option > is processed and it in fact exists (CompileAction.java). > > So I think that tag specification on openjdk.java.net should be updated. > If I'm right can anybody please do it? > > Thank you in advance, > Pavel Tisnovsky >