Integrated: JDK-8329663: hs_err file event log entry for thread adding/removing should print current thread
Matthias Baesken
mbaesken at openjdk.org
Mon Apr 8 12:59:14 UTC 2024
On Thu, 4 Apr 2024 12:48:59 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:
> Currently the entries for adding / exiting threads look like this :
>
> Event: 81.296 Thread 0x00007fd8300c13b0 Thread added: 0x00007fd8300c13b0
>
> Event: 81.296 Thread 0x00007fd954000fe0 Thread exited: 0x00007fd954000fe0
>
> The hex number describing the thread is printed twice, this should be simplified or the current thread AND and added/exited thread could be printed.
This pull request has now been integrated.
Changeset: 3ebf8c93
Author: Matthias Baesken <mbaesken at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/3ebf8c9359da2f45e4cefb7be2276d33c30979aa
Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
8329663: hs_err file event log entry for thread adding/removing should print current thread
Reviewed-by: kevinw, rrich
-------------
PR: https://git.openjdk.org/jdk/pull/18627
More information about the hotspot-runtime-dev
mailing list