Remove UseTLAB from supports_tlab_allocation epsilon-gc-branch
authorshade
Wed, 30 May 2018 10:29:41 +0200
branchepsilon-gc-branch
changeset 56627 43bfde126ee6
parent 56626 f1d4d55fc08f
child 56628 547ded4c0de6
Remove UseTLAB from supports_tlab_allocation
src/hotspot/share/gc/epsilon/epsilonHeap.hpp
--- a/src/hotspot/share/gc/epsilon/epsilonHeap.hpp	Wed May 30 10:05:17 2018 +0200
+++ b/src/hotspot/share/gc/epsilon/epsilonHeap.hpp	Wed May 30 10:29:41 2018 +0200
@@ -106,7 +106,7 @@
                                       size_t* actual_size);
 
   // TLAB allocation
-  virtual bool supports_tlab_allocation()           const { return UseTLAB;        }
+  virtual bool supports_tlab_allocation()           const { return true;           }
   virtual size_t tlab_capacity(Thread* thr)         const { return capacity();     }
   virtual size_t tlab_used(Thread* thr)             const { return used();         }
   virtual size_t max_tlab_size()                    const { return _max_tlab_size; }