@@ -133,11 +133,10 @@ public static class Result { private final OutputAnalyzer output; private final CDSOptions options; private final boolean hasNormalExit; private final String CDS_DISABLED = "warning: CDS is disabled when the"; - public Result(CDSOptions opts, OutputAnalyzer out) throws Exception { checkMappingFailure(out); this.options = opts; this.output = out; hasNormalExit = (output.getExitValue() == 0);