RFR: JDK-8276202: LogFileOutput.invalid_file_vm asserts when being executed from a read only working directory

Johan Sjölén duke at openjdk.java.net
Fri Apr 29 17:29:51 UTC 2022


On Thu, 28 Apr 2022 05:53:28 GMT, David Holmes <dholmes at openjdk.org> wrote:

>> This PR replaces some of the VM `assert` with gtest `ASSERT` where applicable and fixes a bug in a UL test.
>> The test used to create a temporary directory in cwd, failing if cwd is read-only. Now it creates the directory in /tmp/.
>
> Marked as reviewed by dholmes (Reviewer).

@dholmes-ora , @tstuefe , would either of you be OK with sponsoring this PR :-)? Thank you!

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

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


More information about the hotspot-runtime-dev mailing list