8182052: Test compiler/aot/cli/jaotc/CompileJarTest.java fails in JPRT
authorbobv
Tue, 27 Jun 2017 14:30:44 -0400
changeset 46233 91715f519bb4
parent 46227 0444b69aad04
child 46234 6209c6d48052
8182052: Test compiler/aot/cli/jaotc/CompileJarTest.java fails in JPRT Reviewed-by: kvn
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"