< prev index next >

make/autoconf/hotspot.m4

Print this page

        

*** 322,331 **** --- 322,337 ---- if HOTSPOT_CHECK_JVM_FEATURE(static-build); then AC_MSG_ERROR([To enable static-build, you must use --enable-static-build]) fi fi + if ! HOTSPOT_CHECK_JVM_VARIANT(zero); then + if HOTSPOT_CHECK_JVM_FEATURE(zero); then + AC_MSG_ERROR([To enable zero, you must use --with-jvm-variants=zero]) + fi + fi + # Only enable jvmci on x86_64, sparcv9 and aarch64. if test "x$OPENJDK_TARGET_CPU" = "xx86_64" || \ test "x$OPENJDK_TARGET_CPU" = "xsparcv9" || \ test "x$OPENJDK_TARGET_CPU" = "xaarch64" ; then JVM_FEATURES_jvmci="jvmci"
< prev index next >