CSR :
|
Summary ------- Remove the JDK internal system property for the backward compatibility which was introduced with JDK-4700857. Problem ------- System property init code is complex, and does the unnecessary check for the mostly unused property. Solution -------- Remove the related code in props init code. Specification ------------- This is a JDK internal system property. No change in the spec.
|