--- old/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/DeferredAttr.java 2019-12-20 15:41:00.000000000 +0000 +++ new/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/DeferredAttr.java 2019-12-20 15:40:59.000000000 +0000 @@ -618,7 +618,7 @@ inferenceContext.notifyChange(); } catch (Infer.GraphStrategy.NodeNotFoundException ex) { //this means that we are in speculative mode and the - //set of contraints are too tight for progess to be made. + //set of constraints are too tight for progress to be made. //Just leave the remaining expressions as stuck. break; }