On Mon, 22 Apr 2024 18:02:39 GMT, Jonathan Gibbons wrote:
> Please review a simple change to clean up inappropriate use of `/**` comments
> in test code -- most notably to enclose the `jtreg` test description.
>
> There is no change to the functionality of any test, and (obviously) all
> tests
On Fri, 5 Apr 2024 00:02:00 GMT, Nizar Benalla wrote:
> In this PR I added an `@since` tag to SNIPPET_PATH and isBlockTag() as they
> were added in later versions
>
> - SNIPPET_PATH was added in JDK 18
> [here](https://github.com/openjdk/jdk/commit/0fc47e99d20a1ee886df878f1302769bdd913aab#diff
On Mon, 22 Apr 2024 18:02:39 GMT, Jonathan Gibbons wrote:
> Please review a simple change to clean up inappropriate use of `/**` comments
> in test code -- most notably to enclose the `jtreg` test description.
>
> There is no change to the functionality of any test, and (obviously) all
> tests
Please review a simple change to clean up inappropriate use of `/**` comments
in test code -- most notably to enclose the `jtreg` test description.
There is no change to the functionality of any test, and (obviously) all tests
continue to pass.
-
Commit messages:
- JDK-8330704: Cl