comparison 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
comparison
equal deleted inserted replaced
17978:ad51f24671c2 17979:e204777ac770
3572 3572
3573 // Set flag that basic initialization has completed. Used by exceptions and various 3573 // Set flag that basic initialization has completed. Used by exceptions and various
3574 // debug stuff, that does not work until all basic classes have been initialized. 3574 // debug stuff, that does not work until all basic classes have been initialized.
3575 set_init_completed(); 3575 set_init_completed();
3576 3576
3577 Metaspace::post_initialize();
3578
3577 #ifndef USDT2 3579 #ifndef USDT2
3578 HS_DTRACE_PROBE(hotspot, vm__init__end); 3580 HS_DTRACE_PROBE(hotspot, vm__init__end);
3579 #else /* USDT2 */ 3581 #else /* USDT2 */
3580 HOTSPOT_VM_INIT_END(); 3582 HOTSPOT_VM_INIT_END();
3581 #endif /* USDT2 */ 3583 #endif /* USDT2 */