forked from oracle/graal
-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
Labels
Milestone
Description
Mandrel 21.3 fails to build.
The build fails with:
Error: Could not find or load main class Distribution
Caused by: java.lang.ClassNotFoundException: Distribution
Error: Image build request failed with exit status 1
Exception in thread "main" java.lang.RuntimeException: java.lang.RuntimeException: Failed, exit code: 1
at OperatingSystem.exec(build.java:1733)
at build.buildAgents(build.java:188)
at build.main(build.java:170)
Caused by: java.lang.RuntimeException: Failed, exit code: 1
at OperatingSystem.exec(build.java:1718)
at build.buildAgents(build.java:188)
at build.main(build.java:170)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at jdk.compiler/com.sun.tools.javac.launcher.Main.execute(Main.java:404)
at jdk.compiler/com.sun.tools.javac.launcher.Main.run(Main.java:179)
at jdk.compiler/com.sun.tools.javac.launcher.Main.main(Main.java:119)
due to oracle#3769 which is being fixed by @jerboaa and @Karm in oracle#3775