Summary
The option -XX:+StressLdcRewrite should be a diagnostic option. Customers should not use this.
Problem
There is never a use for this option in production except debugging.
Solution
Change to Diagnostic option that needs to be unlocked with -XX:+UnlockDiagnosticVMOptions.
Specification
- product(bool, StressLdcRewrite, false, \
- product(bool, StressLdcRewrite, false, DIAGNOSTIC, \
- csr of
-
JDK-8257726 Make -XX:+StressLdcRewrite option a diagnostic option
-
- Resolved
-