Creates a new array instance with the given size with the javaClass as component type.
a new array of T instance with the given size.
size of the array to create. Must not be negative.
when unable to create an array instance.