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

Deadlock in getDeclaredMethods #69

Closed
ltshddx opened this issue Jan 18, 2016 · 1 comment
Closed

Deadlock in getDeclaredMethods #69

ltshddx opened this issue Jan 18, 2016 · 1 comment

Comments

@ltshddx
Copy link

ltshddx commented Jan 18, 2016

javassist.CtClassType.removeClassFile(CtClassType.java:266)
javassist.CtClassType.compress(CtClassType.java:237)
javassist.ClassPool.compress(ClassPool.java:288)
javassist.CtClassType.getClassFile2(CtClassType.java:177)
javassist.CtClassType.makeFieldCache(CtClassType.java:873)
javassist.CtClassType.getMembers(CtClassType.java:864)
   - locked javassist.CtClassType@6bf3da51
javassist.CtClassType.getDeclaredMethods(CtClassType.java:1211)
sun.reflect.GeneratedMethodAccessor323.invoke(Unknown Source)
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
java.lang.reflect.Method.invoke(Method.java:497)
org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90)
groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:324)
org.codehaus.groovy.runtime.metaclass.MethodMetaProperty$GetBeanMethodMetaProperty.getProperty(MethodMetaProperty.java:73)
org.codehaus.groovy.runtime.callsite.GetEffectivePojoPropertySite.getProperty(GetEffectivePojoPropertySite.java:61)
org.codehaus.groovy.runtime.callsite.AbstractCallSite.callGetProperty(AbstractCallSite.java:227)
@chibash
Copy link
Member

chibash commented Feb 12, 2016

I've fixed this problem. Thank you!

commit

@chibash chibash closed this as completed Feb 24, 2016
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