hotspot/src/share/vm/gc_implementation/g1/g1CollectedHeap_ext.cpp
changeset 27623 3f190bd7182f
parent 26842 5081db39f634
equal deleted inserted replaced
27443:d83ada51cb5e 27623:3f190bd7182f
    23  */
    23  */
    24 
    24 
    25 #include "precompiled.hpp"
    25 #include "precompiled.hpp"
    26 #include "gc_implementation/g1/g1CollectedHeap.hpp"
    26 #include "gc_implementation/g1/g1CollectedHeap.hpp"
    27 
    27 
    28 void G1CollectedHeap::copy_allocation_context_stats(const jint* contexts,
    28 bool G1CollectedHeap::copy_allocation_context_stats(const jint* contexts,
    29                                                     jlong* totals,
    29                                                     jlong* totals,
    30                                                     jbyte* accuracy,
    30                                                     jbyte* accuracy,
    31                                                     jint len) {
    31                                                     jint len) {
       
    32   return false;
    32 }
    33 }