< prev index next >

src/hotspot/share/runtime/thread.hpp

Print this page
rev 52355 : Remove safepoint-cleanup piggybacking code

*** 2196,2206 **** // Apply "f->do_oop" to all root oops in all threads. // This version may only be called by sequential code. static void oops_do(OopClosure* f, CodeBlobClosure* cf); // This version may be called by sequential or parallel code. ! static void possibly_parallel_oops_do(bool is_par, OopClosure* f, CodeBlobClosure* cf, CodeBlobClosure* nmethods_cl = NULL, ThreadClosure* thread_cl = NULL); // Apply "f->do_oop" to roots in all threads that // are part of compiled frames static void compiled_frame_oops_do(OopClosure* f, CodeBlobClosure* cf); --- 2196,2206 ---- // Apply "f->do_oop" to all root oops in all threads. // This version may only be called by sequential code. static void oops_do(OopClosure* f, CodeBlobClosure* cf); // This version may be called by sequential or parallel code. ! static void possibly_parallel_oops_do(bool is_par, OopClosure* f, CodeBlobClosure* cf); // Apply "f->do_oop" to roots in all threads that // are part of compiled frames static void compiled_frame_oops_do(OopClosure* f, CodeBlobClosure* cf);
< prev index next >