Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
8235741: Inappropriate uses of os::javaTimeMillis()
Reviewed-by: rehn, kbarrett, egahlin, shade
- Loading branch information
Showing
with
136 additions
and 104 deletions.
- +27 −12 src/hotspot/os/aix/os_perf_aix.cpp
- +5 −5 src/hotspot/os/bsd/semaphore_bsd.cpp
- +27 −12 src/hotspot/os/linux/os_perf_linux.cpp
- +8 −8 src/hotspot/os/posix/os_posix.cpp
- +4 −4 src/hotspot/os/windows/os_perf_windows.cpp
- +3 −3 src/hotspot/share/compiler/compilationPolicy.cpp
- +6 −6 src/hotspot/share/compiler/tieredThresholdPolicy.cpp
- +2 −2 src/hotspot/share/gc/shenandoah/shenandoahHeapRegionCounters.cpp
- +3 −1 src/hotspot/share/jfr/recorder/repository/jfrChunk.cpp
- +4 −3 src/hotspot/share/jvmci/jvmciCompiler.cpp
- +4 −11 src/hotspot/share/logging/logDecorations.cpp
- +1 −3 src/hotspot/share/logging/logDecorations.hpp
- +2 −2 src/hotspot/share/runtime/biasedLocking.cpp
- +0 −5 src/hotspot/share/runtime/safepoint.cpp
- +4 −5 src/hotspot/share/runtime/safepoint.hpp
- +5 −6 src/hotspot/share/runtime/threadStatisticalInfo.hpp
- +4 −4 src/hotspot/share/runtime/vmOperations.hpp
- +6 −6 src/hotspot/share/runtime/vmThread.cpp
- +2 −1 src/hotspot/share/services/gcNotifier.cpp
- +2 −1 src/hotspot/share/services/heapDumper.cpp
- +13 −1 src/hotspot/share/utilities/globalDefinitions.hpp
- +4 −3 src/hotspot/share/utilities/ostream.cpp
Oops, something went wrong.