comparison src/share/vm/memory/defNewGeneration.cpp @ 23286:dd9cc155639c

Merge with jdk8u66-b17
author Gilles Duboscq <gilles.m.duboscq@oracle.com>
date Thu, 07 Jan 2016 17:28:46 +0100
parents 7848fc12602b 38d6febe66af
children
comparison
equal deleted inserted replaced
22786:ac649db7fec4 23286:dd9cc155639c
627 627
628 gch->gen_process_roots(_level, 628 gch->gen_process_roots(_level,
629 true, // Process younger gens, if any, 629 true, // Process younger gens, if any,
630 // as strong roots. 630 // as strong roots.
631 true, // activate StrongRootsScope 631 true, // activate StrongRootsScope
632 SharedHeap::SO_ScavengeCodeCache, 632 GenCollectedHeap::SO_ScavengeCodeCache,
633 GenCollectedHeap::StrongAndWeakRoots, 633 GenCollectedHeap::StrongAndWeakRoots,
634 &fsc_with_no_gc_barrier, 634 &fsc_with_no_gc_barrier,
635 &fsc_with_gc_barrier, 635 &fsc_with_gc_barrier,
636 &cld_scan_closure); 636 &cld_scan_closure);
637 637