src/hotspot/.mx.jvmci/suite.py
author dnsimon
Thu, 16 Aug 2018 09:46:09 +0200
changeset 51420 6bb7b8d0da76
parent 47618 57cdc5222925
child 52433 a0ea20bc7af0
permissions -rw-r--r--
8209535: [JVMCI] Do not swallow NoClassDefFoundError when converting JVMCI methods and fields to reflection objects Reviewed-by: kvn, iveresov
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 = {
38695
08b834856583 8156835: [JVMCI] clean up and minimize JVMCI
dnsimon
parents: 38663
diff changeset
     2
  "mxversion" : "5.23.1",
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
47618
57cdc5222925 8189183: [AOT] Fix eclipse project generation after repo consolidation
iveresov
parents: 47216
diff changeset
    27
  "outputRoot" : "../../build/mx/hotspot",
34505
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    28
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    29
    # ------------- Libraries -------------
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
36826
62836dfa9191 8152344: JVMCI test task: Unit tests for ConstantReflectionProvider
kshefov
parents: 35837
diff changeset
    33
    "TESTNG" : {
62836dfa9191 8152344: JVMCI test task: Unit tests for ConstantReflectionProvider
kshefov
parents: 35837
diff changeset
    34
      "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
    35
      "sha1" : "6feb3e964aeb7097aff30c372aac3ec0f8d87ede",
34505
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    36
    },
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    37
  },
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    38
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    39
  "projects" : {
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    40
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    41
    # ------------- JVMCI:Service -------------
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    42
35564
3485bf43b924 8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents: 35160
diff changeset
    43
    "jdk.vm.ci.services" : {
47618
57cdc5222925 8189183: [AOT] Fix eclipse project generation after repo consolidation
iveresov
parents: 47216
diff changeset
    44
      "subDir" : "../jdk.internal.vm.ci/share/classes",
34505
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    45
      "sourceDirs" : ["src"],
51420
6bb7b8d0da76 8209535: [JVMCI] Do not swallow NoClassDefFoundError when converting JVMCI methods and fields to reflection objects
dnsimon
parents: 47618
diff changeset
    46
      "javaCompliance" : "9+",
6bb7b8d0da76 8209535: [JVMCI] Do not swallow NoClassDefFoundError when converting JVMCI methods and fields to reflection objects
dnsimon
parents: 47618
diff changeset
    47
      "checkstyleVersion" : "8.8",
34505
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    48
      "workingSets" : "API,JVMCI",
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
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    51
    # ------------- JVMCI:API -------------
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    52
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    53
    "jdk.vm.ci.common" : {
47618
57cdc5222925 8189183: [AOT] Fix eclipse project generation after repo consolidation
iveresov
parents: 47216
diff changeset
    54
      "subDir" : "../jdk.internal.vm.ci/share/classes",
34505
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    55
      "sourceDirs" : ["src"],
35564
3485bf43b924 8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents: 35160
diff changeset
    56
      "checkstyle" : "jdk.vm.ci.services",
51420
6bb7b8d0da76 8209535: [JVMCI] Do not swallow NoClassDefFoundError when converting JVMCI methods and fields to reflection objects
dnsimon
parents: 47618
diff changeset
    57
      "javaCompliance" : "9+",
34505
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    58
      "workingSets" : "API,JVMCI",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    59
    },
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.meta" : {
47618
57cdc5222925 8189183: [AOT] Fix eclipse project generation after repo consolidation
iveresov
parents: 47216
diff changeset
    62
      "subDir" : "../jdk.internal.vm.ci/share/classes",
34505
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",
51420
6bb7b8d0da76 8209535: [JVMCI] Do not swallow NoClassDefFoundError when converting JVMCI methods and fields to reflection objects
dnsimon
parents: 47618
diff changeset
    65
      "javaCompliance" : "9+",
34505
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.code" : {
47618
57cdc5222925 8189183: [AOT] Fix eclipse project generation after repo consolidation
iveresov
parents: 47216
diff changeset
    70
      "subDir" : "../jdk.internal.vm.ci/share/classes",
34505
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    71
      "sourceDirs" : ["src"],
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    72
      "dependencies" : ["jdk.vm.ci.meta"],
35564
3485bf43b924 8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents: 35160
diff changeset
    73
      "checkstyle" : "jdk.vm.ci.services",
51420
6bb7b8d0da76 8209535: [JVMCI] Do not swallow NoClassDefFoundError when converting JVMCI methods and fields to reflection objects
dnsimon
parents: 47618
diff changeset
    74
      "javaCompliance" : "9+",
34505
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    75
      "workingSets" : "API,JVMCI",
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
38027
8a5693d27400 8153439: do not install an empty SpeculationLog in an nmethod
dnsimon
parents: 38019
diff changeset
    78
    "jdk.vm.ci.code.test" : {
47618
57cdc5222925 8189183: [AOT] Fix eclipse project generation after repo consolidation
iveresov
parents: 47216
diff changeset
    79
      "subDir" : "../../test/hotspot/jtreg/compiler/jvmci",
38027
8a5693d27400 8153439: do not install an empty SpeculationLog in an nmethod
dnsimon
parents: 38019
diff changeset
    80
      "sourceDirs" : ["src"],
8a5693d27400 8153439: do not install an empty SpeculationLog in an nmethod
dnsimon
parents: 38019
diff changeset
    81
      "dependencies" : [
8a5693d27400 8153439: do not install an empty SpeculationLog in an nmethod
dnsimon
parents: 38019
diff changeset
    82
        "mx:JUNIT",
8a5693d27400 8153439: do not install an empty SpeculationLog in an nmethod
dnsimon
parents: 38019
diff changeset
    83
        "jdk.vm.ci.amd64",
8a5693d27400 8153439: do not install an empty SpeculationLog in an nmethod
dnsimon
parents: 38019
diff changeset
    84
        "jdk.vm.ci.sparc",
8a5693d27400 8153439: do not install an empty SpeculationLog in an nmethod
dnsimon
parents: 38019
diff changeset
    85
        "jdk.vm.ci.code",
8a5693d27400 8153439: do not install an empty SpeculationLog in an nmethod
dnsimon
parents: 38019
diff changeset
    86
        "jdk.vm.ci.hotspot",
8a5693d27400 8153439: do not install an empty SpeculationLog in an nmethod
dnsimon
parents: 38019
diff changeset
    87
      ],
8a5693d27400 8153439: do not install an empty SpeculationLog in an nmethod
dnsimon
parents: 38019
diff changeset
    88
      "checkstyle" : "jdk.vm.ci.services",
51420
6bb7b8d0da76 8209535: [JVMCI] Do not swallow NoClassDefFoundError when converting JVMCI methods and fields to reflection objects
dnsimon
parents: 47618
diff changeset
    89
      "javaCompliance" : "9+",
38027
8a5693d27400 8153439: do not install an empty SpeculationLog in an nmethod
dnsimon
parents: 38019
diff changeset
    90
      "workingSets" : "API,JVMCI",
8a5693d27400 8153439: do not install an empty SpeculationLog in an nmethod
dnsimon
parents: 38019
diff changeset
    91
    },
8a5693d27400 8153439: do not install an empty SpeculationLog in an nmethod
dnsimon
parents: 38019
diff changeset
    92
34505
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    93
    "jdk.vm.ci.runtime" : {
47618
57cdc5222925 8189183: [AOT] Fix eclipse project generation after repo consolidation
iveresov
parents: 47216
diff changeset
    94
      "subDir" : "../jdk.internal.vm.ci/share/classes",
34505
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    95
      "sourceDirs" : ["src"],
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    96
      "dependencies" : [
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    97
        "jdk.vm.ci.code",
38663
03fe0752bb2f 8155023: jdk.vm.ci needs to securely export services
dnsimon
parents: 38027
diff changeset
    98
        "jdk.vm.ci.services",
34505
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
    99
      ],
35564
3485bf43b924 8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents: 35160
diff changeset
   100
      "checkstyle" : "jdk.vm.ci.services",
51420
6bb7b8d0da76 8209535: [JVMCI] Do not swallow NoClassDefFoundError when converting JVMCI methods and fields to reflection objects
dnsimon
parents: 47618
diff changeset
   101
      "javaCompliance" : "9+",
34505
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   102
      "workingSets" : "API,JVMCI",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   103
    },
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   104
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   105
    "jdk.vm.ci.runtime.test" : {
47618
57cdc5222925 8189183: [AOT] Fix eclipse project generation after repo consolidation
iveresov
parents: 47216
diff changeset
   106
      "subDir" : "../../test/hotspot/jtreg/compiler/jvmci",
34505
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   107
      "sourceDirs" : ["src"],
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   108
      "dependencies" : [
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   109
        "mx:JUNIT",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   110
        "jdk.vm.ci.common",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   111
        "jdk.vm.ci.runtime",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   112
      ],
35564
3485bf43b924 8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents: 35160
diff changeset
   113
      "checkstyle" : "jdk.vm.ci.services",
51420
6bb7b8d0da76 8209535: [JVMCI] Do not swallow NoClassDefFoundError when converting JVMCI methods and fields to reflection objects
dnsimon
parents: 47618
diff changeset
   114
      "javaCompliance" : "9+",
34505
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   115
      "workingSets" : "API,JVMCI",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   116
    },
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   117
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   118
    # ------------- JVMCI:HotSpot -------------
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   119
35148
5cfafc99d791 8143072: [JVMCI] Port JVMCI to AArch64
twisti
parents: 34505
diff changeset
   120
    "jdk.vm.ci.aarch64" : {
47618
57cdc5222925 8189183: [AOT] Fix eclipse project generation after repo consolidation
iveresov
parents: 47216
diff changeset
   121
      "subDir" : "../jdk.internal.vm.ci/share/classes",
35148
5cfafc99d791 8143072: [JVMCI] Port JVMCI to AArch64
twisti
parents: 34505
diff changeset
   122
      "sourceDirs" : ["src"],
5cfafc99d791 8143072: [JVMCI] Port JVMCI to AArch64
twisti
parents: 34505
diff changeset
   123
      "dependencies" : ["jdk.vm.ci.code"],
35564
3485bf43b924 8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents: 35160
diff changeset
   124
      "checkstyle" : "jdk.vm.ci.services",
51420
6bb7b8d0da76 8209535: [JVMCI] Do not swallow NoClassDefFoundError when converting JVMCI methods and fields to reflection objects
dnsimon
parents: 47618
diff changeset
   125
      "javaCompliance" : "9+",
35148
5cfafc99d791 8143072: [JVMCI] Port JVMCI to AArch64
twisti
parents: 34505
diff changeset
   126
      "workingSets" : "JVMCI,AArch64",
5cfafc99d791 8143072: [JVMCI] Port JVMCI to AArch64
twisti
parents: 34505
diff changeset
   127
    },
5cfafc99d791 8143072: [JVMCI] Port JVMCI to AArch64
twisti
parents: 34505
diff changeset
   128
34505
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   129
    "jdk.vm.ci.amd64" : {
47618
57cdc5222925 8189183: [AOT] Fix eclipse project generation after repo consolidation
iveresov
parents: 47216
diff changeset
   130
      "subDir" : "../jdk.internal.vm.ci/share/classes",
34505
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   131
      "sourceDirs" : ["src"],
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   132
      "dependencies" : ["jdk.vm.ci.code"],
35564
3485bf43b924 8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents: 35160
diff changeset
   133
      "checkstyle" : "jdk.vm.ci.services",
51420
6bb7b8d0da76 8209535: [JVMCI] Do not swallow NoClassDefFoundError when converting JVMCI methods and fields to reflection objects
dnsimon
parents: 47618
diff changeset
   134
      "javaCompliance" : "9+",
34505
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   135
      "workingSets" : "JVMCI,AMD64",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   136
    },
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   137
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   138
    "jdk.vm.ci.sparc" : {
47618
57cdc5222925 8189183: [AOT] Fix eclipse project generation after repo consolidation
iveresov
parents: 47216
diff changeset
   139
      "subDir" : "../jdk.internal.vm.ci/share/classes",
34505
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   140
      "sourceDirs" : ["src"],
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   141
      "dependencies" : ["jdk.vm.ci.code"],
35564
3485bf43b924 8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents: 35160
diff changeset
   142
      "checkstyle" : "jdk.vm.ci.services",
51420
6bb7b8d0da76 8209535: [JVMCI] Do not swallow NoClassDefFoundError when converting JVMCI methods and fields to reflection objects
dnsimon
parents: 47618
diff changeset
   143
      "javaCompliance" : "9+",
34505
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   144
      "workingSets" : "JVMCI,SPARC",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   145
    },
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   146
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   147
    "jdk.vm.ci.hotspot" : {
47618
57cdc5222925 8189183: [AOT] Fix eclipse project generation after repo consolidation
iveresov
parents: 47216
diff changeset
   148
      "subDir" : "../jdk.internal.vm.ci/share/classes",
34505
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   149
      "sourceDirs" : ["src"],
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   150
      "dependencies" : [
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   151
        "jdk.vm.ci.common",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   152
        "jdk.vm.ci.runtime",
35564
3485bf43b924 8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents: 35160
diff changeset
   153
        "jdk.vm.ci.services",
38695
08b834856583 8156835: [JVMCI] clean up and minimize JVMCI
dnsimon
parents: 38663
diff changeset
   154
      ],
08b834856583 8156835: [JVMCI] clean up and minimize JVMCI
dnsimon
parents: 38663
diff changeset
   155
      "imports" : [
08b834856583 8156835: [JVMCI] clean up and minimize JVMCI
dnsimon
parents: 38663
diff changeset
   156
        "jdk.internal.misc",
08b834856583 8156835: [JVMCI] clean up and minimize JVMCI
dnsimon
parents: 38663
diff changeset
   157
        "jdk.internal.org.objectweb.asm",
34505
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   158
      ],
35564
3485bf43b924 8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents: 35160
diff changeset
   159
      "checkstyle" : "jdk.vm.ci.services",
51420
6bb7b8d0da76 8209535: [JVMCI] Do not swallow NoClassDefFoundError when converting JVMCI methods and fields to reflection objects
dnsimon
parents: 47618
diff changeset
   160
      "javaCompliance" : "9+",
34505
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   161
      "workingSets" : "JVMCI",
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
36826
62836dfa9191 8152344: JVMCI test task: Unit tests for ConstantReflectionProvider
kshefov
parents: 35837
diff changeset
   164
    "jdk.vm.ci.hotspot.test" : {
47618
57cdc5222925 8189183: [AOT] Fix eclipse project generation after repo consolidation
iveresov
parents: 47216
diff changeset
   165
      "subDir" : "../../test/hotspot/jtreg/compiler/jvmci",
36826
62836dfa9191 8152344: JVMCI test task: Unit tests for ConstantReflectionProvider
kshefov
parents: 35837
diff changeset
   166
      "sourceDirs" : ["src"],
62836dfa9191 8152344: JVMCI test task: Unit tests for ConstantReflectionProvider
kshefov
parents: 35837
diff changeset
   167
      "dependencies" : [
38019
28b6a97849ed 8153165: Fix MX tool config script to make the tool work with TESTNG
kshefov
parents: 36826
diff changeset
   168
        "TESTNG",
36826
62836dfa9191 8152344: JVMCI test task: Unit tests for ConstantReflectionProvider
kshefov
parents: 35837
diff changeset
   169
        "jdk.vm.ci.hotspot",
62836dfa9191 8152344: JVMCI test task: Unit tests for ConstantReflectionProvider
kshefov
parents: 35837
diff changeset
   170
      ],
62836dfa9191 8152344: JVMCI test task: Unit tests for ConstantReflectionProvider
kshefov
parents: 35837
diff changeset
   171
      "checkstyle" : "jdk.vm.ci.services",
51420
6bb7b8d0da76 8209535: [JVMCI] Do not swallow NoClassDefFoundError when converting JVMCI methods and fields to reflection objects
dnsimon
parents: 47618
diff changeset
   172
      "javaCompliance" : "9+",
36826
62836dfa9191 8152344: JVMCI test task: Unit tests for ConstantReflectionProvider
kshefov
parents: 35837
diff changeset
   173
      "workingSets" : "API,JVMCI",
62836dfa9191 8152344: JVMCI test task: Unit tests for ConstantReflectionProvider
kshefov
parents: 35837
diff changeset
   174
    },
62836dfa9191 8152344: JVMCI test task: Unit tests for ConstantReflectionProvider
kshefov
parents: 35837
diff changeset
   175
35148
5cfafc99d791 8143072: [JVMCI] Port JVMCI to AArch64
twisti
parents: 34505
diff changeset
   176
    "jdk.vm.ci.hotspot.aarch64" : {
47618
57cdc5222925 8189183: [AOT] Fix eclipse project generation after repo consolidation
iveresov
parents: 47216
diff changeset
   177
      "subDir" : "../jdk.internal.vm.ci/share/classes",
35148
5cfafc99d791 8143072: [JVMCI] Port JVMCI to AArch64
twisti
parents: 34505
diff changeset
   178
      "sourceDirs" : ["src"],
5cfafc99d791 8143072: [JVMCI] Port JVMCI to AArch64
twisti
parents: 34505
diff changeset
   179
      "dependencies" : [
5cfafc99d791 8143072: [JVMCI] Port JVMCI to AArch64
twisti
parents: 34505
diff changeset
   180
        "jdk.vm.ci.aarch64",
5cfafc99d791 8143072: [JVMCI] Port JVMCI to AArch64
twisti
parents: 34505
diff changeset
   181
        "jdk.vm.ci.hotspot",
5cfafc99d791 8143072: [JVMCI] Port JVMCI to AArch64
twisti
parents: 34505
diff changeset
   182
      ],
35564
3485bf43b924 8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents: 35160
diff changeset
   183
      "checkstyle" : "jdk.vm.ci.services",
51420
6bb7b8d0da76 8209535: [JVMCI] Do not swallow NoClassDefFoundError when converting JVMCI methods and fields to reflection objects
dnsimon
parents: 47618
diff changeset
   184
      "javaCompliance" : "9+",
35148
5cfafc99d791 8143072: [JVMCI] Port JVMCI to AArch64
twisti
parents: 34505
diff changeset
   185
      "workingSets" : "JVMCI,HotSpot,AArch64",
5cfafc99d791 8143072: [JVMCI] Port JVMCI to AArch64
twisti
parents: 34505
diff changeset
   186
    },
5cfafc99d791 8143072: [JVMCI] Port JVMCI to AArch64
twisti
parents: 34505
diff changeset
   187
34505
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   188
    "jdk.vm.ci.hotspot.amd64" : {
47618
57cdc5222925 8189183: [AOT] Fix eclipse project generation after repo consolidation
iveresov
parents: 47216
diff changeset
   189
      "subDir" : "../jdk.internal.vm.ci/share/classes",
34505
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   190
      "sourceDirs" : ["src"],
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   191
      "dependencies" : [
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   192
        "jdk.vm.ci.amd64",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   193
        "jdk.vm.ci.hotspot",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   194
      ],
35564
3485bf43b924 8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents: 35160
diff changeset
   195
      "checkstyle" : "jdk.vm.ci.services",
51420
6bb7b8d0da76 8209535: [JVMCI] Do not swallow NoClassDefFoundError when converting JVMCI methods and fields to reflection objects
dnsimon
parents: 47618
diff changeset
   196
      "javaCompliance" : "9+",
34505
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   197
      "workingSets" : "JVMCI,HotSpot,AMD64",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   198
    },
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   199
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   200
    "jdk.vm.ci.hotspot.sparc" : {
47618
57cdc5222925 8189183: [AOT] Fix eclipse project generation after repo consolidation
iveresov
parents: 47216
diff changeset
   201
      "subDir" : "../jdk.internal.vm.ci/share/classes",
34505
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   202
      "sourceDirs" : ["src"],
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   203
      "dependencies" : [
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   204
        "jdk.vm.ci.sparc",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   205
        "jdk.vm.ci.hotspot",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   206
      ],
35564
3485bf43b924 8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents: 35160
diff changeset
   207
      "checkstyle" : "jdk.vm.ci.services",
51420
6bb7b8d0da76 8209535: [JVMCI] Do not swallow NoClassDefFoundError when converting JVMCI methods and fields to reflection objects
dnsimon
parents: 47618
diff changeset
   208
      "javaCompliance" : "9+",
34505
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   209
      "workingSets" : "JVMCI,HotSpot,SPARC",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   210
    },
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   211
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   212
    "hotspot" : {
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   213
      "native" : True,
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   214
      "class" : "HotSpotProject",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   215
    }
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   216
  },
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   217
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   218
  "distributions" : {
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   219
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   220
    # ------------- Distributions -------------
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   221
35564
3485bf43b924 8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents: 35160
diff changeset
   222
    "JVMCI_SERVICES" : {
47618
57cdc5222925 8189183: [AOT] Fix eclipse project generation after repo consolidation
iveresov
parents: 47216
diff changeset
   223
      "subDir" : "../jdk.internal.vm.ci/share/classes",
35564
3485bf43b924 8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents: 35160
diff changeset
   224
      "dependencies" : ["jdk.vm.ci.services"],
34505
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   225
    },
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   226
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   227
    "JVMCI_API" : {
47618
57cdc5222925 8189183: [AOT] Fix eclipse project generation after repo consolidation
iveresov
parents: 47216
diff changeset
   228
      "subDir" : "../jdk.internal.vm.ci/share/classes",
34505
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   229
      "dependencies" : [
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   230
        "jdk.vm.ci.runtime",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   231
        "jdk.vm.ci.common",
35148
5cfafc99d791 8143072: [JVMCI] Port JVMCI to AArch64
twisti
parents: 34505
diff changeset
   232
        "jdk.vm.ci.aarch64",
34505
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   233
        "jdk.vm.ci.amd64",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   234
        "jdk.vm.ci.sparc",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   235
      ],
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   236
      "distDependencies" : [
35564
3485bf43b924 8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents: 35160
diff changeset
   237
        "JVMCI_SERVICES",
34505
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
    "JVMCI_HOTSPOT" : {
47618
57cdc5222925 8189183: [AOT] Fix eclipse project generation after repo consolidation
iveresov
parents: 47216
diff changeset
   242
      "subDir" : "../jdk.internal.vm.ci/share/classes",
34505
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   243
      "dependencies" : [
35148
5cfafc99d791 8143072: [JVMCI] Port JVMCI to AArch64
twisti
parents: 34505
diff changeset
   244
        "jdk.vm.ci.hotspot.aarch64",
34505
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   245
        "jdk.vm.ci.hotspot.amd64",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   246
        "jdk.vm.ci.hotspot.sparc",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   247
      ],
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   248
      "distDependencies" : [
35564
3485bf43b924 8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon
parents: 35160
diff changeset
   249
        "JVMCI_SERVICES",
34505
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
      ],
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   252
    },
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   253
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   254
    "JVMCI_TEST" : {
47618
57cdc5222925 8189183: [AOT] Fix eclipse project generation after repo consolidation
iveresov
parents: 47216
diff changeset
   255
      "subDir" : "../../test/hotspot/jtreg/compiler/jvmci",
34505
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   256
      "dependencies" : [
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   257
        "jdk.vm.ci.runtime.test",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   258
      ],
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   259
      "distDependencies" : [
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   260
        "JVMCI_API",
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   261
      ],
90f4fd15d739 8139921: add mx configuration files to support HotSpot IDE configuration generation
twisti
parents:
diff changeset
   262
      "exclude" : ["mx:JUNIT"],
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
}