src/hotspot/share/gc/g1/g1CollectedHeap_ext.cpp
changeset 49054 fa4c8865a4ff
parent 47885 5caa1d5f74c1
equal deleted inserted replaced
49053:0b61efd5a439 49054:fa4c8865a4ff
    28 #include "gc/g1/g1ParScanThreadState.hpp"
    28 #include "gc/g1/g1ParScanThreadState.hpp"
    29 #include "gc/g1/heapRegion.inline.hpp"
    29 #include "gc/g1/heapRegion.inline.hpp"
    30 
    30 
    31 class STWGCTimer;
    31 class STWGCTimer;
    32 
    32 
    33 bool G1CollectedHeap::copy_allocation_context_stats(const jint* contexts,
       
    34                                                     jlong* totals,
       
    35                                                     jbyte* accuracy,
       
    36                                                     jint len) {
       
    37   return false;
       
    38 }
       
    39 
       
    40 G1Policy* G1CollectedHeap::create_g1_policy(STWGCTimer* gc_timer) {
    33 G1Policy* G1CollectedHeap::create_g1_policy(STWGCTimer* gc_timer) {
    41   return new G1DefaultPolicy(gc_timer);
    34   return new G1DefaultPolicy(gc_timer);
    42 }
    35 }