EsotericSoftware / reflectasm

High performance Java reflection
BSD 3-Clause "New" or "Revised" License
1.53k stars 222 forks source link

Use MethodHandles.Lookup.defineClass instead of java.lang.ClassLoader.defineClass #92

Closed gurka closed 8 months ago

gurka commented 1 year ago

Note: this PR changes the minimum Java version 9. This may or may not be wanted...

I'm a bit unsure about this change. Especially the fallback case in AccessClassLoader.defineClass (which now always will happen if no Lookup is provided).