equal
deleted
inserted
replaced
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 } |