--- old/src/share/vm/gc/g1/g1HotCardCache.hpp 2017-08-22 15:36:29.413167657 +0200 +++ new/src/share/vm/gc/g1/g1HotCardCache.hpp 2017-08-22 15:36:29.257167662 +0200 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2013, 2017, 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 @@ -67,7 +67,7 @@ size_t _hot_cache_size; - int _hot_cache_par_chunk_size; + size_t _hot_cache_par_chunk_size; // Avoids false sharing when concurrently updating _hot_cache_idx or // _hot_cache_par_claimed_idx. These are never updated at the same time