"Vector API" is universal api for SIMD. It will probably remain in incubator until valhalla delivers value types.
Point[] array=new Point[15000];
In java would create an array with null references, to fill it up you need to create each object so that point is valid.