diff src/share/vm/memory/metaspaceShared.cpp @ 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 221df7e37535
children 4f9a42c33738
line wrap: on
line diff
--- a/src/share/vm/memory/metaspaceShared.cpp	Wed Aug 14 15:12:00 2013 -0700
+++ b/src/share/vm/memory/metaspaceShared.cpp	Thu Aug 15 20:04:10 2013 -0400
@@ -52,7 +52,6 @@
   int tag = 0;
   soc->do_tag(--tag);
 
-  assert(!UseCompressedOops, "UseCompressedOops doesn't work with shared archive");
   // Verify the sizes of various metadata in the system.
   soc->do_tag(sizeof(Method));
   soc->do_tag(sizeof(ConstMethod));