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).

For the current version I recommend creating a new jtreg main test that doesn't 
use any framework, so we can use `-Xcomp` and other compiler flags to ensure we 
can catch the errors as early as possible. Have you asked hotspot compiler 
people if such a test is better for compiler instead?

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

PR Comment: https://git.openjdk.org/jdk/pull/32284#issuecomment-5453330096

Reply via email to