Integrated: 8267935: Replace BasicHashtable and Hashtable

Afshin Zafari duke at openjdk.org
Mon Jan 30 16:26:35 UTC 2023


On Sat, 28 Jan 2023 18:32:31 GMT, Afshin Zafari <duke at openjdk.org> 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 <Afshin.zafari at oracle.com>
Committer: Thomas Schatzl <tschatzl at openjdk.org>
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


More information about the serviceability-dev mailing list