hotspot/.mx.jvmci/suite.py
author dnsimon
Tue, 10 May 2016 08:52:43 -0700
changeset 38663 03fe0752bb2f
parent 38027 8a5693d27400
child 38695 08b834856583
permissions -rw-r--r--
8155023: jdk.vm.ci needs to securely export services Reviewed-by: twisti, kvn, alanb
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
34505
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
     1
suite = {
35837
7edbab7f12d0 8149019: remove redundant modifiers
dnsimon
parents: 35598
diff changeset
     2
  "mxversion" : "5.6.16",
34505
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
     3
  "name" : "jvmci",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
     4
  "url" : "http://openjdk.java.net/projects/graal",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
     5
  "developer" : {
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
     6
    "name" : "Truffle and Graal developers",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
     7
    "email" : "graal-dev@openjdk.java.net",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
     8
    "organization" : "Graal",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
     9
    "organizationUrl" : "http://openjdk.java.net/projects/graal",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    10
  },
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    11
  "repositories" : {
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    12
    "lafo-snapshots" : {
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    13
      "url" : "https://curio.ssw.jku.at/nexus/content/repositories/snapshots",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    14
      "licenses" : ["GPLv2-CPE", "UPL"]
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    15
    },
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    16
  },
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    17
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    18
  "licenses" : {
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    19
    "UPL" : {
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    20
      "name" : "Universal Permissive License, Version 1.0",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    21
      "url" : "http://opensource.org/licenses/UPL",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    22
    }
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    23
  },
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    24
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    25
  "defaultLicense" : "GPLv2-CPE",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    26
35598
8d7bc466f490 8147470: update JVMCI mx extensions
dnsimon
parents: 35564
diff changeset
    27
  # This puts mx/ as a sibling of the JDK build configuration directories
34505
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    28
  # (e.g., macosx-x86_64-normal-server-release).
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    29
  "outputRoot" : "../build/mx/hotspot",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    30
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    31
    # ------------- Libraries -------------
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    32
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    33
  "libraries" : {
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    34
36826
62836dfa9191 8152344: JVMCI test task: Unit tests for ConstantReflectionProvider
kshefov
parents: 35837
diff changeset
    35
    "TESTNG" : {
62836dfa9191 8152344: JVMCI test task: Unit tests for ConstantReflectionProvider
kshefov
parents: 35837
diff changeset
    36
      "urls" : ["http://central.maven.org/maven2/org/testng/testng/6.9.10/testng-6.9.10.jar"],
62836dfa9191 8152344: JVMCI test task: Unit tests for ConstantReflectionProvider
kshefov
parents: 35837
diff changeset
    37
      "sha1" : "6feb3e964aeb7097aff30c372aac3ec0f8d87ede",
34505
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    38
    },
35598
8d7bc466f490 8147470: update JVMCI mx extensions
dnsimon
parents: 35564
diff changeset
    39
8d7bc466f490 8147470: update JVMCI mx extensions
dnsimon
parents: 35564
diff changeset
    40
    # Stubs for classes introduced in JDK9 that allow compilation with a JDK8 javac and Eclipse.
8d7bc466f490 8147470: update JVMCI mx extensions
dnsimon
parents: 35564
diff changeset
    41
    # The "path" and "sha1" attributes are added when mx_jvmci is loaded
8d7bc466f490 8147470: update JVMCI mx extensions
dnsimon
parents: 35564
diff changeset
    42
    # (see mx_jvmci._update_JDK9_STUBS_library()).
8d7bc466f490 8147470: update JVMCI mx extensions
dnsimon
parents: 35564
diff changeset
    43
    "JDK9_STUBS" : {
8d7bc466f490 8147470: update JVMCI mx extensions
dnsimon
parents: 35564
diff changeset
    44
        "license" : "GPLv2-CPE",
8d7bc466f490 8147470: update JVMCI mx extensions
dnsimon
parents: 35564
diff changeset
    45
     },
34505
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    46
  },
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    47
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    48
  "projects" : {
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    49
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    50
    # ------------- JVMCI:Service -------------
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    51
35564
3485bf43b924 8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents: 35160
diff changeset
    52
    "jdk.vm.ci.services" : {
34505
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    53
      "subDir" : "src/jdk.vm.ci/share/classes",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    54
      "sourceDirs" : ["src"],
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    55
      "javaCompliance" : "1.8",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    56
      "workingSets" : "API,JVMCI",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    57
    },
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    58
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    59
    # ------------- JVMCI:API -------------
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    60
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    61
    "jdk.vm.ci.common" : {
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    62
      "subDir" : "src/jdk.vm.ci/share/classes",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    63
      "sourceDirs" : ["src"],
35564
3485bf43b924 8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents: 35160
diff changeset
    64
      "checkstyle" : "jdk.vm.ci.services",
34505
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    65
      "javaCompliance" : "1.8",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    66
      "workingSets" : "API,JVMCI",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    67
    },
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    68
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    69
    "jdk.vm.ci.meta" : {
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    70
      "subDir" : "src/jdk.vm.ci/share/classes",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    71
      "sourceDirs" : ["src"],
35564
3485bf43b924 8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents: 35160
diff changeset
    72
      "checkstyle" : "jdk.vm.ci.services",
34505
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    73
      "javaCompliance" : "1.8",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    74
      "workingSets" : "API,JVMCI",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    75
    },
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    76
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    77
    "jdk.vm.ci.code" : {
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    78
      "subDir" : "src/jdk.vm.ci/share/classes",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    79
      "sourceDirs" : ["src"],
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    80
      "dependencies" : ["jdk.vm.ci.meta"],
35564
3485bf43b924 8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents: 35160
diff changeset
    81
      "checkstyle" : "jdk.vm.ci.services",
34505
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    82
      "javaCompliance" : "1.8",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    83
      "workingSets" : "API,JVMCI",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    84
    },
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    85
38027
8a5693d27400 8153439: do not install an empty SpeculationLog in an nmethod
dnsimon
parents: 38019
diff changeset
    86
    "jdk.vm.ci.code.test" : {
8a5693d27400 8153439: do not install an empty SpeculationLog in an nmethod
dnsimon
parents: 38019
diff changeset
    87
      "subDir" : "test/compiler/jvmci",
8a5693d27400 8153439: do not install an empty SpeculationLog in an nmethod
dnsimon
parents: 38019
diff changeset
    88
      "sourceDirs" : ["src"],
8a5693d27400 8153439: do not install an empty SpeculationLog in an nmethod
dnsimon
parents: 38019
diff changeset
    89
      "dependencies" : [
8a5693d27400 8153439: do not install an empty SpeculationLog in an nmethod
dnsimon
parents: 38019
diff changeset
    90
        "mx:JUNIT",
8a5693d27400 8153439: do not install an empty SpeculationLog in an nmethod
dnsimon
parents: 38019
diff changeset
    91
        "jdk.vm.ci.amd64",
8a5693d27400 8153439: do not install an empty SpeculationLog in an nmethod
dnsimon
parents: 38019
diff changeset
    92
        "jdk.vm.ci.sparc",
8a5693d27400 8153439: do not install an empty SpeculationLog in an nmethod
dnsimon
parents: 38019
diff changeset
    93
        "jdk.vm.ci.code",
8a5693d27400 8153439: do not install an empty SpeculationLog in an nmethod
dnsimon
parents: 38019
diff changeset
    94
        "jdk.vm.ci.hotspot",
8a5693d27400 8153439: do not install an empty SpeculationLog in an nmethod
dnsimon
parents: 38019
diff changeset
    95
      ],
8a5693d27400 8153439: do not install an empty SpeculationLog in an nmethod
dnsimon
parents: 38019
diff changeset
    96
      "checkstyle" : "jdk.vm.ci.services",
8a5693d27400 8153439: do not install an empty SpeculationLog in an nmethod
dnsimon
parents: 38019
diff changeset
    97
      "javaCompliance" : "1.8",
8a5693d27400 8153439: do not install an empty SpeculationLog in an nmethod
dnsimon
parents: 38019
diff changeset
    98
      "workingSets" : "API,JVMCI",
8a5693d27400 8153439: do not install an empty SpeculationLog in an nmethod
dnsimon
parents: 38019
diff changeset
    99
    },
8a5693d27400 8153439: do not install an empty SpeculationLog in an nmethod
dnsimon
parents: 38019
diff changeset
   100
34505
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   101
    "jdk.vm.ci.runtime" : {
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   102
      "subDir" : "src/jdk.vm.ci/share/classes",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   103
      "sourceDirs" : ["src"],
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   104
      "dependencies" : [
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   105
        "jdk.vm.ci.code",
38663
03fe0752bb2f 8155023: jdk.vm.ci needs to securely export services
dnsimon
parents: 38027
diff changeset
   106
        "jdk.vm.ci.services",
34505
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   107
      ],
35564
3485bf43b924 8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents: 35160
diff changeset
   108
      "checkstyle" : "jdk.vm.ci.services",
34505
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   109
      "javaCompliance" : "1.8",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   110
      "workingSets" : "API,JVMCI",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   111
    },
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   112
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   113
    "jdk.vm.ci.runtime.test" : {
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   114
      "subDir" : "test/compiler/jvmci",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   115
      "sourceDirs" : ["src"],
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   116
      "dependencies" : [
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   117
        "mx:JUNIT",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   118
        "jdk.vm.ci.common",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   119
        "jdk.vm.ci.runtime",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   120
      ],
35564
3485bf43b924 8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents: 35160
diff changeset
   121
      "checkstyle" : "jdk.vm.ci.services",
34505
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   122
      "javaCompliance" : "1.8",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   123
      "workingSets" : "API,JVMCI",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   124
    },
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   125
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   126
    "jdk.vm.ci.inittimer" : {
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   127
      "subDir" : "src/jdk.vm.ci/share/classes",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   128
      "sourceDirs" : ["src"],
35564
3485bf43b924 8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents: 35160
diff changeset
   129
      "checkstyle" : "jdk.vm.ci.services",
34505
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   130
      "javaCompliance" : "1.8",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   131
      "workingSets" : "JVMCI",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   132
    },
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   133
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   134
    # ------------- JVMCI:HotSpot -------------
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   135
35148
5cfafc99d791 8143072: [JVMCI] Port JVMCI to AArch64
twisti
parents: 34505
diff changeset
   136
    "jdk.vm.ci.aarch64" : {
5cfafc99d791 8143072: [JVMCI] Port JVMCI to AArch64
twisti
parents: 34505
diff changeset
   137
      "subDir" : "src/jdk.vm.ci/share/classes",
5cfafc99d791 8143072: [JVMCI] Port JVMCI to AArch64
twisti
parents: 34505
diff changeset
   138
      "sourceDirs" : ["src"],
5cfafc99d791 8143072: [JVMCI] Port JVMCI to AArch64
twisti
parents: 34505
diff changeset
   139
      "dependencies" : ["jdk.vm.ci.code"],
35564
3485bf43b924 8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents: 35160
diff changeset
   140
      "checkstyle" : "jdk.vm.ci.services",
35148
5cfafc99d791 8143072: [JVMCI] Port JVMCI to AArch64
twisti
parents: 34505
diff changeset
   141
      "javaCompliance" : "1.8",
5cfafc99d791 8143072: [JVMCI] Port JVMCI to AArch64
twisti
parents: 34505
diff changeset
   142
      "workingSets" : "JVMCI,AArch64",
5cfafc99d791 8143072: [JVMCI] Port JVMCI to AArch64
twisti
parents: 34505
diff changeset
   143
    },
5cfafc99d791 8143072: [JVMCI] Port JVMCI to AArch64
twisti
parents: 34505
diff changeset
   144
34505
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   145
    "jdk.vm.ci.amd64" : {
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   146
      "subDir" : "src/jdk.vm.ci/share/classes",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   147
      "sourceDirs" : ["src"],
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   148
      "dependencies" : ["jdk.vm.ci.code"],
35564
3485bf43b924 8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents: 35160
diff changeset
   149
      "checkstyle" : "jdk.vm.ci.services",
34505
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   150
      "javaCompliance" : "1.8",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   151
      "workingSets" : "JVMCI,AMD64",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   152
    },
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   153
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   154
    "jdk.vm.ci.sparc" : {
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   155
      "subDir" : "src/jdk.vm.ci/share/classes",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   156
      "sourceDirs" : ["src"],
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   157
      "dependencies" : ["jdk.vm.ci.code"],
35564
3485bf43b924 8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents: 35160
diff changeset
   158
      "checkstyle" : "jdk.vm.ci.services",
34505
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   159
      "javaCompliance" : "1.8",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   160
      "workingSets" : "JVMCI,SPARC",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   161
    },
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   162
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   163
    "jdk.vm.ci.hotspot" : {
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   164
      "subDir" : "src/jdk.vm.ci/share/classes",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   165
      "sourceDirs" : ["src"],
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   166
      "dependencies" : [
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   167
        "jdk.vm.ci.hotspotvmconfig",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   168
        "jdk.vm.ci.common",
35160
acae4975b367 8146001: Remove support for command line options from JVMCI
dnsimon
parents: 35148
diff changeset
   169
        "jdk.vm.ci.inittimer",
34505
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   170
        "jdk.vm.ci.runtime",
35564
3485bf43b924 8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents: 35160
diff changeset
   171
        "jdk.vm.ci.services",
35598
8d7bc466f490 8147470: update JVMCI mx extensions
dnsimon
parents: 35564
diff changeset
   172
        "JDK9_STUBS",
34505
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   173
      ],
35564
3485bf43b924 8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents: 35160
diff changeset
   174
      "checkstyle" : "jdk.vm.ci.services",
34505
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   175
      "javaCompliance" : "1.8",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   176
      "workingSets" : "JVMCI",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   177
    },
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   178
36826
62836dfa9191 8152344: JVMCI test task: Unit tests for ConstantReflectionProvider
kshefov
parents: 35837
diff changeset
   179
    "jdk.vm.ci.hotspot.test" : {
62836dfa9191 8152344: JVMCI test task: Unit tests for ConstantReflectionProvider
kshefov
parents: 35837
diff changeset
   180
      "subDir" : "test/compiler/jvmci",
62836dfa9191 8152344: JVMCI test task: Unit tests for ConstantReflectionProvider
kshefov
parents: 35837
diff changeset
   181
      "sourceDirs" : ["src"],
62836dfa9191 8152344: JVMCI test task: Unit tests for ConstantReflectionProvider
kshefov
parents: 35837
diff changeset
   182
      "dependencies" : [
38019
28b6a97849ed 8153165: Fix MX tool config script to make the tool work with TESTNG
kshefov
parents: 36826
diff changeset
   183
        "TESTNG",
36826
62836dfa9191 8152344: JVMCI test task: Unit tests for ConstantReflectionProvider
kshefov
parents: 35837
diff changeset
   184
        "jdk.vm.ci.hotspot",
62836dfa9191 8152344: JVMCI test task: Unit tests for ConstantReflectionProvider
kshefov
parents: 35837
diff changeset
   185
      ],
62836dfa9191 8152344: JVMCI test task: Unit tests for ConstantReflectionProvider
kshefov
parents: 35837
diff changeset
   186
      "checkstyle" : "jdk.vm.ci.services",
62836dfa9191 8152344: JVMCI test task: Unit tests for ConstantReflectionProvider
kshefov
parents: 35837
diff changeset
   187
      "javaCompliance" : "1.8",
62836dfa9191 8152344: JVMCI test task: Unit tests for ConstantReflectionProvider
kshefov
parents: 35837
diff changeset
   188
      "workingSets" : "API,JVMCI",
62836dfa9191 8152344: JVMCI test task: Unit tests for ConstantReflectionProvider
kshefov
parents: 35837
diff changeset
   189
    },
62836dfa9191 8152344: JVMCI test task: Unit tests for ConstantReflectionProvider
kshefov
parents: 35837
diff changeset
   190
34505
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   191
    "jdk.vm.ci.hotspotvmconfig" : {
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   192
      "subDir" : "src/jdk.vm.ci/share/classes",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   193
      "sourceDirs" : ["src"],
35564
3485bf43b924 8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents: 35160
diff changeset
   194
      "checkstyle" : "jdk.vm.ci.services",
34505
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   195
      "javaCompliance" : "1.8",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   196
      "workingSets" : "JVMCI,HotSpot",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   197
    },
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   198
35148
5cfafc99d791 8143072: [JVMCI] Port JVMCI to AArch64
twisti
parents: 34505
diff changeset
   199
    "jdk.vm.ci.hotspot.aarch64" : {
5cfafc99d791 8143072: [JVMCI] Port JVMCI to AArch64
twisti
parents: 34505
diff changeset
   200
      "subDir" : "src/jdk.vm.ci/share/classes",
5cfafc99d791 8143072: [JVMCI] Port JVMCI to AArch64
twisti
parents: 34505
diff changeset
   201
      "sourceDirs" : ["src"],
5cfafc99d791 8143072: [JVMCI] Port JVMCI to AArch64
twisti
parents: 34505
diff changeset
   202
      "dependencies" : [
5cfafc99d791 8143072: [JVMCI] Port JVMCI to AArch64
twisti
parents: 34505
diff changeset
   203
        "jdk.vm.ci.aarch64",
5cfafc99d791 8143072: [JVMCI] Port JVMCI to AArch64
twisti
parents: 34505
diff changeset
   204
        "jdk.vm.ci.hotspot",
5cfafc99d791 8143072: [JVMCI] Port JVMCI to AArch64
twisti
parents: 34505
diff changeset
   205
      ],
35564
3485bf43b924 8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents: 35160
diff changeset
   206
      "checkstyle" : "jdk.vm.ci.services",
35148
5cfafc99d791 8143072: [JVMCI] Port JVMCI to AArch64
twisti
parents: 34505
diff changeset
   207
      "javaCompliance" : "1.8",
5cfafc99d791 8143072: [JVMCI] Port JVMCI to AArch64
twisti
parents: 34505
diff changeset
   208
      "workingSets" : "JVMCI,HotSpot,AArch64",
5cfafc99d791 8143072: [JVMCI] Port JVMCI to AArch64
twisti
parents: 34505
diff changeset
   209
    },
5cfafc99d791 8143072: [JVMCI] Port JVMCI to AArch64
twisti
parents: 34505
diff changeset
   210
34505
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   211
    "jdk.vm.ci.hotspot.amd64" : {
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   212
      "subDir" : "src/jdk.vm.ci/share/classes",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   213
      "sourceDirs" : ["src"],
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   214
      "dependencies" : [
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   215
        "jdk.vm.ci.amd64",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   216
        "jdk.vm.ci.hotspot",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   217
      ],
35564
3485bf43b924 8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents: 35160
diff changeset
   218
      "checkstyle" : "jdk.vm.ci.services",
34505
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   219
      "javaCompliance" : "1.8",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   220
      "workingSets" : "JVMCI,HotSpot,AMD64",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   221
    },
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   222
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   223
    "jdk.vm.ci.hotspot.sparc" : {
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   224
      "subDir" : "src/jdk.vm.ci/share/classes",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   225
      "sourceDirs" : ["src"],
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   226
      "dependencies" : [
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   227
        "jdk.vm.ci.sparc",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   228
        "jdk.vm.ci.hotspot",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   229
      ],
35564
3485bf43b924 8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents: 35160
diff changeset
   230
      "checkstyle" : "jdk.vm.ci.services",
34505
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   231
      "javaCompliance" : "1.8",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   232
      "workingSets" : "JVMCI,HotSpot,SPARC",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   233
    },
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   234
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   235
    "hotspot" : {
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   236
      "native" : True,
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   237
      "class" : "HotSpotProject",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   238
    }
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   239
  },
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   240
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   241
  "distributions" : {
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   242
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   243
    # ------------- Distributions -------------
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   244
35564
3485bf43b924 8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents: 35160
diff changeset
   245
    "JVMCI_SERVICES" : {
34505
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   246
      "subDir" : "src/jdk.vm.ci/share/classes",
35564
3485bf43b924 8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents: 35160
diff changeset
   247
      "dependencies" : ["jdk.vm.ci.services"],
34505
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   248
    },
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   249
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   250
    "JVMCI_API" : {
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   251
      "subDir" : "src/jdk.vm.ci/share/classes",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   252
      "dependencies" : [
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   253
        "jdk.vm.ci.inittimer",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   254
        "jdk.vm.ci.runtime",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   255
        "jdk.vm.ci.common",
35148
5cfafc99d791 8143072: [JVMCI] Port JVMCI to AArch64
twisti
parents: 34505
diff changeset
   256
        "jdk.vm.ci.aarch64",
34505
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   257
        "jdk.vm.ci.amd64",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   258
        "jdk.vm.ci.sparc",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   259
      ],
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   260
      "distDependencies" : [
35564
3485bf43b924 8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents: 35160
diff changeset
   261
        "JVMCI_SERVICES",
34505
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   262
      ],
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   263
    },
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   264
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   265
    "JVMCI_HOTSPOTVMCONFIG" : {
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   266
      "subDir" : "src/jdk.vm.ci/share/classes",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   267
      "dependencies" : [
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   268
        "jdk.vm.ci.hotspotvmconfig",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   269
      ],
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   270
    },
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   271
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   272
    "JVMCI_HOTSPOT" : {
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   273
      "subDir" : "src/jdk.vm.ci/share/classes",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   274
      "dependencies" : [
35148
5cfafc99d791 8143072: [JVMCI] Port JVMCI to AArch64
twisti
parents: 34505
diff changeset
   275
        "jdk.vm.ci.hotspot.aarch64",
34505
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   276
        "jdk.vm.ci.hotspot.amd64",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   277
        "jdk.vm.ci.hotspot.sparc",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   278
      ],
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   279
      "distDependencies" : [
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   280
        "JVMCI_HOTSPOTVMCONFIG",
35564
3485bf43b924 8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents: 35160
diff changeset
   281
        "JVMCI_SERVICES",
34505
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   282
        "JVMCI_API",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   283
      ],
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   284
    },
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   285
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   286
    "JVMCI_TEST" : {
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   287
      "subDir" : "test/compiler/jvmci",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   288
      "dependencies" : [
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   289
        "jdk.vm.ci.runtime.test",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   290
      ],
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   291
      "distDependencies" : [
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   292
        "JVMCI_API",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   293
      ],
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   294
      "exclude" : ["mx:JUNIT"],
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   295
    },
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   296
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   297
    # This exists to have a monolithic jvmci.jar file which simplifies
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   298
    # using the -Xoverride option in JDK9.
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   299
    "JVMCI" : {
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   300
      "subDir" : "src/jdk.vm.ci/share/classes",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   301
      "overlaps" : [
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   302
        "JVMCI_API",
35564
3485bf43b924 8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents: 35160
diff changeset
   303
        "JVMCI_SERVICES",
34505
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   304
        "JVMCI_HOTSPOT",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   305
        "JVMCI_HOTSPOTVMCONFIG",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   306
      ],
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   307
      "dependencies" : [
35564
3485bf43b924 8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents: 35160
diff changeset
   308
        "jdk.vm.ci.services",
34505
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   309
        "jdk.vm.ci.inittimer",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   310
        "jdk.vm.ci.runtime",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   311
        "jdk.vm.ci.common",
35148
5cfafc99d791 8143072: [JVMCI] Port JVMCI to AArch64
twisti
parents: 34505
diff changeset
   312
        "jdk.vm.ci.aarch64",
34505
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   313
        "jdk.vm.ci.amd64",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   314
        "jdk.vm.ci.sparc",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   315
        "jdk.vm.ci.hotspotvmconfig",
35148
5cfafc99d791 8143072: [JVMCI] Port JVMCI to AArch64
twisti
parents: 34505
diff changeset
   316
        "jdk.vm.ci.hotspot.aarch64",
34505
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   317
        "jdk.vm.ci.hotspot.amd64",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   318
        "jdk.vm.ci.hotspot.sparc",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   319
      ],
35598
8d7bc466f490 8147470: update JVMCI mx extensions
dnsimon
parents: 35564
diff changeset
   320
      "exclude" : ["JDK9_STUBS"]
34505
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   321
    },
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   322
  },
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   323
}