You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recent changes to Value Types prototype support has seen ValueClass.newNullRestrictedArray replaced with ValueClass.newNullRestrictedAtomicArray and ValueClass.newNullRestrictedNonAtomicArray. NullRestrictedCheckedType.of was also removed. These were methods that had been recognized by the JIT compiler. That recognition was removed by OpenJ9 Pull Request #22641.
The JIT compiler should recognize the newly introduced methods with similar optimization support.