-
Enhancement
-
Resolution: Fixed
-
P4
-
8u40, 9
-
b31
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8083357 | emb-9 | Mikael Gerdin | P4 | Resolved | Fixed | b31 |
JDK-8063321 | 8u45 | Mikael Gerdin | P4 | Resolved | Fixed | b01 |
JDK-8059106 | 8u40 | Mikael Gerdin | P4 | Closed | Fixed | b08 |
JDK-8071057 | emb-8u47 | Mikael Gerdin | P4 | Resolved | Fixed | team |
In order to simplify usage of the Hashtable<T, F> class the code to perform rehashing of the SymbolTable and StringTable should be factored out to an intermediate class common to those two tables.
Also factor out HashtableEntry freelist allocation to allow implementors an easier route for providing their own memory management.
Also factor out HashtableEntry freelist allocation to allow implementors an easier route for providing their own memory management.
- backported by
-
JDK-8063321 Refactor Hashtable to allow implementations without rehashing support
- Resolved
-
JDK-8071057 Refactor Hashtable to allow implementations without rehashing support
- Resolved
-
JDK-8083357 Refactor Hashtable to allow implementations without rehashing support
- Resolved
-
JDK-8059106 Refactor Hashtable to allow implementations without rehashing support
- Closed
- relates to
-
JDK-8048268 G1 Code Root Migration performs poorly
- Resolved