< prev index next >

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

Print this page

        

*** 88,98 **** static int _fire_out_of_memory_count; #endif GCHeapLog* _gc_heap_log; ! // Used in support of ReduceInitialCardMarks; only consulted if COMPILER2 is being used bool _defer_initial_card_mark; MemRegion _reserved; protected: --- 88,99 ---- static int _fire_out_of_memory_count; #endif GCHeapLog* _gc_heap_log; ! // Used in support of ReduceInitialCardMarks; only consulted if COMPILER2 ! // or INCLUDE_JVMCI is being used bool _defer_initial_card_mark; MemRegion _reserved; protected:
< prev index next >