Integrated: 8319554: Select LogOutput* directly for stdout and stderr
Xin Liu
xliu at openjdk.org
Thu Nov 9 17:55:07 UTC 2023
On Tue, 7 Nov 2023 17:16:07 GMT, Xin Liu <xliu at openjdk.org> wrote:
> This patch skips allocation on C heap and invoking jio_snprintf for stdout and stderr.
> They are 2 predefined LogOuptuts and can't be deleted.
>
> We also check the return value of set_log_config in test_asynclog.cpp. if configuration fails,
> the test will be skipped. We expect tot fix the flaky failures(JDK-8309067).
This pull request has now been integrated.
Changeset: d7b0ba9d
Author: Xin Liu <xliu at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/d7b0ba9d7c8b62425f060988f860cd7d21e7915e
Stats: 38 lines in 2 files changed: 20 ins; 4 del; 14 mod
8319554: Select LogOutput* directly for stdout and stderr
Reviewed-by: jsjolen, dholmes
-------------
PR: https://git.openjdk.org/jdk/pull/16543
More information about the hotspot-runtime-dev
mailing list