Replies: 1 comment 1 reply
-
Hi Dariece, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
First of all: i'm a soot and sootUp noob. I use sootUp for the first time in a bachelor thesis software project.
For my own gradle plugin I need to check incompatibility from target project classes to resolved runtime dependencies. Actually I try to map all classes of a dependency jar to its filename. Unfortunately dependencies like org.bouncycastle:bcprov-jdk15on cause java.lang.OutOfMemoryError: Java heap space exception, maybe too many classes to load in heap? Is there any other way to solve this problem except using a blacklist for dependencies like these?
Code:
Happens when: javaProject.createOnDemandView().getClasses() is called for bcprov-jdk15on-1.69.jar
Exception message is: "Exception in thread "Daemon client event forwarder" java.lang.OutOfMemoryError: Java heap space"
Log:
Beta Was this translation helpful? Give feedback.
All reactions