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

Replace Class.forName with ShimLoader.loadClass #3726

Merged
merged 1 commit into from
Oct 1, 2021

Conversation

gerashegalov
Copy link
Collaborator

@gerashegalov gerashegalov commented Sep 30, 2021

Most calls use Bootstrap classloader and may create copies for classes loaded via Shim and context classloaders. Fixes #3710

Signed-off-by: Gera Shegalov [email protected]

Most calls use Bootstrap classloader and may create
copies for classes loaded via Shim and context classloaders

Signed-off-by: Gera Shegalov <[email protected]>
@gerashegalov gerashegalov self-assigned this Sep 30, 2021
@gerashegalov gerashegalov linked an issue Sep 30, 2021 that may be closed by this pull request
@sameerz sameerz added the bug Something isn't working label Oct 1, 2021
@gerashegalov
Copy link
Collaborator Author

build

@gerashegalov gerashegalov requested a review from tgravescs October 1, 2021 16:10
@gerashegalov gerashegalov merged commit f0879df into NVIDIA:branch-21.12 Oct 1, 2021
@gerashegalov gerashegalov deleted the replaceClassForName branch October 1, 2021 21:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Usage of Class.forName without specifying a classloader
4 participants