-
Enhancement
-
Resolution: Duplicate
-
P4
-
repo-valhalla
-
Verified
There is some naive implementation left in the initialization of value type array arrays which needs to be removed. Code currently initialize each element individually. Current understanding of "default values" is that there are naturally "zero-ed fields", so we can also optimize non-flattened arrays memory usage by assuming NULL ref == vdefault.
Needs JIT support.
Needs JIT support.
- duplicates
-
JDK-8190432 [MVT] Value Types should have a default pre-allocated
-
- Resolved
-