Advertisement
Guest User

Untitled

a guest
Feb 14th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.85 KB | None | 0 0
  1. chrisseaton@Chriss-MacBook-Pro:~/Documents/graal/graal-workspace/graal-core [master] $ rm -rf ../jvmci/jdk1.8.0_74/
  2. chrisseaton@Chriss-MacBook-Pro:~/Documents/graal/graal-workspace/graal-core [master] $ mx -v --vm server build
  3. Creating /Users/chrisseaton/Documents/graal/graal-workspace/jvmci/jdk1.8.0_74/product from /Library/Java/JavaVirtualMachines/jdk1.8.0_74.jdk/Contents/Home
  4. Deploying JVMCI_SERVICES to /Users/chrisseaton/Documents/graal/graal-workspace/jvmci/jdk1.8.0_74/product/jre/lib
  5. Deploying JVMCI_API to /Users/chrisseaton/Documents/graal/graal-workspace/jvmci/jdk1.8.0_74/product/jre/lib/jvmci
  6. Deploying JVMCI_HOTSPOT to /Users/chrisseaton/Documents/graal/graal-workspace/jvmci/jdk1.8.0_74/product/jre/lib/jvmci
  7. Deploying JVMCI_HOTSPOTVMCONFIG to /Users/chrisseaton/Documents/graal/graal-workspace/jvmci/jdk1.8.0_74/product/jre/lib/jvmci
  8. Deploying jvmti.h from JVM_PRODUCT_SERVER to /Users/chrisseaton/Documents/graal/graal-workspace/jvmci/jdk1.8.0_74/product/include
  9. Deploying sa-jdi.jar from JVM_PRODUCT_SERVER to /Users/chrisseaton/Documents/graal/graal-workspace/jvmci/jdk1.8.0_74/product/lib
  10. Deploying libjvm.dylib from JVM_PRODUCT_SERVER to /Users/chrisseaton/Documents/graal/graal-workspace/jvmci/jdk1.8.0_74/product/jre/lib/server
  11. Deploying libjvm.dylib.dSYM from JVM_PRODUCT_SERVER to /Users/chrisseaton/Documents/graal/graal-workspace/jvmci/jdk1.8.0_74/product/jre/lib/server
  12. Deploying libsaproc.dylib from JVM_PRODUCT_SERVER to /Users/chrisseaton/Documents/graal/graal-workspace/jvmci/jdk1.8.0_74/product/jre/lib
  13. Deploying libsaproc.dylib.dSYM from JVM_PRODUCT_SERVER to /Users/chrisseaton/Documents/graal/graal-workspace/jvmci/jdk1.8.0_74/product/jre/lib
  14. Deploying libjsig.dylib from JVM_PRODUCT_SERVER to /Users/chrisseaton/Documents/graal/graal-workspace/jvmci/jdk1.8.0_74/product/jre/lib
  15. Deploying libjsig.dylib.dSYM from JVM_PRODUCT_SERVER to /Users/chrisseaton/Documents/graal/graal-workspace/jvmci/jdk1.8.0_74/product/jre/lib
  16. Prepending "-server KNOWN" to /Users/chrisseaton/Documents/graal/graal-workspace/jvmci/jdk1.8.0_74/product/jre/lib/jvm.cfg
  17. Deploying GRAAL_OPTIONS to /Users/chrisseaton/Documents/graal/graal-workspace/jvmci/jdk1.8.0_74/product/jre/lib/jvmci
  18. Deploying GRAAL_NODEINFO to /Users/chrisseaton/Documents/graal/graal-workspace/jvmci/jdk1.8.0_74/product/jre/lib/jvmci
  19. Deploying GRAAL_API to /Users/chrisseaton/Documents/graal/graal-workspace/jvmci/jdk1.8.0_74/product/jre/lib/jvmci
  20. Deploying GRAAL_COMPILER to /Users/chrisseaton/Documents/graal/graal-workspace/jvmci/jdk1.8.0_74/product/jre/lib/jvmci
  21. Deploying GRAAL_RUNTIME to /Users/chrisseaton/Documents/graal/graal-workspace/jvmci/jdk1.8.0_74/product/jre/lib/jvmci
  22. Deploying GRAAL_HOTSPOT to /Users/chrisseaton/Documents/graal/graal-workspace/jvmci/jdk1.8.0_74/product/jre/lib/jvmci
  23. Deploying GRAAL_TRUFFLE to /Users/chrisseaton/Documents/graal/graal-workspace/jvmci/jdk1.8.0_74/product/jre/lib/jvmci
  24. Deploying GRAAL_TRUFFLE_HOTSPOT to /Users/chrisseaton/Documents/graal/graal-workspace/jvmci/jdk1.8.0_74/product/jre/lib/jvmci
  25. Updating /Users/chrisseaton/Documents/graal/graal-workspace/jvmci/jdk1.8.0_74/product/release
  26. ++ Serialized build plan ++
  27. Compiling com.oracle.truffle.api with javac
  28. Compiling com.oracle.truffle.api.interop with javac [depends on com.oracle.truffle.api]
  29. Compiling com.oracle.truffle.api.dsl with javac [depends on com.oracle.truffle.api]
  30. Compiling com.oracle.truffle.api.interop.java with javac [depends on com.oracle.truffle.api.interop, com.oracle.truffle.api.dsl]
  31. Compiling com.oracle.truffle.api.profiles with javac [depends on com.oracle.truffle.api]
  32. Compiling com.oracle.truffle.api.vm with javac [depends on com.oracle.truffle.api.interop.java]
  33. Compiling com.oracle.truffle.api.object with javac [depends on com.oracle.truffle.api.interop]
  34. Compiling com.oracle.truffle.object with javac [depends on com.oracle.truffle.api.object]
  35. Compiling com.oracle.truffle.object.basic with javac [depends on com.oracle.truffle.object]
  36. Archiving TRUFFLE_API [depends on com.oracle.truffle.api.interop.java, com.oracle.truffle.api.dsl, com.oracle.truffle.api.profiles, com.oracle.truffle.api.vm, com.oracle.truffle.object.basic]
  37. Compiling com.oracle.truffle.tools with javac [depends on TRUFFLE_API]
  38. Compiling jdk.vm.ci.inittimer with javac
  39. Compiling jdk.vm.ci.meta with javac
  40. Compiling jdk.vm.ci.code with javac [depends on jdk.vm.ci.meta]
  41. Compiling jdk.vm.ci.runtime with javac [depends on jdk.vm.ci.code]
  42. Compiling jdk.vm.ci.common with javac
  43. Compiling jdk.vm.ci.aarch64 with javac [depends on jdk.vm.ci.code]
  44. Compiling jdk.vm.ci.amd64 with javac [depends on jdk.vm.ci.code]
  45. Compiling jdk.vm.ci.sparc with javac [depends on jdk.vm.ci.code]
  46. Compiling jdk.vm.ci.services with javac
  47. Archiving JVMCI_SERVICES [depends on jdk.vm.ci.services]
  48. Archiving JVMCI_API [depends on jdk.vm.ci.inittimer, jdk.vm.ci.runtime, jdk.vm.ci.common, jdk.vm.ci.aarch64, jdk.vm.ci.amd64, jdk.vm.ci.sparc, JVMCI_SERVICES]
  49. Compiling com.oracle.graal.options with javac [depends on JVMCI_API]
  50. Compiling com.oracle.graal.options.processor with javac [depends on com.oracle.graal.options]
  51. Archiving GRAAL_OPTIONS [depends on com.oracle.graal.options, JVMCI_API]
  52. Archiving GRAAL_OPTIONS_PROCESSOR [depends on com.oracle.graal.options.processor, GRAAL_OPTIONS]
  53. Compiling com.oracle.graal.nodeinfo with javac
  54. Compiling com.oracle.graal.nodeinfo.processor with javac [depends on com.oracle.graal.nodeinfo]
  55. Archiving GRAAL_NODEINFO [depends on com.oracle.graal.nodeinfo]
  56. Archiving GRAAL_NODEINFO_PROCESSOR [depends on com.oracle.graal.nodeinfo.processor, GRAAL_NODEINFO]
  57. Compiling com.oracle.graal.api.replacements with javac [depends on JVMCI_API]
  58. Compiling com.oracle.graal.debug with javac [depends on GRAAL_OPTIONS_PROCESSOR, JVMCI_API, com.oracle.graal.options]
  59. Compiling com.oracle.graal.compiler.common with javac [depends on GRAAL_OPTIONS_PROCESSOR, com.oracle.graal.debug]
  60. Compiling com.oracle.graal.api.collections with javac
  61. Compiling com.oracle.graal.graph with javac [depends on GRAAL_OPTIONS_PROCESSOR, GRAAL_NODEINFO_PROCESSOR, com.oracle.graal.nodeinfo, com.oracle.graal.compiler.common, com.oracle.graal.api.collections]
  62. Compiling com.oracle.graal.replacements.verifier with javac [depends on com.oracle.graal.api.replacements, com.oracle.graal.graph]
  63. Compiling com.oracle.graal.api.runtime with javac [depends on JVMCI_API]
  64. Archiving GRAAL_API [depends on com.oracle.graal.api.replacements, com.oracle.graal.api.runtime, com.oracle.graal.graph, JVMCI_API, GRAAL_NODEINFO, GRAAL_OPTIONS]
  65. Compiling com.oracle.graal.serviceprovider with javac [depends on JVMCI_SERVICES]
  66. Archiving GRAAL_SERVICEPROVIDER [depends on com.oracle.graal.serviceprovider, GRAAL_NODEINFO, JVMCI_SERVICES]
  67. Compiling com.oracle.graal.serviceprovider.processor with javac [depends on com.oracle.graal.serviceprovider]
  68. Archiving GRAAL_SERVICEPROVIDER_PROCESSOR [depends on com.oracle.graal.serviceprovider.processor, GRAAL_SERVICEPROVIDER]
  69. Archiving GRAAL_REPLACEMENTS_VERIFIER [depends on com.oracle.graal.replacements.verifier, GRAAL_API, GRAAL_SERVICEPROVIDER, GRAAL_SERVICEPROVIDER_PROCESSOR]
  70. Compiling com.oracle.graal.bytecode with javac
  71. Compiling com.oracle.graal.asm with javac [depends on JVMCI_API]
  72. Compiling com.oracle.graal.code with javac [depends on GRAAL_SERVICEPROVIDER_PROCESSOR, com.oracle.graal.serviceprovider, JVMCI_API]
  73. Compiling com.oracle.graal.lir with javac [depends on GRAAL_OPTIONS_PROCESSOR, com.oracle.graal.asm, com.oracle.graal.code, com.oracle.graal.compiler.common]
  74. Compiling com.oracle.graal.nodes with javac [depends on GRAAL_NODEINFO_PROCESSOR, GRAAL_REPLACEMENTS_VERIFIER, com.oracle.graal.graph, com.oracle.graal.api.replacements, com.oracle.graal.bytecode, com.oracle.graal.lir]
  75. Compiling com.oracle.graal.loop with javac [depends on GRAAL_OPTIONS_PROCESSOR, com.oracle.graal.nodes]
  76. Compiling com.oracle.graal.phases with javac [depends on GRAAL_OPTIONS_PROCESSOR, com.oracle.graal.nodes]
  77. Compiling com.oracle.graal.phases.common with javac [depends on GRAAL_NODEINFO_PROCESSOR, GRAAL_OPTIONS_PROCESSOR, com.oracle.graal.phases]
  78. Compiling com.oracle.graal.loop.phases with javac [depends on GRAAL_OPTIONS_PROCESSOR, com.oracle.graal.loop, com.oracle.graal.phases.common]
  79. Downloading HAMCREST
  80. Downloading JUNIT [depends on HAMCREST]
  81. Compiling com.oracle.graal.api.test with javac [depends on JUNIT, com.oracle.graal.api.runtime]
  82. Compiling com.oracle.graal.virtual with javac [depends on GRAAL_OPTIONS_PROCESSOR, GRAAL_NODEINFO_PROCESSOR, com.oracle.graal.phases.common]
  83. Compiling com.oracle.graal.compiler with javac [depends on GRAAL_SERVICEPROVIDER_PROCESSOR, GRAAL_OPTIONS_PROCESSOR, com.oracle.graal.virtual, com.oracle.graal.loop.phases]
  84. Compiling com.oracle.graal.runtime with javac [depends on com.oracle.graal.compiler]
  85. Compiling com.oracle.graal.test with javac [depends on JUNIT]
  86. Compiling com.oracle.graal.asm.test with javac [depends on com.oracle.graal.api.test, com.oracle.graal.code, com.oracle.graal.runtime, com.oracle.graal.test, com.oracle.graal.debug]
  87. Compiling com.oracle.graal.asm.amd64 with javac [depends on com.oracle.graal.asm]
  88. Compiling com.oracle.graal.asm.amd64.test with javac [depends on com.oracle.graal.asm.test, com.oracle.graal.asm.amd64]
  89. Compiling com.oracle.graal.compiler.match.processor with javac [depends on com.oracle.graal.compiler]
  90. Archiving GRAAL_COMPILER [depends on com.oracle.graal.compiler, GRAAL_API, GRAAL_SERVICEPROVIDER]
  91. Archiving GRAAL_COMPILER_MATCH_PROCESSOR [depends on com.oracle.graal.compiler.match.processor, GRAAL_COMPILER, GRAAL_SERVICEPROVIDER_PROCESSOR]
  92. Compiling jdk.vm.ci.hotspotvmconfig with javac
  93. Compiling jdk.vm.ci.hotspotvmconfig.processor with javac [depends on jdk.vm.ci.hotspotvmconfig, jdk.vm.ci.common]
  94. Archiving JVMCI_HOTSPOTVMCONFIG [depends on jdk.vm.ci.hotspotvmconfig]
  95. Archiving JVMCI_HOTSPOTVMCONFIG_PROCESSOR [depends on jdk.vm.ci.hotspotvmconfig.processor, JVMCI_API, JVMCI_HOTSPOTVMCONFIG]
  96. Compiling jdk.vm.ci.hotspot with javac [depends on JVMCI_HOTSPOTVMCONFIG_PROCESSOR, jdk.vm.ci.hotspotvmconfig, jdk.vm.ci.common, jdk.vm.ci.inittimer, jdk.vm.ci.runtime, jdk.vm.ci.services]
  97. Compiling jdk.vm.ci.hotspot.aarch64 with javac [depends on jdk.vm.ci.aarch64, jdk.vm.ci.hotspot]
  98. Compiling jdk.vm.ci.hotspot.amd64 with javac [depends on jdk.vm.ci.amd64, jdk.vm.ci.hotspot]
  99. Compiling jdk.vm.ci.hotspot.sparc with javac [depends on jdk.vm.ci.sparc, jdk.vm.ci.hotspot]
  100. NoOp
  101. Compiling jdk.vm.ci.hotspot.jfr with javac [depends on jdk.vm.ci.hotspot, JFR]
  102. Archiving JVMCI_HOTSPOT [depends on jdk.vm.ci.hotspot.aarch64, jdk.vm.ci.hotspot.amd64, jdk.vm.ci.hotspot.sparc, jdk.vm.ci.hotspot.jfr, JVMCI_HOTSPOTVMCONFIG, JVMCI_SERVICES, JVMCI_API]
  103. Compiling com.oracle.graal.api.directives with javac
  104. Compiling com.oracle.graal.java with javac [depends on GRAAL_OPTIONS_PROCESSOR, com.oracle.graal.phases]
  105. Compiling com.oracle.graal.word with javac [depends on GRAAL_NODEINFO_PROCESSOR, com.oracle.graal.nodes]
  106. Compiling com.oracle.graal.replacements with javac [depends on GRAAL_OPTIONS_PROCESSOR, GRAAL_REPLACEMENTS_VERIFIER, GRAAL_NODEINFO_PROCESSOR, com.oracle.graal.api.directives, com.oracle.graal.java, com.oracle.graal.loop.phases, com.oracle.graal.word]
  107. Compiling com.oracle.graal.hotspot with javac [depends on GRAAL_NODEINFO_PROCESSOR, GRAAL_COMPILER_MATCH_PROCESSOR, GRAAL_REPLACEMENTS_VERIFIER, GRAAL_OPTIONS_PROCESSOR, GRAAL_SERVICEPROVIDER_PROCESSOR, JVMCI_HOTSPOT, com.oracle.graal.api.runtime, com.oracle.graal.replacements, com.oracle.graal.runtime]
  108. Compiling com.oracle.graal.graph.test with javac [depends on GRAAL_NODEINFO_PROCESSOR, JUNIT, com.oracle.graal.api.test, com.oracle.graal.graph]
  109. Downloading JAVA_ALLOCATION_INSTRUMENTER
  110. Compiling com.oracle.graal.compiler.test with javac [depends on GRAAL_NODEINFO_PROCESSOR, com.oracle.graal.api.directives, com.oracle.graal.java, com.oracle.graal.test, com.oracle.graal.runtime, com.oracle.graal.graph.test, JAVA_ALLOCATION_INSTRUMENTER]
  111. Compiling com.oracle.graal.jtt with javac [depends on com.oracle.graal.compiler.test]
  112. Compiling com.oracle.truffle.dsl.processor with javac [depends on com.oracle.truffle.api.dsl]
  113. Archiving TRUFFLE_DSL_PROCESSOR [depends on com.oracle.truffle.dsl.processor, TRUFFLE_API]
  114. Compiling com.oracle.truffle.tck with javac [depends on TRUFFLE_DSL_PROCESSOR, TRUFFLE_API, JUNIT]
  115. Compiling com.oracle.truffle.sl with javac [depends on TRUFFLE_DSL_PROCESSOR, TRUFFLE_API]
  116. Compiling com.oracle.truffle.sl.test with javac [depends on com.oracle.truffle.tck, com.oracle.truffle.sl]
  117. Compiling com.oracle.graal.truffle with javac [depends on GRAAL_NODEINFO_PROCESSOR, GRAAL_REPLACEMENTS_VERIFIER, GRAAL_OPTIONS_PROCESSOR, GRAAL_SERVICEPROVIDER_PROCESSOR, TRUFFLE_DSL_PROCESSOR, TRUFFLE_API, com.oracle.graal.api.runtime, com.oracle.graal.runtime, com.oracle.graal.replacements]
  118. Archiving TRUFFLE_TCK [depends on com.oracle.truffle.tck, TRUFFLE_API]
  119. Archiving TRUFFLE_SL [depends on com.oracle.truffle.sl, com.oracle.truffle.sl.test, TRUFFLE_API, TRUFFLE_TCK, TRUFFLE_DSL_PROCESSOR]
  120. Compiling com.oracle.graal.truffle.test with javac [depends on GRAAL_NODEINFO_PROCESSOR, TRUFFLE_DSL_PROCESSOR, com.oracle.graal.truffle, com.oracle.graal.compiler.test, TRUFFLE_SL]
  121. Compiling com.oracle.nfi with javac
  122. Compiling com.oracle.graal.nodes.test with javac [depends on com.oracle.graal.compiler.test]
  123. Compiling com.oracle.graal.asm.aarch64 with javac [depends on com.oracle.graal.asm]
  124. Compiling com.oracle.graal.lir.aarch64 with javac [depends on GRAAL_OPTIONS_PROCESSOR, com.oracle.graal.lir, com.oracle.graal.asm.aarch64]
  125. Compiling com.oracle.graal.replacements.aarch64 with javac [depends on GRAAL_NODEINFO_PROCESSOR, GRAAL_REPLACEMENTS_VERIFIER, com.oracle.graal.replacements, com.oracle.graal.lir.aarch64]
  126. Compiling com.oracle.graal.lir.jtt with javac [depends on GRAAL_NODEINFO_PROCESSOR, com.oracle.graal.jtt]
  127. Compiling com.oracle.graal.lir.amd64 with javac [depends on GRAAL_OPTIONS_PROCESSOR, com.oracle.graal.lir, com.oracle.graal.asm.amd64]
  128. Compiling com.oracle.graal.compiler.amd64.test with javac [depends on com.oracle.graal.lir.jtt, com.oracle.graal.lir.amd64, JVMCI_HOTSPOT]
  129. Compiling com.oracle.graal.replacements.test with javac [depends on GRAAL_NODEINFO_PROCESSOR, GRAAL_REPLACEMENTS_VERIFIER, com.oracle.graal.compiler.test, com.oracle.graal.replacements]
  130. Compiling com.oracle.graal.hotspot.test with javac [depends on GRAAL_NODEINFO_PROCESSOR, com.oracle.graal.replacements.test, com.oracle.graal.hotspot]
  131. Compiling com.oracle.graal.lir.test with javac [depends on JUNIT, com.oracle.graal.lir]
  132. Compiling com.oracle.graal.compiler.aarch64 with javac [depends on GRAAL_NODEINFO_PROCESSOR, GRAAL_COMPILER_MATCH_PROCESSOR, com.oracle.graal.compiler, com.oracle.graal.lir.aarch64, com.oracle.graal.java]
  133. Compiling com.oracle.graal.hotspot.aarch64 with javac [depends on GRAAL_SERVICEPROVIDER_PROCESSOR, GRAAL_NODEINFO_PROCESSOR, com.oracle.graal.compiler.aarch64, com.oracle.graal.hotspot, com.oracle.graal.replacements.aarch64]
  134. Compiling com.oracle.graal.compiler.amd64 with javac [depends on GRAAL_NODEINFO_PROCESSOR, GRAAL_COMPILER_MATCH_PROCESSOR, com.oracle.graal.compiler, com.oracle.graal.lir.amd64, com.oracle.graal.java]
  135. Compiling com.oracle.graal.replacements.amd64 with javac [depends on GRAAL_NODEINFO_PROCESSOR, GRAAL_REPLACEMENTS_VERIFIER, com.oracle.graal.replacements, com.oracle.graal.lir.amd64, com.oracle.graal.compiler]
  136. Compiling com.oracle.graal.hotspot.amd64 with javac [depends on GRAAL_SERVICEPROVIDER_PROCESSOR, GRAAL_NODEINFO_PROCESSOR, com.oracle.graal.compiler.amd64, com.oracle.graal.hotspot, com.oracle.graal.replacements.amd64]
  137. Compiling com.oracle.nfi.test with javac [depends on com.oracle.nfi, JVMCI_API, JUNIT]
  138. Compiling com.oracle.graal.replacements.sparc with javac [depends on com.oracle.graal.replacements, com.oracle.graal.compiler]
  139. Compiling com.oracle.graal.phases.common.test with javac [depends on com.oracle.graal.api.test, com.oracle.graal.runtime, JUNIT]
  140. Compiling com.oracle.graal.hotspot.aarch64.test with javac [depends on GRAAL_NODEINFO_PROCESSOR, com.oracle.graal.asm.aarch64, com.oracle.graal.hotspot.test]
  141. Downloading JLINE
  142. Compiling com.oracle.truffle.tools.debug.shell with javac [depends on com.oracle.truffle.tools, JLINE]
  143. Compiling com.oracle.truffle.sl.tools with javac [depends on com.oracle.truffle.tools.debug.shell, com.oracle.truffle.sl]
  144. Compiling com.oracle.graal.asm.sparc with javac [depends on com.oracle.graal.asm]
  145. Compiling com.oracle.graal.lir.sparc with javac [depends on com.oracle.graal.asm.sparc, com.oracle.graal.lir]
  146. Compiling com.oracle.graal.compiler.sparc with javac [depends on GRAAL_NODEINFO_PROCESSOR, GRAAL_COMPILER_MATCH_PROCESSOR, com.oracle.graal.compiler, com.oracle.graal.lir.sparc, com.oracle.graal.java]
  147. Compiling com.oracle.graal.hotspot.sparc with javac [depends on GRAAL_SERVICEPROVIDER_PROCESSOR, com.oracle.graal.hotspot, com.oracle.graal.compiler.sparc, com.oracle.graal.replacements.sparc]
  148. Compiling com.oracle.truffle.api.dsl.test with javac [depends on TRUFFLE_DSL_PROCESSOR, com.oracle.truffle.dsl.processor, com.oracle.truffle.api.vm, JUNIT]
  149. Compiling com.oracle.graal.printer with javac [depends on GRAAL_OPTIONS_PROCESSOR, GRAAL_SERVICEPROVIDER_PROCESSOR, com.oracle.graal.compiler, com.oracle.graal.java]
  150. Compiling com.oracle.truffle.api.test with javac [depends on TRUFFLE_DSL_PROCESSOR, com.oracle.truffle.api.profiles, com.oracle.truffle.api.interop, com.oracle.truffle.api.vm, JUNIT]
  151. Compiling com.oracle.graal.compiler.sparc.test with javac [depends on com.oracle.graal.lir.jtt, JVMCI_HOTSPOT]
  152. Compiling com.oracle.graal.truffle.hotspot with javac [depends on GRAAL_OPTIONS_PROCESSOR, GRAAL_SERVICEPROVIDER_PROCESSOR, com.oracle.graal.truffle, com.oracle.graal.hotspot, com.oracle.nfi]
  153. Compiling com.oracle.graal.compiler.aarch64.test with javac [depends on com.oracle.graal.lir.jtt, com.oracle.graal.lir.aarch64, JVMCI_HOTSPOT]
  154. Compiling com.oracle.mxtool.junit with javac [depends on JUNIT]
  155. Compiling com.oracle.truffle.tools.test with javac [depends on TRUFFLE_DSL_PROCESSOR, com.oracle.truffle.tools, JUNIT]
  156. Compiling com.oracle.graal.hotspot.amd64.test with javac [depends on GRAAL_NODEINFO_PROCESSOR, com.oracle.graal.asm.amd64, com.oracle.graal.hotspot.test]
  157. Compiling com.oracle.graal.truffle.hotspot.sparc with javac [depends on GRAAL_SERVICEPROVIDER_PROCESSOR, com.oracle.graal.truffle.hotspot, com.oracle.graal.asm.sparc]
  158. Building HotSpot[product, server]
  159. Downloading JMH
  160. Compiling com.oracle.graal.microbenchmarks with javac [depends on JMH, JMH, com.oracle.graal.api.test, com.oracle.graal.java, com.oracle.graal.runtime]
  161. Compiling com.oracle.graal.virtual.bench with javac [depends on JMH, JMH, com.oracle.graal.microbenchmarks]
  162. Compiling com.oracle.graal.api.directives.test with javac [depends on com.oracle.graal.compiler.test]
  163. Compiling com.oracle.graal.asm.aarch64.test with javac [depends on com.oracle.graal.asm.test, com.oracle.graal.asm.aarch64]
  164. Compiling jdk.vm.ci.runtime.test with javac [depends on JUNIT, jdk.vm.ci.common, jdk.vm.ci.runtime]
  165. Compiling com.oracle.graal.debug.test with javac [depends on JUNIT, com.oracle.graal.debug]
  166. Compiling com.oracle.graal.truffle.hotspot.amd64 with javac [depends on GRAAL_SERVICEPROVIDER_PROCESSOR, com.oracle.graal.truffle.hotspot, com.oracle.graal.hotspot.amd64]
  167. Compiling com.oracle.truffle.api.interop.java.test with javac [depends on com.oracle.truffle.api.interop.java, com.oracle.truffle.api.vm, JUNIT]
  168. Compiling com.oracle.graal.options.test with javac [depends on com.oracle.graal.options, JUNIT]
  169. Compiling com.oracle.graal.salver with javac [depends on GRAAL_OPTIONS_PROCESSOR, GRAAL_SERVICEPROVIDER_PROCESSOR, com.oracle.graal.java]
  170. Archiving TRUFFLE_DEBUG [depends on com.oracle.truffle.tools.debug.shell, com.oracle.truffle.tools, TRUFFLE_API]
  171. Archiving GRAAL_RUNTIME [depends on com.oracle.graal.replacements, com.oracle.graal.runtime, com.oracle.graal.code, com.oracle.graal.printer, com.oracle.graal.compiler.aarch64, com.oracle.graal.replacements.aarch64, com.oracle.graal.compiler.amd64, com.oracle.graal.replacements.amd64, com.oracle.graal.compiler.sparc, com.oracle.graal.replacements.sparc, com.oracle.graal.salver, GRAAL_API, GRAAL_COMPILER]
  172. Archiving GRAAL_HOTSPOT [depends on com.oracle.graal.hotspot.aarch64, com.oracle.graal.hotspot.amd64, com.oracle.graal.hotspot.sparc, com.oracle.graal.hotspot, JVMCI_HOTSPOT, GRAAL_COMPILER, GRAAL_RUNTIME]
  173. Archiving GRAAL_TEST [depends on com.oracle.graal.api.test, com.oracle.graal.api.directives.test, com.oracle.graal.asm.aarch64.test, com.oracle.graal.asm.amd64.test, com.oracle.graal.compiler.aarch64.test, com.oracle.graal.compiler.amd64.test, com.oracle.graal.compiler.sparc.test, com.oracle.graal.hotspot.aarch64.test, com.oracle.graal.hotspot.amd64.test, com.oracle.graal.options.test, com.oracle.graal.jtt, com.oracle.graal.lir.jtt, com.oracle.graal.lir.test, com.oracle.graal.nodes.test, com.oracle.graal.phases.common.test, GRAAL_HOTSPOT, JVMCI_HOTSPOT]
  174. Archiving GRAAL_TRUFFLE [depends on com.oracle.graal.truffle, GRAAL_RUNTIME, TRUFFLE_API]
  175. Archiving GRAAL_TRUFFLE_TEST [depends on com.oracle.graal.truffle.test, GRAAL_TEST, GRAAL_TRUFFLE, TRUFFLE_SL]
  176. Archiving JVM_PRODUCT_SERVER [depends on hotspot]
  177. Archiving JVMCI_TEST [depends on jdk.vm.ci.runtime.test, JVMCI_API]
  178. Archiving GRAAL_TRUFFLE_HOTSPOT [depends on com.oracle.graal.truffle.hotspot.amd64, com.oracle.graal.truffle.hotspot.sparc, GRAAL_HOTSPOT, GRAAL_TRUFFLE, TRUFFLE_API]
  179. -- Serialized build plan --
  180. [all files are up to date - skipping jdk.vm.ci.services]
  181. [all files are up to date - skipping com.oracle.graal.api.collections]
  182. [all files are up to date - skipping jdk.vm.ci.meta]
  183. [all files are up to date - skipping jdk.vm.ci.inittimer]
  184. [all files are up to date - skipping com.oracle.graal.nodeinfo]
  185. [all files are up to date - skipping jdk.vm.ci.hotspotvmconfig]
  186. [all files are up to date - skipping com.oracle.truffle.api]
  187. [all files are up to date - skipping com.oracle.nfi]
  188. [skipping JVMCI_SERVICES]
  189. [all files are up to date - skipping jdk.vm.ci.common]
  190. [all files are up to date - skipping com.oracle.graal.api.directives]
  191. [all files are up to date - skipping com.oracle.truffle.api.interop]
  192. [all files are up to date - skipping com.oracle.truffle.api.profiles]
  193. [all files are up to date - skipping jdk.vm.ci.code]
  194. [all files are up to date - skipping com.oracle.graal.bytecode]
  195. [all files are up to date - skipping com.oracle.graal.nodeinfo.processor]
  196. [skipping JVMCI_HOTSPOTVMCONFIG]
  197. [all files are up to date - skipping com.oracle.graal.serviceprovider]
  198. [all files are up to date - skipping jdk.vm.ci.hotspotvmconfig.processor]
  199. [all files are up to date - skipping jdk.vm.ci.aarch64]
  200. [all files are up to date - skipping com.oracle.truffle.api.dsl]
  201. [all files are up to date - skipping jdk.vm.ci.sparc]
  202. [all files are up to date - skipping com.oracle.mxtool.junit]
  203. [skipping GRAAL_NODEINFO]
  204. [all files are up to date - skipping jdk.vm.ci.amd64]
  205. [all files are up to date - skipping com.oracle.truffle.api.object]
  206. [all files are up to date - skipping com.oracle.truffle.api.interop.java]
  207. [all files are up to date - skipping jdk.vm.ci.runtime]
  208. [all files are up to date - skipping com.oracle.graal.serviceprovider.processor]
  209. [skipping GRAAL_SERVICEPROVIDER]
  210. [all files are up to date - skipping com.oracle.graal.test]
  211. [skipping JVMCI_API]
  212. [all files are up to date - skipping com.oracle.truffle.object]
  213. [all files are up to date - skipping com.oracle.truffle.dsl.processor]
  214. [skipping GRAAL_NODEINFO_PROCESSOR]
  215. [all files are up to date - skipping jdk.vm.ci.runtime.test]
  216. [all files are up to date - skipping com.oracle.truffle.api.vm]
  217. [all files are up to date - skipping com.oracle.truffle.object.basic]
  218. [all files are up to date - skipping com.oracle.graal.api.replacements]
  219. [all files are up to date - skipping com.oracle.graal.asm]
  220. [all files are up to date - skipping com.oracle.nfi.test]
  221. [skipping GRAAL_SERVICEPROVIDER_PROCESSOR]
  222. [all files are up to date - skipping com.oracle.graal.api.runtime]
  223. [skipping TRUFFLE_API]
  224. [all files are up to date - skipping com.oracle.truffle.api.interop.java.test]
  225. [all files are up to date - skipping com.oracle.graal.asm.amd64]
  226. [all files are up to date - skipping com.oracle.graal.asm.aarch64]
  227. [all files are up to date - skipping com.oracle.graal.options]
  228. [skipping JVMCI_TEST]
  229. [all files are up to date - skipping com.oracle.graal.api.test]
  230. [all files are up to date - skipping com.oracle.truffle.tools]
  231. [skipping JVMCI_HOTSPOTVMCONFIG_PROCESSOR]
  232. [all files are up to date - skipping com.oracle.graal.asm.sparc]
  233. [all files are up to date - skipping com.oracle.graal.options.processor]
  234. [all files are up to date - skipping com.oracle.graal.options.test]
  235. [skipping GRAAL_OPTIONS]
  236. [all files are up to date - skipping com.oracle.graal.code]
  237. [skipping TRUFFLE_DSL_PROCESSOR]
  238. [all files are up to date - skipping com.oracle.truffle.tools.debug.shell]
  239. [skipping GRAAL_OPTIONS_PROCESSOR]
  240. [skipping hotspot]
  241. [skipping TRUFFLE_DEBUG]
  242. [skipping JVM_PRODUCT_SERVER]
  243. [all files are up to date - skipping jdk.vm.ci.hotspot]
  244. [all files are up to date - skipping com.oracle.truffle.tools.test]
  245. [all files are up to date - skipping com.oracle.truffle.tck]
  246. [all files are up to date - skipping jdk.vm.ci.hotspot.aarch64]
  247. [all files are up to date - skipping jdk.vm.ci.hotspot.sparc]
  248. [all files are up to date - skipping com.oracle.graal.debug]
  249. [all files are up to date - skipping com.oracle.truffle.sl]
  250. [all files are up to date - skipping com.oracle.truffle.api.test]
  251. [all files are up to date - skipping com.oracle.truffle.api.dsl.test]
  252. [all files are up to date - skipping jdk.vm.ci.hotspot.amd64]
  253. [all files are up to date - skipping com.oracle.truffle.sl.tools]
  254. [all files are up to date - skipping com.oracle.graal.debug.test]
  255. [all files are up to date - skipping com.oracle.truffle.sl.test]
  256. [all files are up to date - skipping jdk.vm.ci.hotspot.jfr]
  257. [skipping TRUFFLE_TCK]
  258. [skipping JVMCI_HOTSPOT]
  259. [all files are up to date - skipping com.oracle.graal.compiler.common]
  260. [skipping TRUFFLE_SL]
  261. [all files are up to date - skipping com.oracle.graal.graph]
  262. [all files are up to date - skipping com.oracle.graal.replacements.verifier]
  263. [all files are up to date - skipping com.oracle.graal.graph.test]
  264. [skipping GRAAL_API]
  265. [skipping GRAAL_REPLACEMENTS_VERIFIER]
  266. [all files are up to date - skipping com.oracle.graal.lir]
  267. [all files are up to date - skipping com.oracle.graal.lir.test]
  268. [all files are up to date - skipping com.oracle.graal.lir.aarch64]
  269. [all files are up to date - skipping com.oracle.graal.lir.amd64]
  270. [all files are up to date - skipping com.oracle.graal.lir.sparc]
  271. [all files are up to date - skipping com.oracle.graal.nodes]
  272. [all files are up to date - skipping com.oracle.graal.loop]
  273. [all files are up to date - skipping com.oracle.graal.word]
  274. [all files are up to date - skipping com.oracle.graal.phases]
  275. [all files are up to date - skipping com.oracle.graal.java]
  276. [all files are up to date - skipping com.oracle.graal.phases.common]
  277. [all files are up to date - skipping com.oracle.graal.salver]
  278. [all files are up to date - skipping com.oracle.graal.virtual]
  279. [all files are up to date - skipping com.oracle.graal.loop.phases]
  280. [all files are up to date - skipping com.oracle.graal.compiler]
  281. [all files are up to date - skipping com.oracle.graal.replacements]
  282. [all files are up to date - skipping com.oracle.graal.runtime]
  283. [skipping GRAAL_COMPILER]
  284. [all files are up to date - skipping com.oracle.graal.compiler.match.processor]
  285. [all files are up to date - skipping com.oracle.graal.replacements.aarch64]
  286. [all files are up to date - skipping com.oracle.graal.replacements.sparc]
  287. [all files are up to date - skipping com.oracle.graal.printer]
  288. [all files are up to date - skipping com.oracle.graal.asm.test]
  289. [all files are up to date - skipping com.oracle.graal.microbenchmarks]
  290. [all files are up to date - skipping com.oracle.graal.replacements.amd64]
  291. [all files are up to date - skipping com.oracle.graal.phases.common.test]
  292. [all files are up to date - skipping com.oracle.graal.asm.amd64.test]
  293. [all files are up to date - skipping com.oracle.graal.truffle]
  294. [all files are up to date - skipping com.oracle.graal.asm.aarch64.test]
  295. [all files are up to date - skipping com.oracle.graal.virtual.bench]
  296. [skipping GRAAL_COMPILER_MATCH_PROCESSOR]
  297. [all files are up to date - skipping com.oracle.graal.compiler.amd64]
  298. [all files are up to date - skipping com.oracle.graal.compiler.test]
  299. [all files are up to date - skipping com.oracle.graal.compiler.aarch64]
  300. [all files are up to date - skipping com.oracle.graal.compiler.sparc]
  301. [all files are up to date - skipping com.oracle.graal.nodes.test]
  302. [all files are up to date - skipping com.oracle.graal.api.directives.test]
  303. [skipping GRAAL_RUNTIME]
  304. [all files are up to date - skipping com.oracle.graal.hotspot]
  305. [skipping GRAAL_TRUFFLE]
  306. [all files are up to date - skipping com.oracle.graal.truffle.test]
  307. [all files are up to date - skipping com.oracle.graal.replacements.test]
  308. [all files are up to date - skipping com.oracle.graal.hotspot.aarch64]
  309. [all files are up to date - skipping com.oracle.graal.hotspot.sparc]
  310. [all files are up to date - skipping com.oracle.graal.hotspot.test]
  311. [all files are up to date - skipping com.oracle.graal.hotspot.amd64]
  312. [all files are up to date - skipping com.oracle.graal.truffle.hotspot]
  313. [all files are up to date - skipping com.oracle.graal.hotspot.aarch64.test]
  314. [all files are up to date - skipping com.oracle.graal.hotspot.amd64.test]
  315. [all files are up to date - skipping com.oracle.graal.truffle.hotspot.sparc]
  316. [skipping GRAAL_HOTSPOT]
  317. [all files are up to date - skipping com.oracle.graal.truffle.hotspot.amd64]
  318. [skipping GRAAL_TRUFFLE_HOTSPOT]
  319. [all files are up to date - skipping com.oracle.graal.jtt]
  320. [all files are up to date - skipping com.oracle.graal.lir.jtt]
  321. [all files are up to date - skipping com.oracle.graal.compiler.amd64.test]
  322. [all files are up to date - skipping com.oracle.graal.compiler.aarch64.test]
  323. [all files are up to date - skipping com.oracle.graal.compiler.sparc.test]
  324. [skipping GRAAL_TEST]
  325. [skipping GRAAL_TRUFFLE_TEST]
  326. chrisseaton@Chriss-MacBook-Pro:~/Documents/graal/graal-workspace/graal-core [master] $ ../jvmci/jdk1.8.0_74/product/bin/java -version
  327. java version "1.8.0_74"
  328. Java(TM) SE Runtime Environment (build 1.8.0_74-b02)
  329. OpenJDK 64-Bit Server VM (build 25.66-b00-internal-jvmci-0.9-dev, mixed mode)
  330. chrisseaton@Chriss-MacBook-Pro:~/Documents/graal/graal-workspace/graal-core [master] $ ../jvmci/jdk1.8.0_74/product/bin/java -graal -version
  331. Unrecognized option: -graal
  332. Error: Could not create the Java Virtual Machine.
  333. Error: A fatal exception has occurred. Program will exit.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement