--- old/src/hotspot/share/gc/z/zRelocationSetSelector.inline.hpp 2020-01-21 12:40:46.339208228 +0100 +++ new/src/hotspot/share/gc/z/zRelocationSetSelector.inline.hpp 2020-01-21 12:40:45.820197698 +0100 @@ -54,28 +54,28 @@ return _compacting_to; } -inline ZPage* const* ZRelocationSetSelectorGroup::selected() const { - return _sorted_pages; +inline const ZRelocationSetSelectorGroupStats& ZRelocationSetSelectorStats::small() const { + return _small; } -inline size_t ZRelocationSetSelectorGroup::nselected() const { - return _nselected; +inline const ZRelocationSetSelectorGroupStats& ZRelocationSetSelectorStats::medium() const { + return _medium; } -inline const ZRelocationSetSelectorGroupStats& ZRelocationSetSelectorGroup::stats() const { - return _stats; +inline const ZRelocationSetSelectorGroupStats& ZRelocationSetSelectorStats::large() const { + return _large; } -inline const ZRelocationSetSelectorGroupStats& ZRelocationSetSelector::stats_small() const { - return _small.stats(); +inline ZPage* const* ZRelocationSetSelectorGroup::selected() const { + return _sorted_pages; } -inline const ZRelocationSetSelectorGroupStats& ZRelocationSetSelector::stats_medium() const { - return _medium.stats(); +inline size_t ZRelocationSetSelectorGroup::nselected() const { + return _nselected; } -inline const ZRelocationSetSelectorGroupStats& ZRelocationSetSelector::stats_large() const { - return _large.stats(); +inline const ZRelocationSetSelectorGroupStats& ZRelocationSetSelectorGroup::stats() const { + return _stats; } #endif // SHARE_GC_Z_ZRELOCATIONSETSELECTOR_INLINE_HPP