src/share/vm/runtime/arguments.hpp

changeset 4734
209f8ba5020b
parent 4492
8b46b0196eb0
child 4741
eac371996b44
     1.1 --- a/src/share/vm/runtime/arguments.hpp	Tue Mar 05 15:36:56 2013 -0800
     1.2 +++ b/src/share/vm/runtime/arguments.hpp	Thu Mar 07 10:44:04 2013 -0800
     1.3 @@ -414,6 +414,7 @@
     1.4    // Check for consistency in the selection of the garbage collector.
     1.5    static bool check_gc_consistency();
     1.6    static void check_deprecated_gcs();
     1.7 +  static void check_deprecated_gc_flags();
     1.8    // Check consistecy or otherwise of VM argument settings
     1.9    static bool check_vm_args_consistency();
    1.10    // Check stack pages settings

mercurial