yuwen
yuwen
[proguard] java.lang.IllegalArgumentException: Stack size becomes negative after instruction [285] invokeinterface #137, 768 = InterfaceMethodref(java/util/Map.put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;) in [com/dogourd/thirdparty/net/bytebuddy/agent/builder/LambdaFactory.register(Ljava/lang/instrument/ClassFileTransformer;Ljava/lang/Object;)Z] You can always reproduce the issue with the example below, it's worth mentioning that...
有这个目录下的文件提供吗
I have a more general Advice that looks like this: ```java public class Advice { @OnMethodEnter public static void before(@AllArguments Object[] args) { if (xxxx) { return; } if (xxxx)...
A lazy `TypePool` will change with type resolution and thus deviate from its initial configuration.
```java public class Test { interface Foo { } class Bar implements Foo { } public static void main(String[] args) { ClassLoader classLoader = ClassLoader.getSystemClassLoader(); TypePool systemTypePool = TypePool.Default.of(classLoader); TypePool...
## Describe the bug When starting **Resin 3** using the provided startup script ($RESIN_HOME/bin/httpd.sh), the runtime is unable to load `java.lang.IndyBootstrapDispatcher` via the `DynamicClassLoader`. After some investigation, I found that...