-
Notifications
You must be signed in to change notification settings - Fork 306
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
FISH-7204 Removes internal ASURLClassLoader throwable reference to avoid ClassLoader leaks #6206
Conversation
1ac8e87
to
8b21df0
Compare
Jenkins test please |
Error seems to be unrelated to this PR: |
We are fixing it and we'll restart the build. |
Build is fixed |
Thanks @aubi. Who may I ask for a review ? |
It's up to Payara folks. I can review it :) |
@breakponchito Could you take a look or assign to someone ? Thanks and sorry for the bothering. |
For information, this problem is still present in 6.2023.3. |
Jenkins test please |
@shub8968 Since those modifications have been merged in GlassFish, can you assign someone ? It should be pretty straightforward and prevents us to upgrade from 6.2023.1. 🙏 |
@JamesHillyard Would it be possible to also raise an internal ticket for this please ? 🙏 |
Hi @ctabin, Yes of course - |
CLA received |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved, sorry for the long time.
Description
Fixes potential ClassLoader leaks that might be kept in the StackTrace reference of the internal
Throwable
in ASURLClassLoader.Here is what we have in visualvm:
One can also note there is a lot of cleaner for
SentinelInputStream
pending.Probably due to #6179.
Environment