RFR: 8342787: Move misplaced TestTemplateAssertionPredicateWithTwoUCTs.java from src to test directory

Christian Hagedorn chagedorn at openjdk.org
Tue Oct 22 08:38:25 UTC 2024


On Tue, 22 Oct 2024 07:29:22 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:

>> For some unknown reason, `TestTemplateAssertionPredicateWithTwoUCTs.java` ended up in the src directory instead of the test directory with [JDK-8342287](https://bugs.openjdk.org/browse/JDK-8342787). Maybe a patch application have gone wrong when moving the test to another checked out JDK repository. Anyway, this patch moves it to the correct place.
>> 
>> Thanks to @TheShermanTanker for spotting this!
>
> Looks good and trivial.

Thanks @TobiHartmann, @shipilev, and @TheShermanTanker for the quick reviews!

> Not sure whether this ends with a newline or not (I think it does), but thanks for fixing this!

It does, there were two new lines, so I removed one. Github will show a special "no-new-line" icon otherwise :-)

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

PR Comment: https://git.openjdk.org/jdk/pull/21629#issuecomment-2428620991


More information about the hotspot-compiler-dev mailing list