JDK-8273877 : os::unsetenv unused
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 17,18
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2021-09-16
  • Updated: 2021-09-20
  • Resolved: 2021-09-17
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 18
18 masterFixed
Related Reports
Relates :  
Description
It seems the HS function os::unsetenv is not used any more for some time and could be removed.
Comments
The use of unsetenv was removed by JDK-8256844 just a few weeks ago.
19-09-2021

Changeset: 27d747ad Author: Matthias Baesken <mbaesken@openjdk.org> Date: 2021-09-17 12:53:38 +0000 URL: https://git.openjdk.java.net/jdk/commit/27d747ad4f13193d5fc651d893540465248c48a6
17-09-2021