< prev index next >

src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp

Print this page
rev 7973 : G1RootProcessor
rev 7974 : Convert G1 to G1RootProcessor
rev 7977 : [mq]: trace-metadata-comment

*** 3106,3116 **** // system dictionary, class loader data graph, the string table // and the nmethods in the code cache. G1VerifyCodeRootOopClosure codeRootsCl(this, &rootsCl, vo); G1VerifyCodeRootBlobClosure blobsCl(&codeRootsCl); ! G1RootProcessor root_processor(this, /* trace_metadata */ false); root_processor.process_all_roots(&rootsCl, &cldCl, &blobsCl); bool failures = rootsCl.failures() || codeRootsCl.failures(); --- 3106,3116 ---- // system dictionary, class loader data graph, the string table // and the nmethods in the code cache. G1VerifyCodeRootOopClosure codeRootsCl(this, &rootsCl, vo); G1VerifyCodeRootBlobClosure blobsCl(&codeRootsCl); ! G1RootProcessor root_processor(this, false /* trace_metadata */); root_processor.process_all_roots(&rootsCl, &cldCl, &blobsCl); bool failures = rootsCl.failures() || codeRootsCl.failures();
< prev index next >