< prev index next >

src/share/vm/gc/shared/collectorPolicy.hpp

Print this page

        

*** 70,83 **** size_t _min_heap_byte_size; size_t _space_alignment; size_t _heap_alignment; - // Needed to keep information if MaxHeapSize was set on the command line - // when the flag value is aligned etc by ergonomics. - bool _max_heap_size_cmdline; - // The sizing of the heap is controlled by a sizing policy. AdaptiveSizePolicy* _size_policy; // Set to true when policy wants soft refs cleared. // Reset to false by gc after it clears all soft refs. --- 70,79 ----
< prev index next >