JDK-8239053 : [8u] clean up undefined-var-template warnings
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 8
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2020-02-14
  • Updated: 2022-06-27
  • Resolved: 2020-02-15
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 8 Other
8u251Fixed openjdk8u302Fixed
Description
There are two cases where undefined-var-template warnings causes compilation failure on recent versions of Xcode. We should fix these as part of our toolchain upgrade effort.

This is a partial backport of Paul Hohensee's massive cleanup [0] of Xcode warnings. A complete backport of that chnageset is well beyond the scope of our toolchain upgrade work. But we do want to avoid having to disable any additional warnings as a result of this Xcode upgrade.

[0] http://hg.openjdk.java.net/jdk10/jdk10/hotspot/rev/c044f8d03932
Comments
Adding retrospective approval as this was pushed without jdk8u-fix-yes. Please wait for approval before pushing in future.
09-06-2021

Fix Request (8u). Review thread: https://mail.openjdk.java.net/pipermail/jdk8u-dev/2021-May/013834.html
14-05-2021