# HG changeset patch # User bobv # Date 1498588244 14400 # Node ID 91715f519bb4e54433ba3c397ed3adc4827d10f4 # Parent 0444b69aad040a90b0514ac846330f4b30109264 8182052: Test compiler/aot/cli/jaotc/CompileJarTest.java fails in JPRT Reviewed-by: kvn diff -r 0444b69aad04 -r 91715f519bb4 common/autoconf/hotspot.m4 --- 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"