< prev index next >

src/share/vm/runtime/arguments.cpp

Print this page
rev 7318 : imported patch foreground

*** 2200,2218 **** } if (FLAG_IS_CMDLINE(DefaultMaxRAMFraction)) { warning("DefaultMaxRAMFraction is deprecated and will likely be removed in a future release. " "Use MaxRAMFraction instead."); } - if (FLAG_IS_CMDLINE(UseCMSCompactAtFullCollection)) { - warning("UseCMSCompactAtFullCollection is deprecated and will likely be removed in a future release."); - } - if (FLAG_IS_CMDLINE(CMSFullGCsBeforeCompaction)) { - warning("CMSFullGCsBeforeCompaction is deprecated and will likely be removed in a future release."); - } - if (FLAG_IS_CMDLINE(UseCMSCollectionPassing)) { - warning("UseCMSCollectionPassing is deprecated and will likely be removed in a future release."); - } } // Check stack pages settings bool Arguments::check_stack_pages() { --- 2200,2209 ----
< prev index next >