Property | Description |
Parameter type | Boolean |
Default value | Operating system-dependent |
Modifiable |
|
Range of values |
|
Basic | No |
JAVA_JIT_ENABLED
enables or disables the Just-in-Time (JIT) compiler for the Oracle Java Virtual Machine (OracleJVM) environment.
For platforms that support the JIT compiler, the default value of this parameter is true
; otherwise the default value is false
. Attempting to set this parameter to true
on unsupported platforms will result in an error.
Note:
1. This parameter was introduced in 11g.
2. Query for the current value of the parameter
select name, value, isdefault, isses_modifiable, issys_modifiable,
isinstance_modifiable, isdeprecated, description
from v$parameter
where upper(name) = ‘JAVA_JIT_ENABLED’;
No comments:
Post a Comment