src/share/vm/runtime/arguments.hpp

changeset 4388
e0ab18eafbde
parent 4296
53715fb1597d
child 4492
8b46b0196eb0
     1.1 --- a/src/share/vm/runtime/arguments.hpp	Sun Dec 30 08:47:52 2012 +0100
     1.2 +++ b/src/share/vm/runtime/arguments.hpp	Fri Jan 04 11:10:17 2013 +0100
     1.3 @@ -413,6 +413,7 @@
     1.4    static jint adjust_after_os();
     1.5    // Check for consistency in the selection of the garbage collector.
     1.6    static bool check_gc_consistency();
     1.7 +  static void check_deprecated_gcs();
     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