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

changeset 7481
ee10217e3d03
parent 7476
c2844108a708
parent 7298
ef9eda2c1abe
child 7535
7ae4e26cb1e0
child 7648
f97f21d8d58c
child 7971
b554c7fa9478
     1.1 --- a/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp	Fri Oct 31 15:22:44 2014 -0700
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp	Wed Nov 05 15:35:11 2014 -0800
     1.3 @@ -1249,7 +1249,7 @@
     1.4    // The same as above but assume that the caller holds the Heap_lock.
     1.5    void collect_locked(GCCause::Cause cause);
     1.6  
     1.7 -  virtual void copy_allocation_context_stats(const jint* contexts,
     1.8 +  virtual bool copy_allocation_context_stats(const jint* contexts,
     1.9                                               jlong* totals,
    1.10                                               jbyte* accuracy,
    1.11                                               jint len);

mercurial