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

Do not use context classloader #256

Merged
merged 2 commits into from
Nov 1, 2022

Conversation

seancorfield
Copy link
Contributor

The default is already true so I am not sure why this binding was present, but changing it to false seems to prevent some edge case classloader issues for tests that use fork/join thread pools and reify or proxy new classes in those threads.

seancorfield and others added 2 commits November 1, 2022 11:35
The default is already `true` so I am not sure why this `binding` was present, but changing it to `false` seems to prevent some edge case classloader issues for tests that use fork/join thread pools and `reify` or `proxy` new classes in those threads.
@tengstrand tengstrand merged commit f15e08a into polyfy:master Nov 1, 2022
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

Successfully merging this pull request may close these issues.

2 participants