diff 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
line wrap: on
line diff
--- a/src/share/vm/runtime/arguments.cpp	Fri Nov 01 10:32:36 2013 -0400
+++ b/src/share/vm/runtime/arguments.cpp	Fri Nov 01 17:10:31 2013 +0000
@@ -1988,6 +1988,15 @@
     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