comparison src/share/vm/gc_implementation/g1/satbQueue.hpp @ 845:df6caf649ff7

6700789: G1: Enable use of compressed oops with G1 heaps Summary: Modifications to G1 so as to allow the use of compressed oops. Reviewed-by: apetrusenko, coleenp, jmasa, kvn, never, phh, tonyp
author ysr
date Tue, 14 Jul 2009 15:40:39 -0700
parents 37f87013dfd8
children 44f61c24ddab
comparison
equal deleted inserted replaced
839:bb18957ad21e 845:df6caf649ff7
37 37
38 // Apply the closure to all elements of "buf", down to "index" (inclusive.) 38 // Apply the closure to all elements of "buf", down to "index" (inclusive.)
39 static void apply_closure_to_buffer(ObjectClosure* cl, 39 static void apply_closure_to_buffer(ObjectClosure* cl,
40 void** buf, size_t index, size_t sz); 40 void** buf, size_t index, size_t sz);
41 41
42 void verify_oops_in_buffer() NOT_DEBUG_RETURN;
42 }; 43 };
43 44
44 45
45 46
46 class SATBMarkQueueSet: public PtrQueueSet { 47 class SATBMarkQueueSet: public PtrQueueSet {