diff mx.jvmci/mx_jvmci_makefile.py @ 22278:224416477bab

rename mx.java() to mx.get_jdk()
author Doug Simon <doug.simon@oracle.com>
date Wed, 22 Jul 2015 12:02:52 +0200
parents 706aa848a8d7
children c232a2ea1fd2
line wrap: on
line diff
--- a/mx.jvmci/mx_jvmci_makefile.py	Wed Jul 22 11:54:12 2015 +0200
+++ b/mx.jvmci/mx_jvmci_makefile.py	Wed Jul 22 12:02:52 2015 +0200
@@ -128,7 +128,7 @@
 
 
 def do_build_makefile(mf, selectedDists):
-    java = mx.java()
+    java = mx.get_jdk()
     bootClassPath = java.bootclasspath()
     bootClassPath = bootClassPath.replace(os.path.realpath(java.jdk), "$(ABS_BOOTDIR)")
     jdkBootClassPathVariableName = "JDK_BOOTCLASSPATH"