On Wed, 2 Apr 2025 14:07:45 GMT, Viktor Klang <vkl...@openjdk.org> wrote:
>> src/java.base/share/classes/java/lang/StableValue.java line 50: >> >>> 48: >>> 49: /** >>> 50: * A stable value is a holder of shallowly immutable content that can >>> be lazily computed. >> >> This reads as if the content can only be shallowly immutable (not deeply >> immutable). >> >> How about saying "effectively immutable" instead? > > Or "observably immutable"? 🤔 or... "immutable" ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/23972#discussion_r2025638907