Java 1.8 ASM modified code throws NoSuchFieldError
Hi!
I use ASM to modify this code:
into
but when I execute it, it throws a NoSuchFieldError on the classLoader field.
classLoader is a private static field.
I use ASM to modify this code:
into
but when I execute it, it throws a NoSuchFieldError on the classLoader field.
classLoader is a private static field.