RFR: 8267935: Replace BasicHashtable and Hashtable
    Robbin Ehn 
    rehn at openjdk.org
       
    Mon Jan 30 15:26:17 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.
Thank you!
-------------
Marked as reviewed by rehn (Reviewer).
PR: https://git.openjdk.org/jdk/pull/12275
    
    
More information about the hotspot-dev
mailing list