changeset 22083:38d4936aacec

TRUFFLE distribution is no longer deployed into the JDK
author Doug Simon <doug.simon@oracle.com>
date Wed, 24 Jun 2015 20:52:38 +0200
parents 4ce725f06a27
children 0defcb691fe2
files mx.graal/mx_graal.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mx.graal/mx_graal.py	Wed Jun 24 20:51:09 2015 +0200
+++ b/mx.graal/mx_graal.py	Wed Jun 24 20:52:38 2015 +0200
@@ -96,7 +96,6 @@
         self.partOfHotSpot = partOfHotSpot # true when this distribution is delivered with HotSpot
 
 _jdkDeployedDists = [
-    JDKDeployedDist('TRUFFLE'),
     JDKDeployedDist('JVMCI_SERVICE', partOfHotSpot=True),
     JDKDeployedDist('JVMCI_API', usesJVMCIClassLoader=True, partOfHotSpot=True),
     JDKDeployedDist('JVMCI_HOTSPOT', usesJVMCIClassLoader=True, partOfHotSpot=True),