File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ if [ "$JDKVER" -eq "9" ]; then
53
53
AUTOGEN_PATH=" ./common/autoconf/autogen.sh"
54
54
HOTSPOT_VARIANT=client
55
55
HOSTJDK=" $BUILDDIR /jdk-9.0.4"
56
- HOSTJDK_FILE=" $BUILDDIR /openjdk-9.0.4 .tar.gz"
56
+ HOSTJDK_FILE=" $BUILDDIR /openjdk-9.0.4_linux-x64_bin .tar.gz"
57
57
HOSTJDK_URL=" https://download.java.net/java/GA/jdk9/9.0.4/binaries/openjdk-9.0.4_linux-x64_bin.tar.gz"
58
58
59
59
# OpenJDK 10
@@ -63,7 +63,7 @@ elif [ "$JDKVER" -eq "10" ]; then
63
63
AUTOGEN_PATH=" ./make/autoconf/autogen.sh"
64
64
HOTSPOT_VARIANT=client
65
65
HOSTJDK=" $BUILDDIR /jdk-10"
66
- HOSTJDK_FILE=" $BUILDDIR /openjdk-10 .tar.gz"
66
+ HOSTJDK_FILE=" $BUILDDIR /openjdk-10_linux-x64_bin .tar.gz"
67
67
HOSTJDK_URL=" https://download.java.net/java/GA/jdk10/10/binaries/openjdk-10_linux-x64_bin.tar.gz"
68
68
69
69
# invalid or unset version
You can’t perform that action at this time.
0 commit comments