On Sat, 28 Jan 2023 18:32:31 GMT, Afshin Zafari <d...@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. Marked as reviewed by tschatzl (Reviewer). ------------- PR: https://git.openjdk.org/jdk/pull/12275