-
Type:
CSR
-
Resolution: Approved
-
Priority:
P4
-
Component/s: hotspot
-
None
-
behavioral
-
minimal
-
The flag has no use case and no effect in product builds and the likelihood of someone using it in production is low and therefore the compatibility risk is minimal.
-
add/remove/modify command line option
-
Implementation
Summary
The flag DeoptimizeRandom does not have an effect in product builds and is therefore changed into a develop flag.
Problem
The flag DeoptimizeRandom is exclusively used in code blocks that are only compiled in non-product builds. In product builds, the flag has no usage and therefore no effect.
Solution
- Change the flag
DeoptimizeRandomto develop type.
Specification
The following flag is made develop in JDK 14: DeoptimizeRandom
- csr of
-
JDK-8231626 DeoptimizeRandom should not be a product flag
-
- Resolved
-