Summary
Remove the undocumented and very old -Xconcurrentio flag
Problem
This flag dates back to the JDK 1.2/1.3 days and was useful primarily on Solaris where it enabled use of LWP synchronization. But that became the default in JDK 1.4. The flag serves no useful purpose and is unlikely to have been used for many years.
Solution
Remove the -Xconcurrentio flag
Specification
Remove the -Xconcurrentio flag
- csr of
-
JDK-8213767 Remove the -Xconcurrentio flag and associated code
-
- Resolved
-