src/share/vm/runtime/arguments.hpp

changeset 6240
9b4ce069642e
parent 5650
bb57d48691f5
child 5688
8e94527f601e
child 5701
40136aa2cdb1
     1.1 --- a/src/share/vm/runtime/arguments.hpp	Fri Sep 06 09:55:38 2013 +0100
     1.2 +++ b/src/share/vm/runtime/arguments.hpp	Sat Sep 14 20:40:34 2013 +0100
     1.3 @@ -334,8 +334,6 @@
     1.4    // limits the given memory size by the maximum amount of memory this process is
     1.5    // currently allowed to allocate or reserve.
     1.6    static julong limit_by_allocatable_memory(julong size);
     1.7 -  // Setup HeapBaseMinAddress
     1.8 -  static void set_heap_base_min_address();
     1.9    // Setup heap size
    1.10    static void set_heap_size();
    1.11    // Based on automatic selection criteria, should the

mercurial