--- old/src/hotspot/share/gc/z/zHeapIterator.hpp 2019-02-25 10:40:32.108465350 +0100 +++ new/src/hotspot/share/gc/z/zHeapIterator.hpp 2019-02-25 10:40:31.744453708 +0100 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 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 @@ -36,8 +36,8 @@ friend class ZHeapIteratorOopClosure; private: - typedef ZAddressRangeMap ZVisitMap; - typedef ZAddressRangeMapIterator ZVisitMapIterator; + typedef ZAddressRangeMap ZVisitMap; + typedef ZAddressRangeMapIterator ZVisitMapIterator; typedef Stack ZVisitStack; ZVisitStack _visit_stack;