Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

cloud-function-netty fails with GraalVM 22.1 #1546

Closed
mhalbritter opened this issue Mar 28, 2022 · 2 comments
Closed

cloud-function-netty fails with GraalVM 22.1 #1546

mhalbritter opened this issue Mar 28, 2022 · 2 comments
Labels
type: compatibility Native image compatibility issue
Milestone

Comments

@mhalbritter
Copy link
Contributor

openjdk version "17.0.3" 2022-04-19
OpenJDK Runtime Environment GraalVM CE 22.1.0-dev (build 17.0.3+4-jvmci-22.1-b03)
OpenJDK 64-Bit Server VM GraalVM CE 22.1.0-dev (build 17.0.3+4-jvmci-22.1-b03, mixed mode, sharing)

build fails with

========================================================================================================================
GraalVM Native Image: Generating 'cloud-function-netty' (executable)...
========================================================================================================================

[1/7] Initializing...                                                                                    (0,0s @ 0,20GB)
Error: ImageSingletons do not contain key com.oracle.svm.hosted.LinkAtBuildTimeSupport
Error: Use -H:+ReportExceptionStackTraces to print stacktrace of underlying exception
------------------------------------------------------------------------------------------------------------------------
                         0,1s (5,3% of total time) in 8 GCs | Peak RSS: 0,65GB | CPU load: 5,05
========================================================================================================================
Failed generating 'cloud-function-netty' after 2,1s.
@mhalbritter mhalbritter added the type: compatibility Native image compatibility issue label Mar 28, 2022
@mhalbritter mhalbritter added this to the 0.11.4 milestone Mar 28, 2022
@mhalbritter
Copy link
Contributor Author

Could be related to oracle/graal#4424

@mhalbritter
Copy link
Contributor Author

Works with graal built from oracle/graal@3eb1d11

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: compatibility Native image compatibility issue
Development

No branches or pull requests

1 participant