Package org.jruby.runtime
Class Constants
java.lang.Object
org.jruby.runtime.Constants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final intDefault size for chained compilation.static final Stringstatic final StringDeprecated.static final Stringstatic final StringThe default package into which we generate non-jit codestatic final intThe max count of active methods and blocks eligible for JIT-compilation.static final intDeprecated.static final intThe max size of JIT-compiled methods (full class size) allowed.static final intThe JIT threshold to the specified method invocation count.static final Stringstatic final StringDeprecated.static final intstatic final intstatic final Stringstatic final Stringstatic final Stringstatic final intDeprecated.static final intDeprecated.static final Stringstatic final Stringstatic final Stringstatic 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:
-