src/share/vm/memory/generation.hpp

changeset 6376
cfd4aac53239
parent 6198
55fb97c4c58d
child 6680
78bbf4d43a14
     1.1 --- a/src/share/vm/memory/generation.hpp	Thu Jan 23 12:08:28 2014 +0100
     1.2 +++ b/src/share/vm/memory/generation.hpp	Mon Jan 27 13:14:53 2014 +0100
     1.3 @@ -299,6 +299,10 @@
     1.4      guarantee(false, "Generation doesn't support thread local allocation buffers");
     1.5      return 0;
     1.6    }
     1.7 +  virtual size_t tlab_used() const {
     1.8 +    guarantee(false, "Generation doesn't support thread local allocation buffers");
     1.9 +    return 0;
    1.10 +  }
    1.11    virtual size_t unsafe_max_tlab_alloc() const {
    1.12      guarantee(false, "Generation doesn't support thread local allocation buffers");
    1.13      return 0;

mercurial