-
Bug
-
Resolution: Fixed
-
P3
-
9
-
b20
-
Verified
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.
- blocks
-
JDK-8022854 System.setProperties(null) does not remove implementation properties
- Open
- csr for
-
JDK-8305998 remove the java.compiler system property
- Closed
- duplicates
-
JDK-8017115 Remove java.compiler from System.getProperties() documentation
- Closed
-
JDK-8225772 Spec Clarification : System:getProperties() not listing the "java.compiler"
- Closed
- relates to
-
JDK-5043991 (spec) java.compiler related inconsistency between implementation and docs
- Open
-
JDK-4285505 deprecate java.lang.Compiler
- Closed
-
JDK-8205129 Remove java.lang.Compiler
- Resolved
-
JDK-8304458 Remove java.lang.Compiler
- Closed