changeset 1656:c261f8440c55 jdk-9+112

8152646: disable ant octane target to avoid hudson build failure notifications Reviewed-by: jlaskey
author sundar
date Thu, 24 Mar 2016 17:36:21 +0530
parents 3ac5d360070e
children f54433fcebb1 4fbf7a66d49b
files make/build-benchmark.xml
diffstat 1 files changed, 8 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/make/build-benchmark.xml	Thu Mar 24 11:43:48 2016 +0100
+++ b/make/build-benchmark.xml	Thu Mar 24 17:36:21 2016 +0530
@@ -278,8 +278,14 @@
   -->
   <target name="octane-nashorn" depends="jar">
     <property name="runtime" value="nashorn"/>
-    <antcall target="octane-process-separate"/>
-    <antcall target="octane-process-single"/>
+    <!--
+       Temporarily disabled because ant script tag is broken with
+       jdk9. See also: JDK-8152533.
+
+       <antcall target="octane-process-separate"/>
+       <antcall target="octane-process-single"/>
+    -->
+    <echo message="octane target temporarily disabled"/>
   </target>
 
   <!-- alias for 'octane' -->