< prev index next >

src/hotspot/share/gc/z/zPhysicalMemory.hpp

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2015, 2018, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 76,86 **** void nmt_commit(ZPhysicalMemory pmem, uintptr_t offset); void nmt_uncommit(ZPhysicalMemory pmem, uintptr_t offset); public: ! ZPhysicalMemoryManager(size_t max_capacity, size_t granule_size); bool is_initialized() const; size_t max_capacity() const; size_t current_max_capacity() const; --- 76,86 ---- void nmt_commit(ZPhysicalMemory pmem, uintptr_t offset); void nmt_uncommit(ZPhysicalMemory pmem, uintptr_t offset); public: ! ZPhysicalMemoryManager(size_t max_capacity); bool is_initialized() const; size_t max_capacity() const; size_t current_max_capacity() const;
< prev index next >