--- old/src/share/vm/opto/macro.cpp 2016-01-08 10:02:56.146734495 +0100 +++ new/src/share/vm/opto/macro.cpp 2016-01-08 10:02:56.082734498 +0100 @@ -244,7 +244,7 @@ } else { // G1 pre/post barriers assert(p2x->outcnt() <= 2, "expects 1 or 2 users: Xor and URShift nodes"); - // It could be only one user, URShift node, in Object.clone() instrinsic + // It could be only one user, URShift node, in Object.clone() intrinsic // but the new allocation is passed to arraycopy stub and it could not // be scalar replaced. So we don't check the case.