--- old/src/hotspot/share/gc/z/zLiveMap.inline.hpp 2019-05-02 09:57:46.670955262 +0200 +++ new/src/hotspot/share/gc/z/zLiveMap.inline.hpp 2019-05-02 09:57:46.426947203 +0200 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2015, 2019, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -92,7 +92,7 @@ } inline BitMap::idx_t ZLiveMap::index_to_segment(BitMap::idx_t index) const { - return index >> _shift; + return index >> _segment_shift; } inline bool ZLiveMap::get(size_t index) const {