* Tests passing illegal arguments.
*/
void testIllegals1() throws InterruptedIOException, IOException {
boolean thrown;
Isolate is = Isolate.currentIsolate();
Link sendLink = Link.newLink(is, is);
Link[] links = new Link[3];
links[0] = Link.newLink(is, is);
links[1] = Link.newLink(is, is);
links[2] = Link.newLink(is, is);