Add CHANGES entry for #12801

This commit is contained in:
Alan Woodward 2023-11-14 14:28:18 +00:00
parent 72dbfb7cf2
commit dd46971ba6
1 changed files with 3 additions and 0 deletions

View File

@ -227,6 +227,9 @@ Improvements
* GITHUB#12754: Refactor lookup of Hotspot VM options and do not initialize constants with NULL * GITHUB#12754: Refactor lookup of Hotspot VM options and do not initialize constants with NULL
if SecurityManager prevents access. (Uwe Schindler) if SecurityManager prevents access. (Uwe Schindler)
* GITHUB#12801: Remove possible contention on a ReentrantReadWriteLock in
Monitor which could result in searches waiting for commits. (Davis Cook)
Optimizations Optimizations
--------------------- ---------------------
* GITHUB#12183: Make TermStates#build concurrent. (Shubham Chaudhary) * GITHUB#12183: Make TermStates#build concurrent. (Shubham Chaudhary)