RFR: 8267935: Replace BasicHashtable and Hashtable

Coleen Phillimore coleenp at openjdk.org
Mon Jan 30 13:58:16 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.

Great! thank you!

-------------

Marked as reviewed by coleenp (Reviewer).

PR: https://git.openjdk.org/jdk/pull/12275


More information about the serviceability-dev mailing list