| Other |
|---|
| repo-valhallaUnresolved |
|
Blocks :
|
|
|
Duplicate :
|
|
|
Relates :
|
Since arrays are now polymorphic, it would be helpful if core libraries can access properties of arrays to classify them quickly. Here are some desired APIs in Unsafe: 1. arrayLayout0 - the actual type of array (combined with class) 2. arrayInstanceBaseOffset0 - the offset from the flat/refArrayKlass 3. arrayInstanceIndexScale0 - the scale from the flat/refArrayKlass These were introduced by JDK-8368933 (and renamed by JDK-8368933).
|