blob: 14fbc7872440e28ff0bd76b15ac47125727883c8 [file] [log] [blame]
//===---------- JnjvmConfig.h - Jnjvm configuration file ------------------===//
//
// The VMKit project
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
#ifndef JNJVM_CONFIG_H
#define JNJVM_CONFIG_H
namespace j3 {
class ClassArray;
class ClassPrimitive;
class Class;
class CommonClass;
class JavaConstantPool;
#define UserClassArray ClassArray
#define UserClassPrimitive ClassPrimitive
#define UserClass Class
#define UserCommonClass CommonClass
#define UserConstantPool JavaConstantPool
}
#define ISOLATE_STATIC static
#define NR_ISOLATES 1
#endif // JNJVM_CONFIG_H