// throwpoint: java.io.ObjectOutputStream-enableReplaceObject
harness.checkPoint("enableReplaceObject");
try {
sm.prepareChecks(noPerms);
teststream.testEnableReplaceObject(false);
sm.checkAllChecked();
}
catch (SecurityException ex) {
harness.debug(ex);
harness.check(false, "unexpected check");
}