On Mon, 10 Aug 2026 19:45:26 GMT, Shiv Shah <[email protected]> wrote:
> Adds one case to the value objects test: cloning a value object read from a > flattened field. The field read materializes the value from the embedded > payload and clone returns it. Looks simple but the chain crosses the read > materialization and buffering machinery, and optimization changes there can > break it, so worth pinning. > > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai). This pull request has now been integrated. Changeset: a523f7f2 Author: Shiv Shah <[email protected]> Committer: Leonid Mesnik <[email protected]> URL: https://git.openjdk.org/jdk/commit/a523f7f2875c82aac7a742d1398e40086336bfa9 Stats: 26 lines in 1 file changed: 26 ins; 0 del; 0 mod 8384108: Test Object.clone on a value object read from a flattened field Reviewed-by: lmesnik, liach ------------- PR: https://git.openjdk.org/jdk/pull/32284
