git: openjdk/jdk8u-dev: 6885993: Named Thread: introduce print() and print_on(outputStream* st) methods

Volker Simonis simonis at openjdk.org
Fri Nov 25 11:15:11 UTC 2022


Changeset: 9f2f0c22
Author:    Volker Simonis <simonis at openjdk.org>
Date:      2022-11-25 10:51:11 +0000
URL:       https://git.openjdk.org/jdk8u-dev/commit/9f2f0c220b44d0693dc05c915fe62e824bceaddf

6885993: Named Thread: introduce print() and print_on(outputStream* st) methods

Eliminating duplicated code by introducing print_on(outputStream* st) methods in NamedThread

Reviewed-by: phh, andrew
Backport-of: 16a3e2f16d3ffc4dd66e93aa9d75055279499282

! hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepThread.cpp
! hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepThread.hpp
! hotspot/src/share/vm/gc_implementation/g1/concurrentG1RefineThread.cpp
! hotspot/src/share/vm/gc_implementation/g1/concurrentG1RefineThread.hpp
! hotspot/src/share/vm/gc_implementation/g1/concurrentMarkThread.cpp
! hotspot/src/share/vm/gc_implementation/g1/concurrentMarkThread.hpp
! hotspot/src/share/vm/gc_implementation/g1/g1StringDedupThread.cpp
! hotspot/src/share/vm/gc_implementation/g1/g1StringDedupThread.hpp
! hotspot/src/share/vm/gc_implementation/parallelScavenge/gcTaskThread.cpp
! hotspot/src/share/vm/gc_implementation/parallelScavenge/gcTaskThread.hpp
! hotspot/src/share/vm/runtime/thread.cpp
! hotspot/src/share/vm/runtime/thread.hpp
! hotspot/src/share/vm/runtime/vmThread.cpp
! hotspot/src/share/vm/runtime/vmThread.hpp



More information about the jdk8u-dev-changes mailing list