src/share/vm/gc_implementation/g1/g1AllocationContext.hpp

changeset 7164
fa6c442c59ee
parent 7159
e5668dcf12e9
child 7370
8d27d6113625
     1.1 --- a/src/share/vm/gc_implementation/g1/g1AllocationContext.hpp	Wed Sep 10 21:45:28 2014 +0000
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1AllocationContext.hpp	Wed Sep 10 16:06:53 2014 -0700
     1.3 @@ -46,6 +46,7 @@
     1.4    inline void clear() { }
     1.5    inline void update(bool full_gc) { }
     1.6    inline void update_at_remark() { }
     1.7 +  inline bool available() { return false; }
     1.8  };
     1.9  
    1.10  #endif // SHARE_VM_GC_IMPLEMENTATION_G1_G1ALLOCATIONCONTEXT_HPP

mercurial