changeset 46233 | 91715f519bb4 |
parent 46218 | 3850de6acd8e |
child 47056 | a78c08ee61c5 |
--- a/common/autoconf/hotspot.m4 Thu Jun 08 19:18:02 2017 +0200 +++ b/common/autoconf/hotspot.m4 Tue Jun 27 14:30:44 2017 -0400 @@ -213,7 +213,7 @@ if test "x$ENABLE_AOT" = "xtrue"; then # Only enable AOT on X64 platforms. - if test "x$OPENJDK_TARGET_OS" != "xwindows" && test "x$OPENJDK_TARGET_CPU" = "xx86_64"; then + if test "x$OPENJDK_TARGET_CPU" = "xx86_64"; then if test -e "$HOTSPOT_TOPDIR/src/jdk.aot"; then if test -e "$HOTSPOT_TOPDIR/src/jdk.internal.vm.compiler"; then ENABLE_AOT="true"