comparison src/share/vm/runtime/arguments.cpp @ 13040:f8b56489e455

Merge
author mgronlun
date Fri, 01 Nov 2013 17:10:31 +0000
parents 3b3133d93fb6
children 46d7652b223c 78da3894b86f 2b8e28fdf503
comparison
equal deleted inserted replaced
13038:910026b800b8 13040:f8b56489e455
1986 } 1986 }
1987 if (FLAG_IS_CMDLINE(DefaultMaxRAMFraction)) { 1987 if (FLAG_IS_CMDLINE(DefaultMaxRAMFraction)) {
1988 warning("DefaultMaxRAMFraction is deprecated and will likely be removed in a future release. " 1988 warning("DefaultMaxRAMFraction is deprecated and will likely be removed in a future release. "
1989 "Use MaxRAMFraction instead."); 1989 "Use MaxRAMFraction instead.");
1990 } 1990 }
1991 if (FLAG_IS_CMDLINE(UseCMSCompactAtFullCollection)) {
1992 warning("UseCMSCompactAtFullCollection is deprecated and will likely be removed in a future release.");
1993 }
1994 if (FLAG_IS_CMDLINE(CMSFullGCsBeforeCompaction)) {
1995 warning("CMSFullGCsBeforeCompaction is deprecated and will likely be removed in a future release.");
1996 }
1997 if (FLAG_IS_CMDLINE(UseCMSCollectionPassing)) {
1998 warning("UseCMSCollectionPassing is deprecated and will likely be removed in a future release.");
1999 }
1991 } 2000 }
1992 2001
1993 // Check stack pages settings 2002 // Check stack pages settings
1994 bool Arguments::check_stack_pages() 2003 bool Arguments::check_stack_pages()
1995 { 2004 {