src/hotspot/share/gc/shared/gcConfig.hpp
changeset 50629 645a5962201d
parent 49922 3a64eea72624
child 51206 14b870bda24f
equal deleted inserted replaced
50628:83b1a52f187c 50629:645a5962201d
    33 class GCConfig : public AllStatic {
    33 class GCConfig : public AllStatic {
    34 private:
    34 private:
    35   static GCArguments* _arguments;
    35   static GCArguments* _arguments;
    36   static bool         _gc_selected_ergonomically;
    36   static bool         _gc_selected_ergonomically;
    37 
    37 
       
    38   static void fail_if_unsupported_gc_is_selected();
    38   static bool is_no_gc_selected();
    39   static bool is_no_gc_selected();
    39   static bool is_exactly_one_gc_selected();
    40   static bool is_exactly_one_gc_selected();
    40 
    41 
    41   static void select_gc_ergonomically();
    42   static void select_gc_ergonomically();
    42   static GCArguments* select_gc();
    43   static GCArguments* select_gc();