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

Lab 14 when starting Native Image warning: [main] WARN GC notifications because MemoryPoolMXBeans are not provided by the JVM #39

Open
amitpal-source opened this issue Feb 11, 2021 · 1 comment

Comments

@amitpal-source
Copy link
Contributor

When starting Native Image there is a GC warning
[main] WARN i.m.c.i.binder.jvm.JvmGcMetrics - GC notifications will not be available because MemoryPoolMXBeans are not provided by the JVM

this is only seen when ./build/native-image/application
not for java -jar build/libs/demo-0.1-all.jar

The native image starts up and I can access the URL no issues there...

@graemerocher
Copy link
Owner

yeah graal doesn't support JMX yet, not sure there is much we can do about this

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