RFR: Initial runtime arrays support for L or Q type
David Simms
dsimms at openjdk.java.net
Tue May 11 13:17:14 UTC 2021
Added InlineKlass::null_free_inline_array_klass() akin to Klass::array_klass()
but specifically for Q class descriptors, with a separate chain for array klass
for Q-type arrays.
TODO: metadata visitor and cleanup for the new chain of Q-type array classes
-------------
Commit messages:
- Initial runtime arrays support for L or Q type
Changes: https://git.openjdk.java.net/valhalla/pull/411/files
Webrev: https://webrevs.openjdk.java.net/?repo=valhalla&pr=411&range=00
Stats: 128 lines in 12 files changed: 58 ins; 27 del; 43 mod
Patch: https://git.openjdk.java.net/valhalla/pull/411.diff
Fetch: git fetch https://git.openjdk.java.net/valhalla pull/411/head:pull/411
PR: https://git.openjdk.java.net/valhalla/pull/411
More information about the valhalla-dev
mailing list