changeset 22171:2eff41bef7cd

adapted mx2 changes
author Doug Simon <doug.simon@oracle.com>
date Fri, 17 Jul 2015 13:38:10 +0200
parents 480635800a1b
children c3331cd13f06
files mx.jvmci/mx_jvmci.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mx.jvmci/mx_jvmci.py	Sat Jul 11 07:28:17 2015 +0200
+++ b/mx.jvmci/mx_jvmci.py	Fri Jul 17 13:38:10 2015 +0200
@@ -765,7 +765,7 @@
     if not opts2.native:
         return
 
-    if opts2.java and not opts2.projects and not opts2.only:
+    if opts2.java and not opts2.dependencies and not opts2.only:
         # Only check deployed JVMCI files on a full build
         _check_for_obsolete_jvmci_files()
 
@@ -1012,7 +1012,7 @@
     _updateInstalledJVMCIOptionsFile(jdk)
     mx.expand_project_in_args(args)
     if _make_eclipse_launch:
-        mx.make_eclipse_launch(_suite, args, _suite.name + '-' + build, name=None, deps=mx.sorted_deps(includeLibs=True))
+        mx.make_eclipse_launch(_suite, args, _suite.name + '-' + build, name=None, deps=mx.dependencies())
     if _jacoco == 'on' or _jacoco == 'append':
         jacocoagent = mx.library("JACOCOAGENT", True)
         # Exclude all compiler tests and snippets