src/share/vm/runtime/arguments.hpp

changeset 7369
b840813adfcc
parent 7311
327c00d0f091
child 7535
7ae4e26cb1e0
child 7611
1f60a119863a
equal deleted inserted replaced
7368:fa6adc194d48 7369:b840813adfcc
340 static void set_use_compressed_oops(); 340 static void set_use_compressed_oops();
341 static void set_use_compressed_klass_ptrs(); 341 static void set_use_compressed_klass_ptrs();
342 static void select_gc(); 342 static void select_gc();
343 static void set_ergonomics_flags(); 343 static void set_ergonomics_flags();
344 static void set_shared_spaces_flags(); 344 static void set_shared_spaces_flags();
345 static void set_gc_specific_flags();
346 // limits the given memory size by the maximum amount of memory this process is 345 // limits the given memory size by the maximum amount of memory this process is
347 // currently allowed to allocate or reserve. 346 // currently allowed to allocate or reserve.
348 static julong limit_by_allocatable_memory(julong size); 347 static julong limit_by_allocatable_memory(julong size);
349 // Setup heap size 348 // Setup heap size
350 static void set_heap_size(); 349 static void set_heap_size();
452 // Apply ergonomics 451 // Apply ergonomics
453 static jint apply_ergo(); 452 static jint apply_ergo();
454 // Adjusts the arguments after the OS have adjusted the arguments 453 // Adjusts the arguments after the OS have adjusted the arguments
455 static jint adjust_after_os(); 454 static jint adjust_after_os();
456 455
456 static void set_gc_specific_flags();
457 static inline bool gc_selected(); // whether a gc has been selected 457 static inline bool gc_selected(); // whether a gc has been selected
458 static void select_gc_ergonomically(); 458 static void select_gc_ergonomically();
459 459
460 // Verifies that the given value will fit as a MinHeapFreeRatio. If not, an error 460 // Verifies that the given value will fit as a MinHeapFreeRatio. If not, an error
461 // message is returned in the provided buffer. 461 // message is returned in the provided buffer.

mercurial