--- old/src/share/vm/opto/connode.cpp 2013-09-04 18:43:47.145727630 +0200 +++ new/src/share/vm/opto/connode.cpp 2013-09-04 18:43:47.065727631 +0200 @@ -630,7 +630,7 @@ if (t == Type::TOP) return Type::TOP; assert (t != TypePtr::NULL_PTR, "null klass?"); - assert(UseCompressedKlassPointers && t->isa_klassptr(), "only klass ptr here"); + assert(UseCompressedClassPointers && t->isa_klassptr(), "only klass ptr here"); return t->make_narrowklass(); }