Valhalla introduced new array type which hosts flattened value object, however 
SA cannot inspect it.
Actually `FlatArray.iterateFields()` has following lines:


for (int index = 0; index < length; index++) {
    // FIXME - call visitor.doXXX() for each component of each value object
}


This PR addressed it.

---------
- [x] I confirm that I make this contribution in accordance with the [OpenJDK 
Interim AI Policy](https://openjdk.org/legal/ai).

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

Commit messages:
 - 8381336: SA FlatArray support is incomplete

Changes: https://git.openjdk.org/jdk/pull/32849/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=32849&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8381336
  Stats: 258 lines in 14 files changed: 230 ins; 2 del; 26 mod
  Patch: https://git.openjdk.org/jdk/pull/32849.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/32849/head:pull/32849

PR: https://git.openjdk.org/jdk/pull/32849

Reply via email to