mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
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:
parent
62166e9f59
commit
dc9bb3c201
4 changed files with 151 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue