[foreign-preview] RFR: nativeEntryPoint.cpp is missing an include

Maurizio Cimadamore mcimadamore at openjdk.java.net
Tue Mar 1 12:28:51 UTC 2022


Our internal build infra has pixked up an issue when compiling nativeEntryPointer.cpp, probably following JDK-8275648:


error C2653: 'CodeCache': is not a class or namespace name
error C3861: 'find_blob': identifier not found


This patch adds an include for codeCache.hpp in nativeEntryPointer.cpp.

-------------

Commit messages:
 - Add missing include

Changes: https://git.openjdk.java.net/panama-foreign/pull/659/files
 Webrev: https://webrevs.openjdk.java.net/?repo=panama-foreign&pr=659&range=00
  Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod
  Patch: https://git.openjdk.java.net/panama-foreign/pull/659.diff
  Fetch: git fetch https://git.openjdk.java.net/panama-foreign pull/659/head:pull/659

PR: https://git.openjdk.java.net/panama-foreign/pull/659


More information about the panama-dev mailing list