I did, the main issue is that jaotc doesn't do any pruning of the unused methods, so it generates too much assembly code.
If i remember correctly, compiling just guava was to close to 1 gig.
GraalVM native image is far better, it "compiles" more slowly but the resulting executable is not too big.
GraalVM native image is far better, it "compiles" more slowly but the resulting executable is not too big.