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

Jorn Vernee jvernee at openjdk.java.net
Tue Mar 1 15:30:30 UTC 2022


On Tue, 1 Mar 2022 12:22:53 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:

> 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.

Thanks for fixing

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

Marked as reviewed by jvernee (Committer).

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


More information about the panama-dev mailing list