< prev index next >

src/hotspot/share/memory/universe.cpp

Print this page
rev 48019 : 8191821: Finer granularity for GC verification
Reviewed-by:

*** 766,775 **** --- 766,776 ---- if (status != JNI_OK) { return status; } log_info(gc)("Using %s", _collectedHeap->name()); + GCArguments::arguments()->post_heap_initialize(); ThreadLocalAllocBuffer::set_max_size(Universe::heap()->max_tlab_size()); #ifdef _LP64 if (UseCompressedOops) { // Subtract a page because something can get allocated at heap base.
< prev index next >