jcoomes@7160: /* jcoomes@7160: * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved. jcoomes@7160: * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. jcoomes@7160: * jcoomes@7160: * This code is free software; you can redistribute it and/or modify it jcoomes@7160: * under the terms of the GNU General Public License version 2 only, as jcoomes@7160: * published by the Free Software Foundation. jcoomes@7160: * jcoomes@7160: * This code is distributed in the hope that it will be useful, but WITHOUT jcoomes@7160: * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or jcoomes@7160: * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License jcoomes@7160: * version 2 for more details (a copy is included in the LICENSE file that jcoomes@7160: * accompanied this code). jcoomes@7160: * jcoomes@7160: * You should have received a copy of the GNU General Public License version jcoomes@7160: * 2 along with this work; if not, write to the Free Software Foundation, jcoomes@7160: * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. jcoomes@7160: * jcoomes@7160: * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA jcoomes@7160: * or visit www.oracle.com if you need additional information or have any jcoomes@7160: * questions. jcoomes@7160: * jcoomes@7160: */ jcoomes@7160: jcoomes@7160: #include "precompiled.hpp" jcoomes@7160: #include "gc_implementation/g1/g1CollectedHeap.hpp" jcoomes@7160: jcoomes@7160: void G1CollectedHeap::copy_allocation_context_stats(const jint* contexts, jcoomes@7160: jlong* totals, jcoomes@7160: jbyte* accuracy, jcoomes@7160: jint len) { jcoomes@7160: }