8030750: SA: Alternate hashing not implemented

Implement alternate hashing in SA

Reviewed-by: dsamersoff
This commit is contained in:
Sharath Ballal 2017-04-26 14:59:52 +05:30 committed by Sharath Ballal
parent 33119b6cf2
commit e8ead248a8
4 changed files with 121 additions and 2 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 2003, 2016, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2003, 2017, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -294,6 +294,7 @@ protected:
};
template <class T, MEMFLAGS F> class RehashableHashtable : public Hashtable<T, F> {
friend class VMStructs;
protected:
enum {