Integrated: 8273153: Consolidate file_exists into os:file_exists

Yumin Qi minqi at openjdk.java.net
Tue Aug 31 00:27:34 UTC 2021


On Mon, 30 Aug 2021 21:29:18 GMT, Yumin Qi <minqi at openjdk.org> wrote:

> This are several places to check if file exists using local similar function, file_exists. They should be consolidated into one version. The patch added a function os::file_exists to do so.
> 
> Tests: tier1

This pull request has now been integrated.

Changeset: 9732fbe4
Author:    Yumin Qi <minqi at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/9732fbe428c3b6a5422cc94e7295ba5482d1a7a9
Stats:     26 lines in 4 files changed: 9 ins; 13 del; 4 mod

8273153: Consolidate file_exists into os:file_exists

Reviewed-by: iklam, ccheung

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

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


More information about the hotspot-runtime-dev mailing list