On Fri, 13 Mar 2026 17:06:22 GMT, David Beaumont <[email protected]> wrote:

>> test/jaxp/javax/xml/jaxp/functional/javax/xml/transform/ptests/URIResolverTest.java
>>  line 52:
>> 
>>> 50:  * @test
>>> 51:  * @library /javax/xml/jaxp/libs
>>> 52:  * @run junit/othervm javax.xml.transform.ptests.URIResolverTest
>> 
>> Since you touch all `@run` lines anyway, you can also amending `@run ... 
>> <class-name>` with `@run ... ${test.main.class}`.
>
> I've no idea what that is. Do you literally mean the string 
> `${test.main.class)` ? I've never seen that used in any test I've looked at.

Yes. See the output of `git grep '${test.main.class}'`.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/30165#discussion_r2932751144

Reply via email to