RFR: 8273153: Consolidate file_exists into os:file_exists

Ioi Lam iklam at openjdk.java.net
Mon Aug 30 21:46:32 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

LGTM.

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

Marked as reviewed by iklam (Reviewer).

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


More information about the hotspot-runtime-dev mailing list