Re: RFR: 8339769: VM crash during initialization if working directory does not exist [v2]

2024-09-12 Thread Jaikiran Pai
On Thu, 12 Sep 2024 23:11:31 GMT, Justin Lu wrote: >> Please review this PR which restores the correct exception message when the >> current working directory can not be found during java startup in >> `initPhase1`. >> >> Both MacOS and Linux are expected to fail with `java.lang.Error: Propert

Re: RFR: 8339769: VM crash during initialization if working directory does not exist [v2]

2024-09-12 Thread Alan Bateman
On Thu, 12 Sep 2024 23:11:31 GMT, Justin Lu wrote: >> Please review this PR which restores the correct exception message when the >> current working directory can not be found during java startup in >> `initPhase1`. >> >> Both MacOS and Linux are expected to fail with `java.lang.Error: Propert

Re: RFR: 8339769: VM crash during initialization if working directory does not exist [v2]

2024-09-12 Thread David Holmes
On Thu, 12 Sep 2024 23:11:31 GMT, Justin Lu wrote: >> Please review this PR which restores the correct exception message when the >> current working directory can not be found during java startup in >> `initPhase1`. >> >> Both MacOS and Linux are expected to fail with `java.lang.Error: Propert

Re: RFR: 8339769: VM crash during initialization if working directory does not exist [v2]

2024-09-12 Thread Justin Lu
> Please review this PR which restores the correct exception message when the > current working directory can not be found during java startup in > `initPhase1`. > > Both MacOS and Linux are expected to fail with `java.lang.Error: Properties > init: Could not determine current working directory

RFR: 8339769: VM crash during initialization if working directory does not exist

2024-09-12 Thread Justin Lu
Please review this PR which restores the correct exception message when the current working directory can not be found during java startup in `initPhase1`. Both MacOS and Linux are expected to fail with `java.lang.Error: Properties init: Could not determine current working directory` if the _use