< prev index next >

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

Print this page
rev 48019 : 8191821: Finer granularity for GC verification
Reviewed-by:
rev 48020 : [mq]: 8191821-rev-sang-poonam
rev 48021 : [mq]: 8191821-rev-tsch

*** 47,56 **** --- 47,60 ---- static GCArguments* arguments(); void post_heap_initialize(); virtual void initialize_flags(); + + // Collector specific function to allow finer grained verification + // through VerifyGCType. If not overridden the default version will + // warn that the flag is not supported for the given collector. virtual bool parse_verification_type(const char* type); virtual size_t conservative_max_heap_alignment() = 0; virtual CollectedHeap* create_heap() = 0;
< prev index next >