On Fri, 10 Jul 2026 22:42:56 GMT, Chen Liang <[email protected]> wrote:

>> This is some extremely basic overview about value class migrations.
>> 
>> 1. Build: I intentionally skipped the streamlined build system installed by 
>> David Beaumont. Instead, I stressed the custom handling used by Value 
>> Objects JEP. (The "Preview Classes in Interim `javac`" section might go to 
>> general documentation later.)
>> 
>> 2. Testing: I started from the motivations/goals and describe how those 
>> goals are accomplished.
>> 3. Wrapper class caches: Some simple overview.
>> 
>> There are definitely more topics to cover; feel free to raise.
>> 
>> Paging @jddarcy and @viktorklang-ora for proofreading.
>> 
>> ---------
>> - [x] I confirm that I make this contribution in accordance with the 
>> [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai).
>
> Chen Liang has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   More straightforward

doc/value-class-preview.md line 5:

> 3: ## Introduction
> 4: 
> 5: Value Objects feature introduces value objects and migrates suitable 
> classes to

Either "The Value Objects feature introduces ..." or "Value Objects is a 
feature that introduces ..."

doc/value-class-preview.md line 10:

> 8: 
> 9: To accomplish this, the JDK uses *preview-specific* files in 
> `META-INF/preview`,
> 10: which overrides files of the same name in the regular classpath. For 
> example,

"classpath"? Isn't this the modulepath these days?

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

PR Review Comment: 
https://git.openjdk.org/valhalla/pull/2633#discussion_r3567161122
PR Review Comment: 
https://git.openjdk.org/valhalla/pull/2633#discussion_r3567162375

Reply via email to