blob: 6a2ff06acfb1cb3ddd5234951df82fce16db1fc3 [file] [log] [blame]
//===-------- Selected.cpp - Implementation of the Selected class --------===//
//
// The VMKit project
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
#include "MutatorThread.h"
#include "MMTkObject.h"
namespace mmtk {
extern "C" MMTkObject* Java_org_j3_config_Selected_00024Mutator_get__() {
return (MMTkObject*)vmkit::MutatorThread::get()->MutatorContext;
}
}