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

Calvin Cheung ccheung at openjdk.java.net
Tue May 10 20:23:28 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.

This pull request has now been integrated.

Changeset: 070a0cda
Author:    Calvin Cheung <ccheung at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/070a0cda31f83a3cf18a612b91c30d66cf407c3c
Stats:     16 lines in 14 files changed: 14 ins; 0 del; 2 mod

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

Reviewed-by: dcubed

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

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


More information about the hotspot-runtime-dev mailing list