hotspot/src/share/vm/gc/g1/concurrentG1Refine.hpp
changeset 33204 b8a3901ac5b3
parent 32738 a1adf25202fd
child 33608 7afc768e4d62
equal deleted inserted replaced
33203:e1034e5d33eb 33204:b8a3901ac5b3
   110   uint worker_thread_num() const { return _n_worker_threads; }
   110   uint worker_thread_num() const { return _n_worker_threads; }
   111 
   111 
   112   int thread_threshold_step() const { return _thread_threshold_step; }
   112   int thread_threshold_step() const { return _thread_threshold_step; }
   113 
   113 
   114   G1HotCardCache* hot_card_cache() { return &_hot_card_cache; }
   114   G1HotCardCache* hot_card_cache() { return &_hot_card_cache; }
       
   115 
       
   116   static bool hot_card_cache_enabled() { return G1HotCardCache::default_use_cache(); }
   115 };
   117 };
   116 
   118 
   117 #endif // SHARE_VM_GC_G1_CONCURRENTG1REFINE_HPP
   119 #endif // SHARE_VM_GC_G1_CONCURRENTG1REFINE_HPP