< prev index next >

src/hotspot/share/gc/shared/gcArguments.hpp

Print this page
rev 48019 : 8191821: Finer granularity for GC verification
Reviewed-by:

*** 44,54 **** --- 44,57 ---- public: static jint initialize(); static bool is_initialized(); static GCArguments* arguments(); + void post_heap_initialize(); + virtual void initialize_flags(); + virtual void parse_verification_type(const char* type); virtual size_t conservative_max_heap_alignment() = 0; virtual CollectedHeap* create_heap() = 0; };
< prev index next >