git: openjdk/jdk: 8292680: Convert Dictionary to ConcurrentHashTable
Coleen Phillimore
coleenp at openjdk.org
Thu Aug 25 19:14:29 UTC 2022
Changeset: 4f50316a
Author: Coleen Phillimore <coleenp at openjdk.org>
Date: 2022-08-25 19:02:52 +0000
URL: https://git.openjdk.org/jdk/commit/4f50316a1a985cd06af7eed158d7e1917b86d159
8292680: Convert Dictionary to ConcurrentHashTable
Reviewed-by: rehn, hseigel
! src/hotspot/share/ci/ciEnv.cpp
! src/hotspot/share/classfile/classLoaderDataGraph.cpp
! src/hotspot/share/classfile/classLoaderDataGraph.hpp
! src/hotspot/share/classfile/dictionary.cpp
! src/hotspot/share/classfile/dictionary.hpp
! src/hotspot/share/classfile/loaderConstraints.cpp
! src/hotspot/share/classfile/stringTable.cpp
! src/hotspot/share/classfile/symbolTable.cpp
! src/hotspot/share/classfile/systemDictionary.cpp
! src/hotspot/share/classfile/systemDictionary.hpp
! src/hotspot/share/classfile/systemDictionaryShared.cpp
! src/hotspot/share/classfile/vmClasses.cpp
! src/hotspot/share/jvmci/jvmciCompilerToVM.cpp
! src/hotspot/share/jvmci/jvmciRuntime.cpp
! src/hotspot/share/oops/constantPool.cpp
! src/hotspot/share/oops/method.cpp
! src/hotspot/share/prims/jvm.cpp
! src/hotspot/share/runtime/deoptimization.cpp
! src/hotspot/share/runtime/safepoint.cpp
! src/hotspot/share/runtime/safepoint.hpp
! src/hotspot/share/runtime/signature.cpp
! src/hotspot/share/runtime/threads.cpp
! src/hotspot/share/services/finalizerService.cpp
! src/hotspot/share/services/threadIdTable.cpp
! src/hotspot/share/utilities/concurrentHashTable.inline.hpp
! src/hotspot/share/utilities/globalDefinitions.hpp
! src/hotspot/share/utilities/hashtable.cpp
! src/hotspot/share/utilities/powerOfTwo.hpp
! test/hotspot/jtreg/runtime/LoadClass/TestResize.java
+ test/hotspot/jtreg/serviceability/dcmd/vm/DictionaryStatsTest.java
More information about the jdk-changes
mailing list