RFR: 8312132: Add tracking of multiple address spaces in NMT [v54]

Thomas Stuefe stuefe at openjdk.org
Fri May 3 13:19:01 UTC 2024


On Tue, 30 Apr 2024 17:44:59 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:

> 
> Okay, so this is irrelevant of how the treap is implemented? I guess it'd check for:
> 
> 
> 
> - Non-degeneration of the depth of the tree (approximately log n)
> 
> - Uniqueness of keys
> 
> - Anything else??
> 

didnt read carefully enough. Obviosly, check thst keys are monotonously raising. No need to check for uniqueness.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/18289#issuecomment-2093000195


More information about the hotspot-dev mailing list