--- old/src/hotspot/share/gc/z/zPhysicalMemory.hpp 2019-02-25 15:07:37.051673519 +0100 +++ new/src/hotspot/share/gc/z/zPhysicalMemory.hpp 2019-02-25 15:07:36.846666942 +0100 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, 2018, 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 @@ -78,7 +78,7 @@ void nmt_uncommit(ZPhysicalMemory pmem, uintptr_t offset); public: - ZPhysicalMemoryManager(size_t max_capacity, size_t granule_size); + ZPhysicalMemoryManager(size_t max_capacity); bool is_initialized() const;