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

Maurizio Cimadamore mcimadamore at openjdk.java.net
Tue Mar 1 15:44:25 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.

This pull request has now been integrated.

Changeset: c7474fe4
Author:    Maurizio Cimadamore <mcimadamore at openjdk.org>
URL:       https://git.openjdk.java.net/panama-foreign/commit/c7474fe497f2b25255acfe1bf629250c6c15ce78
Stats:     1 line in 1 file changed: 1 ins; 0 del; 0 mod

nativeEntryPoint.cpp is missing an include

Reviewed-by: jvernee

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

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


More information about the panama-dev mailing list