8071962: The SA code needs to be updated to support Symbol lookup from the shared archive

Support shared symbols lookup.

Reviewed-by: minqi, sspitsyn, dsamersoff, iklam
This commit is contained in:
Jiangli Zhou 2015-01-30 20:31:05 -05:00
parent 62166e9f59
commit dc9bb3c201
4 changed files with 151 additions and 6 deletions

View file

@ -188,6 +188,7 @@ public:
// dump time.
//
template <class T, class N> class CompactHashtable VALUE_OBJ_CLASS_SPEC {
friend class VMStructs;
uintx _base_address;
juint _entry_count;
juint _bucket_count;