src/hotspot/share/gc/g1/g1Arguments.hpp
changeset 55161 1a7f82c98eee
parent 54678 93f09ca4a7f8
equal deleted inserted replaced
55160:a8ee59471f55 55161:1a7f82c98eee
    51 public:
    51 public:
    52   // Heterogeneous heap support
    52   // Heterogeneous heap support
    53   static bool is_heterogeneous_heap();
    53   static bool is_heterogeneous_heap();
    54   static size_t reasonable_max_memory_for_young();
    54   static size_t reasonable_max_memory_for_young();
    55   static size_t heap_reserved_size_bytes();
    55   static size_t heap_reserved_size_bytes();
       
    56   static size_t heap_max_size_bytes();
    56 };
    57 };
    57 
    58 
    58 #endif // SHARE_GC_G1_G1ARGUMENTS_HPP
    59 #endif // SHARE_GC_G1_G1ARGUMENTS_HPP