hotspot/src/share/vm/runtime/arguments.hpp
changeset 6988 282ba493439c
parent 6961 a32b2fc66321
child 7397 5b173b4ca846
--- a/hotspot/src/share/vm/runtime/arguments.hpp	Mon Nov 01 10:49:14 2010 -0700
+++ b/hotspot/src/share/vm/runtime/arguments.hpp	Tue Nov 02 16:02:46 2010 -0700
@@ -291,6 +291,8 @@
 
   // Tiered
   static void set_tiered_flags();
+  // Check compressed oops compatibility with other flags
+  static void check_compressed_oops_compat();
   // CMS/ParNew garbage collectors
   static void set_parnew_gc_flags();
   static void set_cms_and_parnew_gc_flags();