blob: 0bb148b038d1a61358234963ca5c77b14f0a2c0e [file] [log] [blame]
//===------ ActivePlan.cpp - Implementation of the ActivePlan class ------===//
//
// The VMKit project
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
#include "JavaObject.h"
using namespace jnjvm;
extern "C" JavaObject* Java_org_j3_mmtk_ActivePlan_getNextMutator__ (JavaObject* A) {
return 0;
}
extern "C" void Java_org_j3_mmtk_ActivePlan_resetMutatorIterator__ (JavaObject* A) {
return;
}
extern "C" void Java_org_j3_mmtk_ActivePlan_collectorCount__ () { abort(); }