common/conf/jib-profiles.js
changeset 44697 ae11efc5ed76
parent 44626 edf5fd4f9eac
parent 44695 aab4fa0803df
child 44894 e1b5a6c45d39
child 46210 244486b722ee
--- a/common/conf/jib-profiles.js	Thu Apr 20 18:14:03 2017 +0000
+++ b/common/conf/jib-profiles.js	Sat Apr 22 00:21:19 2017 +0000
@@ -620,7 +620,7 @@
     var testOnlyProfilesPrebuilt = {
         "run-test-prebuilt": {
             src: "src.conf",
-            dependencies: [ "jtreg", "gnumake", testedProfile + ".jdk",
+            dependencies: [ "jtreg", "gnumake", "boot_jdk", testedProfile + ".jdk",
                 testedProfile + ".test", "src.full"
             ],
             work_dir: input.get("src.full", "install_path") + "/test",
@@ -1131,7 +1131,7 @@
         + "." + (minor != null ? minor : version_numbers.get("DEFAULT_VERSION_MINOR"))
         + "." + (security != null ? security :  version_numbers.get("DEFAULT_VERSION_SECURITY"))
         + "." + (patch != null ? patch : version_numbers.get("DEFAULT_VERSION_PATCH"));
-    while (version.match(".*\.0$")) {
+    while (version.match(".*\\.0$")) {
         version = version.substring(0, version.length - 2);
     }
     return version;