RFR: JDK-8329663: hs_err file event log entry for thread adding/exiting prints Java thread related pointer twice [v2]

Matthias Baesken mbaesken at openjdk.org
Fri Apr 5 08:12:28 UTC 2024


> 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.

Matthias Baesken has updated the pull request incrementally with one additional commit since the last revision:

  adjust info string for removed threads

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/18627/files
  - new: https://git.openjdk.org/jdk/pull/18627/files/34b34ac9..1249b376

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=18627&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=18627&range=00-01

  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/18627.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/18627/head:pull/18627

PR: https://git.openjdk.org/jdk/pull/18627


More information about the hotspot-runtime-dev mailing list