< 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

*** 47,57 **** 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; }; --- 47,57 ---- static GCArguments* arguments(); void post_heap_initialize(); virtual void initialize_flags(); ! virtual bool parse_verification_type(const char* type); virtual size_t conservative_max_heap_alignment() = 0; virtual CollectedHeap* create_heap() = 0; };
< prev index next >