JDK-8241947 : Minor comment fixes for system property handling
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.lang
  • Affected Version: 15
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-03-31
  • Updated: 2020-04-15
  • Resolved: 2020-04-02
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 15
15 b18Fixed
Related Reports
Relates :  
Relates :  
Description
The comment about handling system properties java.vendor and java.vm.vendor via build variable "VENDOR" in spec.gmk.in needs a small correction.
Furthermore, in java.lang.System, a private comment should be updated to reflect the optionality of system property java.vendor.version.

This was discovered when looking at the fixes for JDK-4947890 and JDK-8197927.
Comments
URL: https://hg.openjdk.java.net/jdk/jdk/rev/7abf5fa43687 User: clanger Date: 2020-04-02 11:07:42 +0000
02-04-2020