--- old/src/hotspot/share/gc/z/zPageTable.inline.hpp 2019-02-25 10:40:52.935131417 +0100 +++ new/src/hotspot/share/gc/z/zPageTable.inline.hpp 2019-02-25 10:40:52.574119872 +0100 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, 2017, 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 @@ -25,7 +25,7 @@ #define SHARE_GC_Z_ZPAGETABLE_INLINE_HPP #include "gc/z/zAddress.inline.hpp" -#include "gc/z/zAddressRangeMap.inline.hpp" +#include "gc/z/zGranuleMap.inline.hpp" #include "gc/z/zPageTable.hpp" inline ZPage* ZPageTable::get(uintptr_t addr) const {