issues
search
EsotericSoftware
/
reflectasm
High performance Java reflection
BSD 3-Clause "New" or "Revised" License
1.53k
stars
222
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
conflct with ASM framwork which is likes Jacoco
#95
Restlol
opened
11 months ago
0
If a class has dozens or more properties, reflectasm performance is slower than java native performance
#94
liuxuan-account
opened
1 year ago
1
java.lang.UnsupportedOperationException
#93
FenghenHome
opened
1 year ago
0
Use MethodHandles.Lookup.defineClass instead of java.lang.ClassLoader.defineClass
#92
gurka
closed
8 months ago
0
ClassLoaderTest.testAutoUnloadClassloaders is flaky
#91
pgrt
opened
1 year ago
2
Is it possible to invoke static method in interface
#90
louisypchan
opened
2 years ago
0
Test failures with OpenJDK17: probably ClassLoader evolutions since OpenJDK11
#89
pgrt
closed
2 years ago
8
not work on JDK11+
#88
Geker
closed
2 years ago
0
Add support searching default methods since Java 8
#87
AHGGG
opened
2 years ago
0
Scala 3 lazy val implementation breaks FieldAccess reflection
#86
nvollmar
opened
2 years ago
0
Make generated FieldAccess class synthetic
#85
MarcMil
closed
2 years ago
0
how can i get construct with parameter by ConstructorAccess
#84
gwsh1234
closed
2 years ago
1
Why not support private field at FieldAccess?
#83
callELPSYCONGROO
closed
3 years ago
1
Failure of test testAutoUnloadClassloaders
#82
pgrt
closed
3 years ago
2
Message about F_NEW frames when testing against version 9.1 of asm
#81
pgrt
closed
3 years ago
1
java.lang.UnsupportedOperationException
#80
icoco
closed
3 years ago
2
Bump junit from 4.8.2 to 4.13.1
#79
dependabot[bot]
opened
4 years ago
0
support for multi-argument constructors
#78
Mr14huashao
opened
4 years ago
2
enable Dependabot v2
#77
sullis
closed
4 years ago
0
MethodAccess.invoke takes a lot physical memory
#76
yuebo
opened
4 years ago
0
Unable to access methods on the Object class
#75
NickAcPT
opened
4 years ago
3
why FieldAccess can't get private Field?
#74
q158467234
closed
5 years ago
1
Class cannot be created (the no-arg constructor is private)
#73
ghost
closed
5 years ago
1
Warning with Spring Boot 2.1.6, Java 11, and GraphQL
#72
raisaanjani92
closed
5 years ago
1
class loaded by urlclassloader and cannot be cast to com.esotericsoftware.reflectasm.MethodAccess
#71
ppgf135
closed
5 years ago
2
Class versions V1_5 or less must use F_NEW frames.
#70
ghost
closed
5 years ago
3
Fixes #68
#69
swimmesberger
closed
5 years ago
2
OSGi import org.objectweb.asm;version="[5.1,6)"
#68
swimmesberger
closed
5 years ago
6
Add build with jdk 9 + 11
#67
magro
opened
5 years ago
4
Add automatic module name to jar manifest
#66
magro
closed
5 years ago
1
Allow the Object class to be used with MethodAccess#get(Class)
#65
crykn
closed
6 years ago
0
Warnings with Java 9
#64
zedaster
opened
6 years ago
15
could you support private members access right?
#63
kevin-wang001
closed
6 years ago
1
Threads may overwrite defineClassMethod in getDefineClassMethod method of AccessClassLoader
#62
detective0922
closed
6 years ago
0
Invalid stack map frames found for MethodAccess subclasses
#61
idelvall
opened
6 years ago
1
Deploy 1.11.6 to Maven Central
#60
He-Pin
closed
6 years ago
3
NEP in FieldAccess.get
#59
He-Pin
closed
7 years ago
1
Is it possible to store the generic parameter types in MethodAccess?
#58
DeepAQ
closed
7 years ago
1
Build and publish shaded jar only
#57
magro
closed
6 years ago
0
Add travis-ci config + badge showing the build status
#56
magro
closed
6 years ago
2
MethodAccess.getIndex lookup of incorrect method definition index
#55
pranasblk
closed
7 years ago
2
Repackage asm
#54
greenlaw110
closed
6 years ago
17
Fix license references to the 3-Clause BSD License
#53
sschuberth
closed
7 years ago
0
AccessClassLoader delegates to parent loader for not-yet-generated classes
#52
nqzero
closed
6 years ago
0
AccessClassLoader - short-circuit class lookups for access classes th…
#51
nqzero
closed
6 years ago
0
Actually it is not fast as jdk newInstance when create new Object
#50
zhugw
closed
8 years ago
1
Use ehcache to storage MethodAccess occured NotSerializableException
#49
qianzhiheilv
closed
8 years ago
5
not support overload
#48
initeasylife
closed
6 years ago
1
Private Members
#47
eox2
closed
8 years ago
3
Unable to find non-private method
#46
He-Pin
closed
8 years ago
1
Next