JDK-8329967 : Build failure after JDK-8329628
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 23
  • Priority: P1
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2024-04-09
  • Updated: 2024-04-16
  • Resolved: 2024-04-09
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 23
23 b18Fixed
Related Reports
Relates :  
Description
workspace/open/src/hotspot/share/code/codeCache.cpp:690:41: error: 'all_blobs' is not a member of 'NMethodIterator' {aka 'CodeBlobIterator<nmethod, NMethodFilter, false>'}
   690 |   NMethodIterator iter(NMethodIterator::all_blobs);
       |                                         ^~~~~~~~~
Comments
Changeset: b80ba085 Author: Vladimir Kozlov <kvn@openjdk.org> Date: 2024-04-09 16:20:43 +0000 URL: https://git.openjdk.org/jdk/commit/b80ba0851841a8490e61371ac4ef3514dc6eddf5
09-04-2024

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/18700 Date: 2024-04-09 15:55:38 +0000
09-04-2024

JDK-8329629 changes added this new code to codeCache.cpp few hours before I integrated JDK-8329628. GitHub automatic merge did not detect this because it was new code.
09-04-2024

Tier1 compile failure. Bumping from P2 -> P1.
09-04-2024