Skip to content

Instantly share code, notes, and snippets.

@vext01
Created November 30, 2016 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vext01/d46af7e6f0cd4811b905c65efa6c4885 to your computer and use it in GitHub Desktop.
Save vext01/d46af7e6f0cd4811b905c65efa6c4885 to your computer and use it in GitHub Desktop.
...
make: Leaving directory '/home/vext01/research/warmup_experiment/work/graal-jvmci-8/make'
Compiling jdk.vm.ci.hotspot.amd64 with javac-daemon... [dependency jdk.vm.ci.amd64 updated]
Compiling jdk.vm.ci.hotspot.aarch64 with javac-daemon... [dependency jdk.vm.ci.aarch64 updated]
Compiling jdk.vm.ci.hotspot.sparc with javac-daemon... [dependency jdk.vm.ci.sparc updated]
Archiving JVM_PRODUCT_SERVER... [dependency hotspot updated]
Archiving JVMCI_HOTSPOT... [dependency jdk.vm.ci.hotspot.aarch64 updated]
jvmci JAVA_HOME is: /home/vext01/research/warmup_experiment/work/graal-jvmci-8/jdk1.8.0/product
Cloning into 'graal'...
remote: Counting objects: 298579, done.
remote: Compressing objects: 100% (316/316), done.
remote: Total 298579 (delta 129), reused 0 (delta 0), pack-reused 297959
Receiving objects: 100% (298579/298579), 35.10 MiB | 21.10 MiB/s, done.
Resolving deltas: 100% (138399/138399), done.
Checking connectivity... done.
Note: checking out 'efb8df47ec55ad5a9c67734ac0b8162e7101cb19'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b new_branch_name
HEAD is now at efb8df4... [merge:fix] fix infinite loop in DefaultLoopPolicies.shouldUnswitch
Cloning https://github.com/graalvm/truffle.git revision ca21972635d350fcce90f1934d5882e144621d18 to /home/vext01/research/warmup_experi
ment/work/truffle with Git
Cloning https://github.com/graalvm/truffle.git to /home/vext01/research/warmup_experiment/work/truffle with Git
Cloning into '/home/vext01/research/warmup_experiment/work/truffle'...
remote: Counting objects: 54148, done.
remote: Compressing objects: 100% (563/563), done.
remote: Total 54148 (delta 314), reused 0 (delta 0), pack-reused 53112
Receiving objects: 100% (54148/54148), 18.94 MiB | 18.25 MiB/s, done.
Resolving deltas: 100% (15811/15811), done.
Checking connectivity... done.
Path in JAVA_HOME' is not pointing to a JDK (1: Invalid layout of java.lang.Thread at name
Error occurred during initialization of VM
Invalid layout of preloaded class: use -XX:+TraceClassLoading to see the origin of the problem class
)
Please select a default JDK:
[1] Java 1.8.0_102 (1.8) from /usr/lib/jvm/java-8-openjdk-amd64
[2] Java 1.7.0_79 (1.7) from /usr/lib/jvm/java-7-openjdk-amd64
[3] <other>
Enter number of selection:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment