diff src/share/vm/runtime/thread.cpp @ 17979:e204777ac770

8042933: assert(capacity_until_gc >= committed_bytes) failed Reviewed-by: stefank, jmasa
author ehelin
date Fri, 13 Jun 2014 08:44:11 +0200
parents 78bbf4d43a14
children a45a4f5a9609
line wrap: on
line diff
--- a/src/share/vm/runtime/thread.cpp	Mon Jun 09 15:42:31 2014 -0700
+++ b/src/share/vm/runtime/thread.cpp	Fri Jun 13 08:44:11 2014 +0200
@@ -3574,6 +3574,8 @@
   // debug stuff, that does not work until all basic classes have been initialized.
   set_init_completed();
 
+  Metaspace::post_initialize();
+
 #ifndef USDT2
   HS_DTRACE_PROBE(hotspot, vm__init__end);
 #else /* USDT2 */