On Sat, 28 Jan 2023 18:32:31 GMT, Afshin Zafari <[email protected]> wrote:
> ### Description > Hashtable class to be replaced with ResourceHashtable class in all source > code. > > ### Patch > The only instance was `#include "hashtable.hpp"` in `jvmtiTagMapTable.cpp` > and removed. > The corresponding files (`hashtable.hpp`, `hashtable.inline.hpp` and > `hashtable.cpp`) are removed too. > > ### Test > mach5 tier1 all platforms. This pull request has now been integrated. Changeset: f4592b14 Author: Afshin Zafari <[email protected]> Committer: Thomas Schatzl <[email protected]> URL: https://git.openjdk.org/jdk/commit/f4592b1471dff02f4e5e21da00c19b957b0a944b Stats: 596 lines in 4 files changed: 0 ins; 596 del; 0 mod 8267935: Replace BasicHashtable and Hashtable Reviewed-by: coleenp, rehn, tschatzl ------------- PR: https://git.openjdk.org/jdk/pull/12275
