From ee3c17e5cd9cf2b0a83573c46aaefc4835fbc73f Mon Sep 17 00:00:00 2001
From: Mick Jordan <mick.jordan@oracle.com>
Date: Fri, 7 Oct 2016 14:04:33 -0700
Subject: [PATCH] ci.hocon: doc update

---
 ci.hocon | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ci.hocon b/ci.hocon
index 57e9286e73..d96fd01f50 100644
--- a/ci.hocon
+++ b/ci.hocon
@@ -3,8 +3,9 @@
 # but it provide details on the commands that are used and these should be
 # executable in isolation; see further comments below.
 
+# java 7 is needed by Truffle (for now)
 java7 : {name : oraclejdk, version : "7",    platformspecific: true}
-#java8 : {name : oraclejdk, version : "8u66", platformspecific: true}
+# java 8 must be a jvmci enabled variant
 java8 : {name : labsjdk, version : "8u92-jvmci-0.21", platformspecific: true}
 
 java8Downloads : {
-- 
GitLab