SpEL's ConstructorReference supports compilation of expressions that instantiate new objects, but it does not support compilation of expressions that construct new arrays -- for example, via new int[] {1, 2, 3}.

The reference manual should document this limitation.