--- old/src/os_cpu/linux_aarch64/vm/copy_linux_aarch64.inline.hpp 2017-02-22 10:42:10.200508995 +0100 +++ new/src/os_cpu/linux_aarch64/vm/copy_linux_aarch64.inline.hpp 2017-02-22 10:42:10.090505683 +0100 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2003, 2017, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2014, Red Hat Inc. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * @@ -159,7 +159,6 @@ } static void pd_conjoint_oops_atomic(oop* from, oop* to, size_t count) { - assert(!UseCompressedOops, "foo!"); assert(BytesPerLong == BytesPerOop, "jlongs and oops must be the same size"); _Copy_conjoint_jlongs_atomic((jlong*)from, (jlong*)to, count); }