JDK-8312329 : Minimal build failure after JDK-8311541
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 22
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2023-07-19
  • Updated: 2023-07-25
  • Resolved: 2023-07-19
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 22
22 b07Fixed
Related Reports
Relates :  
Description
/Users/jiefu/jdk/src/hotspot/share/runtime/os.hpp:1009:22: error: inline function 'os::platform_print_native_stack' is not defined [-Werror,-Wundefined-inline]
  inline static bool platform_print_native_stack(outputStream* st, const void* context,
                     ^
/Users/jiefu/jdk/src/hotspot/share/runtime/javaThread.cpp:1714:13: note: used here
    if (os::platform_print_native_stack(tty, nullptr, buf, O_BUFLEN, lastpc)) {
            ^
1 error generated.
Comments
Changeset: 82612e27 Author: Jie Fu <jiefu@openjdk.org> Date: 2023-07-19 04:58:22 +0000 URL: https://git.openjdk.org/jdk/commit/82612e27255e36d498dcd6700f3b7d264b420180
19-07-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/14929 Date: 2023-07-19 01:42:41 +0000
19-07-2023