JDK-8046611 : Build errors with gcc on sparc/fastdebug
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • CPU: sparc
  • Submitted: 2014-06-11
  • Updated: 2016-04-27
  • Resolved: 2014-06-23
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 JDK 9
8u101Fixed 9 b23Fixed
Description
I get a couple of build errors when building the 

hotspot/src/cpu/sparc/vm/frame_sparc.cpp:442: error: ���frame nth_sender(int)��� defined but not used
hotspot/src/share/vm/runtime/safepoint.cpp:771: error: ���void print_me(intptr_t*, intptr_t*, bool*)��� defined but not used

The functions in question are debug functions declared static.