Integrated: 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
Sat Apr 30 08:04:46 UTC 2022
On Thu, 14 Apr 2022 08:36:26 GMT, Johan Sjölén <duke at openjdk.java.net> 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/.
This pull request has now been integrated.
Changeset: d9541c5e
Author: Johan Sjölén <johan.sjolen at oracle.com>
Committer: Thomas Stuefe <stuefe at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/d9541c5e9f68f2b76e6e1d09bc24750b7c9a5b5b
Stats: 22 lines in 3 files changed: 14 ins; 0 del; 8 mod
8276202: LogFileOutput.invalid_file_vm asserts when being executed from a read only working directory
Reviewed-by: dholmes, stuefe
-------------
PR: https://git.openjdk.java.net/jdk/pull/8238
More information about the hotspot-runtime-dev
mailing list