hg: jdk/submit: 8235765: Use of the long type should be avoided in shared code

coleen.phillimore at oracle.com coleen.phillimore at oracle.com
Mon Aug 17 14:08:59 UTC 2020


Changeset: b6475f411b98
Author:    coleenp
Date:      2020-08-17 10:08 -0400
URL:       https://hg.openjdk.java.net/jdk/submit/rev/b6475f411b98

8235765: Use of the long type should be avoided in shared code
Summary: Changed some long declarations to uint64_t/int64_t or unsigned int, depending on context.
Reviewed-by: lfoltan, kvn, dholmes

! src/hotspot/share/memory/filemap.hpp
! src/hotspot/share/memory/heapInspection.hpp
! src/hotspot/share/oops/generateOopMap.cpp
! src/hotspot/share/oops/generateOopMap.hpp
! src/hotspot/share/oops/klassVtable.cpp
! src/hotspot/share/oops/klassVtable.hpp
! src/hotspot/share/runtime/interfaceSupport.cpp
! src/hotspot/share/runtime/interfaceSupport.inline.hpp
! src/hotspot/share/runtime/mutex.cpp
! src/hotspot/share/runtime/mutex.hpp
! src/hotspot/share/runtime/mutexLocker.hpp



More information about the jdk-submit-changes mailing list