Package org.jruby.runtime
Class Constants
java.lang.Object
org.jruby.runtime.Constants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final int
Default size for chained compilation.static final String
static final String
Deprecated.static final String
static final String
The default package into which we generate non-jit codestatic final int
The max count of active methods and blocks eligible for JIT-compilation.static final int
Deprecated.static final int
The max size of JIT-compiled methods (full class size) allowed.static final int
The JIT threshold to the specified method invocation count.static final String
static final String
Deprecated.static final int
static final int
static final String
static final String
static final String
static final int
Deprecated.static final int
Deprecated.static final String
static final String
static final String
static final String
-
Method Summary
-
Field Details
-
PLATFORM
- See Also:
-
MARSHAL_MAJOR
public static final int MARSHAL_MAJOR- See Also:
-
MARSHAL_MINOR
public static final int MARSHAL_MINOR- See Also:
-
RUBY_MAJOR_VERSION
- See Also:
-
RUBY_VERSION
- See Also:
-
COMPILE_DATE
- See Also:
-
VERSION
- See Also:
-
BUILD
- See Also:
-
TARGET
- See Also:
-
REVISION
-
ENGINE
- See Also:
-
JODA_TIME_VERSION
- See Also:
-
TZDATA_VERSION
- See Also:
-
DEFAULT_RUBY_VERSION
Deprecated.- See Also:
-
CHAINED_COMPILE_LINE_COUNT_DEFAULT
public static final int CHAINED_COMPILE_LINE_COUNT_DEFAULTDefault size for chained compilation.- See Also:
-
JIT_MAX_LIMIT
public static final int JIT_MAX_LIMITThe max count of active methods and blocks eligible for JIT-compilation. After this numbers of JIT-ed classes the compiler stops compiling.- See Also:
-
JIT_MAX_METHODS_LIMIT
Deprecated.The max count of active methods eligible for JIT-compilation.- See Also:
-
JIT_MAX_SIZE_LIMIT
public static final int JIT_MAX_SIZE_LIMITThe max size of JIT-compiled methods (full class size) allowed.- See Also:
-
JIT_THRESHOLD
public static final int JIT_THRESHOLDThe JIT threshold to the specified method invocation count.- See Also:
-
GENERATED_PACKAGE
The default package into which we generate non-jit code- See Also:
-
JRUBY_PROPERTIES
Deprecated.- See Also:
-
BOGUS_REVISION
- See Also:
-
RUBY_PATCHLEVEL
Deprecated.- See Also:
-
RUBY_REVISION
Deprecated.- See Also:
-