RFR: 8286551: JDK-8286460 causes tests to fail to compile in Tier2

Daniel D.Daugherty dcubed at openjdk.java.net
Tue May 10 20:18:15 UTC 2022


On Tue, 10 May 2022 20:05:52 GMT, Calvin Cheung <ccheung at openjdk.org> wrote:

> The tests fail compilation due to a missing import statement.
> 
> Simple fix to add the following import statement to the tests:
> 
> `import java.nio.file.Path`
> 
> Ran the tests successfully locally on linux-x64.

Thumbs up on the fix. These changes are trivial and they fix compilation errors
in Tier2 so I'm okay if we don't wait for the usual 24H.

I am wondering if there are more surprises in store in the upper tiers.

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

Marked as reviewed by dcubed (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/8639


More information about the hotspot-runtime-dev mailing list