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

Document HotswapAgent core vs fatjar #31

Closed
cdalexndr opened this issue Nov 2, 2020 · 3 comments
Closed

Document HotswapAgent core vs fatjar #31

cdalexndr opened this issue Nov 2, 2020 · 3 comments

Comments

@cdalexndr
Copy link

What's the difference between -XX:HotswapAgent=core and -XX:HotswapAgent=fatjar?

@skybber
Copy link
Contributor

skybber commented Nov 2, 2020

HotswapAgent core has no plugin except core JVM plugins. Then it is faster since less scanning tasks are necessary to be done, less class copying to target classloaders, there is no need to disable plugins. You choose only what you want. If you use ha-core, then plugins must be configured as maven dependecies in pom.xml

@cdalexndr
Copy link
Author

Please add to https://github.com/TravaOpenJDK/trava-jdk-11-dcevm/blob/master/README.md

@skybber
Copy link
Contributor

skybber commented Dec 28, 2020

Done

@skybber skybber closed this as completed Dec 28, 2020
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