nashorn/make/build-benchmark.xml
changeset 36697 665335352bb7
parent 34732 6605efbe8447
child 36764 298caeee3757
--- a/nashorn/make/build-benchmark.xml	Thu Mar 24 11:43:48 2016 +0100
+++ b/nashorn/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' -->