--- old/src/share/vm/opto/valuetypenode.cpp 2016-11-04 16:24:21.517205293 +0100 +++ new/src/share/vm/opto/valuetypenode.cpp 2016-11-04 16:24:21.385205300 +0100 @@ -36,7 +36,7 @@ Node* ValueTypeNode::make(PhaseGVN& gvn, Node* mem, Node* oop) { // Create and initialize a ValueTypeNode by loading all field - // values from memory and also save the oop to the heap allocated version. + // values from memory and also save the oop to the heap-allocated version. const TypeValueTypePtr* vtptr = gvn.type(oop)->is_valuetypeptr(); ValueTypeNode* vt = new ValueTypeNode(vtptr->value_type(), oop); for (uint index = 0; index < vt->field_count(); ++index) {