< prev index next >

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

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.
*** 89,100 **** _segments = NULL; _nsegments = 0; } } ! ZPhysicalMemoryManager::ZPhysicalMemoryManager(size_t max_capacity, size_t granule_size) : ! _backing(max_capacity, granule_size), _max_capacity(max_capacity), _current_max_capacity(max_capacity), _capacity(0), _used(0) {} --- 89,100 ---- _segments = NULL; _nsegments = 0; } } ! ZPhysicalMemoryManager::ZPhysicalMemoryManager(size_t max_capacity) : ! _backing(max_capacity), _max_capacity(max_capacity), _current_max_capacity(max_capacity), _capacity(0), _used(0) {}
< prev index next >