hotspot/src/share/vm/gc/g1/g1StringDedupQueue.hpp
changeset 35061 be6025ebffea
parent 30764 fec48bf5a827
equal deleted inserted replaced
35060:382d0689141c 35061:be6025ebffea
    92   // all queues are empty.
    92   // all queues are empty.
    93   static oop pop();
    93   static oop pop();
    94 
    94 
    95   static void unlink_or_oops_do(G1StringDedupUnlinkOrOopsDoClosure* cl);
    95   static void unlink_or_oops_do(G1StringDedupUnlinkOrOopsDoClosure* cl);
    96 
    96 
    97   static void print_statistics(outputStream* st);
    97   static void print_statistics();
    98   static void verify();
    98   static void verify();
    99 };
    99 };
   100 
   100 
   101 #endif // SHARE_VM_GC_G1_G1STRINGDEDUPQUEUE_HPP
   101 #endif // SHARE_VM_GC_G1_G1STRINGDEDUPQUEUE_HPP