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
DeoptimizeRandom
to 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
-