< prev index next >

src/hotspot/share/gc/z/zPageTable.inline.hpp

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2015, 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 * 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.
*** 23,33 **** #ifndef SHARE_GC_Z_ZPAGETABLE_INLINE_HPP #define SHARE_GC_Z_ZPAGETABLE_INLINE_HPP #include "gc/z/zAddress.inline.hpp" ! #include "gc/z/zAddressRangeMap.inline.hpp" #include "gc/z/zPageTable.hpp" inline ZPage* ZPageTable::get(uintptr_t addr) const { return _map.get(addr).page(); } --- 23,33 ---- #ifndef SHARE_GC_Z_ZPAGETABLE_INLINE_HPP #define SHARE_GC_Z_ZPAGETABLE_INLINE_HPP #include "gc/z/zAddress.inline.hpp" ! #include "gc/z/zGranuleMap.inline.hpp" #include "gc/z/zPageTable.hpp" inline ZPage* ZPageTable::get(uintptr_t addr) const { return _map.get(addr).page(); }
< prev index next >