Closed
Description
Describe the issue
My simple app compiled by graalvm-ce-java11-21.0.0 is 7500k executable
And if compiled by graalvm-ce-java11-21.1.0-dev - 8M executable
So executable is 500k size bigger, have no differences in source code.
Steps to reproduce the issue
Please include both build steps as well as run steps
Use trivial System.out.println(); program
Compile it using graalvm-ce-java11-21.0.0 and graalvm-ce-java11-21.1.0-dev
Describe GraalVM and your environment:
-
GraalVM version
-
GRAALVM_VERSION="21.1.0-dev" JAVA_VERSION_DATE="2021-01-19"
-
GRAALVM_VERSION="21.0.0" JAVA_VERSION="11.0.10"
-
JDK major version: 11
-
OS: Windows
-
Architecture: AMD64