JDK 21 |
---|
21 b20Fixed |
Blocks :
|
|
CSR :
|
|
Duplicate :
|
|
Duplicate :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
JDK-8306649 :
|
The java.compiler property is mentioned in System.getProperties(). It simply says java.compiler Name of JIT compiler to use This should be deprecated for removal. The java.compiler property value of "none" is treated by Hotspot as a synonym for -Xint. This behavior is still active, so if this property is deprecated, perhaps a warning message should be issued before removing it. Then again, lots of things still do -Djava.compiler=none to run in interpretive mode, so it's unclear whether removing this is worth it. Perhaps it should be defined so that "none" (case insensitive) means interpretive mode, and other values are undefined or implementation-specific.
|