< prev index next >

src/hotspot/share/gc/g1/g1HeapRegionAttr.hpp

Print this page
rev 59189 : imported patch hotspot
rev 59190 : imported patch hotspot-01

*** 30,41 **** // Per-region attributes often used during garbage collection to avoid costly // lookups for that information all over the place. struct G1HeapRegionAttr { public: - // We use different types to represent the state value depending on platform as - // some have issues loading parts of words. typedef int8_t region_type_t; typedef uint8_t needs_remset_update_t; private: needs_remset_update_t _needs_remset_update; --- 30,39 ----
< prev index next >