Closed gurka closed 8 months 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).
AccessClassLoader.defineClass
Lookup
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 noLookup
is provided).