Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GraalVM native image support #8192

Closed
sdeleuze opened this issue Aug 10, 2018 · 4 comments
Closed

GraalVM native image support #8192

sdeleuze opened this issue Aug 10, 2018 · 4 comments
Milestone

Comments

@sdeleuze
Copy link

sdeleuze commented Aug 10, 2018

GraalVM now offers an official way to detect its presence via the org.graalvm.nativeimage.imagecode system property. We use that in Spring to adapt to Graal (see GraalDetector). You could maybe add similar capabilities to Netty PlatformDependent. That's seems similar to what you are doing now depending on JDK versions and other parameters, and I think Netty + Graal native images are a pretty exciting combination.

Current area that need customization with Reactor Netty that could take advantage of a dedicated GraalVM detection mechanism are:

This blog post contains also valuable information.

@sdeleuze
Copy link
Author

Any chance to see that one part of Netty 5 ?

@normanmaurer
Copy link
Member

@sdeleuze this sounds like a good idea to me... would you be interested in submitting a PR against the master branch ?

@sdeleuze
Copy link
Author

No sure to have the bandwidth for now, but if that changes I will.

@normanmaurer
Copy link
Member

Fixed by #8963

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants