--- old/src/share/vm/opto/macro.cpp 2015-10-06 09:57:32.702077478 +0200 +++ new/src/share/vm/opto/macro.cpp 2015-10-06 09:57:32.626077482 +0200 @@ -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.