< prev index next >

src/share/vm/gc/g1/satbMarkQueue.hpp

Print this page
rev 12859 : imported patch pqsize

*** 64,74 **** virtual bool should_enqueue_buffer(); #ifndef PRODUCT // Helpful for debugging void print(const char* name); - static void print(const char* name, void** buf, size_t index, size_t sz); #endif // PRODUCT // Compiler support. static ByteSize byte_offset_of_index() { return PtrQueue::byte_offset_of_index<SATBMarkQueue>(); --- 64,73 ----
< prev index next >