diff src/share/vm/runtime/arguments.hpp @ 12056:740e263c80c6

8003424: Enable Class Data Sharing for CompressedOops 8016729: ObjectAlignmentInBytes=16 now forces the use of heap based compressed oops 8005933: The -Xshare:auto option is ignored for -server Summary: Move klass metaspace above the heap and support CDS with compressed klass ptrs. Reviewed-by: coleenp, kvn, mgerdin, tschatzl, stefank
author hseigel
date Thu, 15 Aug 2013 20:04:10 -0400
parents 71180a6e5080
children 58fc8e2b7b6d f92b82d454fa a701c16e8bbf
line wrap: on
line diff
--- a/src/share/vm/runtime/arguments.hpp	Wed Aug 14 15:12:00 2013 -0700
+++ b/src/share/vm/runtime/arguments.hpp	Thu Aug 15 20:04:10 2013 -0400
@@ -309,6 +309,7 @@
   static void set_g1_gc_flags();
   // GC ergonomics
   static void set_use_compressed_oops();
+  static void set_use_compressed_klass_ptrs();
   static void set_ergonomics_flags();
   static void set_shared_spaces_flags();
   // limits the given memory size by the maximum amount of memory this process is