Integrated: JDK-8325862: set -XX:+ErrorFileToStderr when executing java in containers for some container related jtreg tests
Matthias Baesken
mbaesken at openjdk.org
Fri Feb 16 13:15:59 UTC 2024
On Thu, 15 Feb 2024 15:07:38 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:
> To get easier access to the hserr file content, -XX:+ErrorFileToStderr should be set when executing test parts in a container.
> Examples are the docker/container tests starting (docker) containers with java processes inside the container and not on the host.
This pull request has now been integrated.
Changeset: 9f4ec21f
Author: Matthias Baesken <mbaesken at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/9f4ec21f4793d4c5fc10f93a32140c26ec0eec00
Stats: 4 lines in 1 file changed: 3 ins; 0 del; 1 mod
8325862: set -XX:+ErrorFileToStderr when executing java in containers for some container related jtreg tests
Reviewed-by: sgehwolf, stuefe, mdoerr
-------------
PR: https://git.openjdk.org/jdk/pull/17874
More information about the hotspot-runtime-dev
mailing list