MarshalInputStream in =
new MarshalInputStream(new ByteArrayInputStream(bytes),
ClassLoader.getSystemClassLoader(),
false, null, new HashSet());
ActivatableInvocationHandler aihRead =
(ActivatableInvocationHandler) in.readObject();
System.err.println("Test 1 passed: handler read successfully");
/*
* Set constraints on underlying proxy to make
* them inconsistent with handler's constraints, then