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

JITWatch can't eat it's own dogfood (Classloader issue) #20

Closed
chriswhocodes opened this issue Nov 21, 2013 · 1 comment
Closed

JITWatch can't eat it's own dogfood (Classloader issue) #20

chriswhocodes opened this issue Nov 21, 2013 · 1 comment
Assignees
Labels

Comments

@chriswhocodes
Copy link
Member

If you try to analyse JITWatch by mounting jxfrt.jar or the JITWatch classes in JITWatch it failed with java.lang.IllegalAccessError.

Need to fix classloader usage so that the mounted classes use the right classloader.

@ghost ghost assigned chriswhocodes Nov 21, 2013
@chriswhocodes
Copy link
Member Author

TIL getSystemClassLoader() is not always same CL as Foo.class.getClassLoader()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant