Skip to content

Commit 29ed3fa

Browse files
committed
Clarify that StableValue was replaced, not removed
Updated README to accurately reflect that StableValue optimizations were replaced with double-checked locking pattern for JDK 21+ compatibility
1 parent 590ec57 commit 29ed3fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ The original proposal and design rationale can be found in the included PDF: [To
1111
## Modifications
1212

1313
This is a simplified backport with the following changes from the original:
14-
- Removed StableValue optimizations
14+
- Replaced StableValue optimizations with double-checked locking pattern
1515
- Removed value-based class annotations
16-
- Basic implementation without performance optimizations
16+
- Basic implementation without advanced performance optimizations
1717
- Compatible with JDK 21+ instead of future JDK versions
1818

1919
## Building

0 commit comments

Comments
 (0)