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). ------------- Commit messages: - Merge branch 'lworld' of https://github.com/openjdk/valhalla into doc/lw-value-migration - Viktor reviews - Review tweaks - Value class migration docs Changes: https://git.openjdk.org/valhalla/pull/2633/files Webrev: https://webrevs.openjdk.org/?repo=valhalla&pr=2633&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8387875 Stats: 277 lines in 2 files changed: 277 ins; 0 del; 0 mod Patch: https://git.openjdk.org/valhalla/pull/2633.diff Fetch: git fetch https://git.openjdk.org/valhalla.git pull/2633/head:pull/2633 PR: https://git.openjdk.org/valhalla/pull/2633
