test/hotspot/jtreg/TEST.groups
Index Unified diffs Context diffs Sdiffs Frames Patch New Old Previous File Next File open Sdiff test/hotspot/jtreg

test/hotspot/jtreg/TEST.groups

Print this page




  14 #
  15 # You should have received a copy of the GNU General Public License version
  16 # 2 along with this work; if not, write to the Free Software Foundation,
  17 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18 #
  19 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20 # or visit www.oracle.com if you need additional information or have any
  21 # questions.
  22 #
  23 
  24 hotspot_all = \
  25   /
  26 
  27 hotspot_all_no_apps = \
  28   / \
  29   -applications
  30 
  31 hotspot_compiler = \
  32   compiler
  33 




  34 hotspot_gc = \
  35   gc
  36 
  37 hotspot_runtime = \
  38   runtime
  39 
  40 hotspot_handshake = \
  41   runtime/handshake
  42 
  43 hotspot_serviceability = \
  44   serviceability
  45 
  46 hotspot_misc = \
  47   / \
  48  -applications \
  49  -:hotspot_compiler \
  50  -:hotspot_gc \
  51  -:hotspot_runtime \
  52  -:hotspot_serviceability
  53 
  54 hotspot_native_sanity = \
  55   native_sanity
  56 
  57 tier1_common = \
  58   sanity/BasicVMTest.java \
  59   gtest/GTestWrapper.java
  60 
  61 tier1_compiler = \
  62   :tier1_compiler_1 \
  63   :tier1_compiler_2 \
  64   :tier1_compiler_3
  65 
  66 tier1_compiler_1 = \
  67   compiler/aot/ \
  68   compiler/arraycopy/ \
  69   compiler/c1/ \
  70   compiler/c2/ \
  71   -compiler/c2/Test6850611.java \
  72   -compiler/c2/cr6890943/Test6890943.java \
  73   -compiler/c2/Test6905845.java \
  74   -compiler/c2/cr6340864 \
  75   -compiler/c2/cr6589834 \
  76   -compiler/c2/cr8004867 \
  77   -compiler/c2/stemmer \
  78   -compiler/c2/Test6792161.java \
  79   -compiler/c2/Test6603011.java \
  80   -compiler/c2/Test6912517.java \
  81 
  82 tier1_compiler_2 = \
  83   compiler/classUnloading/ \
  84   compiler/codecache/ \
  85   compiler/codegen/ \
  86   compiler/cpuflags/ \
  87   compiler/dependencies/ \


 106   compiler/memoryinitialization/ \
 107   compiler/osr/ \
 108   compiler/regalloc/ \
 109   compiler/runtime/ \
 110   compiler/startup/ \
 111   compiler/types/ \
 112   compiler/uncommontrap/ \
 113   compiler/unsafe/ \
 114   -compiler/intrinsics/bmi \
 115   -compiler/intrinsics/mathexact \
 116   -compiler/intrinsics/sha \
 117   -compiler/intrinsics/bigInteger/TestMultiplyToLen.java \
 118   -compiler/intrinsics/zip/TestAdler32.java \
 119   -compiler/loopopts/Test7052494.java \
 120   -compiler/runtime/Test6826736.java
 121 
 122 hotspot_not_fast_compiler = \
 123   :hotspot_compiler \
 124   -:tier1_compiler_1 \
 125   -:tier1_compiler_2 \
 126   -:tier1_compiler_3 \



 127 
 128 ctw_1 = \
 129   applications/ctw/modules/ \
 130   -:ctw_2
 131 
 132 ctw_2 = \
 133   applications/ctw/modules/java_base.java \
 134   applications/ctw/modules/java_desktop.java
 135 
 136 tier1_gc = \
 137   :tier1_gc_1 \
 138   :tier1_gc_2 \
 139   :tier1_gc_gcold \
 140   :tier1_gc_gcbasher 
 141 
 142 tier1_gc_1 = \
 143   gc/g1/
 144 
 145 tier1_gc_2 = \
 146   sanity/ExecuteInternalVMTests.java \




  14 #
  15 # You should have received a copy of the GNU General Public License version
  16 # 2 along with this work; if not, write to the Free Software Foundation,
  17 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18 #
  19 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20 # or visit www.oracle.com if you need additional information or have any
  21 # questions.
  22 #
  23 
  24 hotspot_all = \
  25   /
  26 
  27 hotspot_all_no_apps = \
  28   / \
  29   -applications
  30 
  31 hotspot_compiler = \
  32   compiler
  33 
  34 hotspot_compiler_xcomp = \
  35   :hotspot_compiler \
  36   -:compiler_aot
  37 
  38 hotspot_gc = \
  39   gc
  40 
  41 hotspot_runtime = \
  42   runtime
  43 
  44 hotspot_handshake = \
  45   runtime/handshake
  46 
  47 hotspot_serviceability = \
  48   serviceability
  49 
  50 hotspot_misc = \
  51   / \
  52  -applications \
  53  -:hotspot_compiler \
  54  -:hotspot_gc \
  55  -:hotspot_runtime \
  56  -:hotspot_serviceability
  57 
  58 hotspot_native_sanity = \
  59   native_sanity
  60 
  61 tier1_common = \
  62   sanity/BasicVMTest.java \
  63   gtest/GTestWrapper.java
  64 
  65 tier1_compiler = \
  66   :tier1_compiler_1 \
  67   :tier1_compiler_2 \
  68   :tier1_compiler_3
  69 
  70 tier1_compiler_1 = \
  71   :compiler_aot \
  72   compiler/arraycopy/ \
  73   compiler/c1/ \
  74   compiler/c2/ \
  75   -compiler/c2/Test6850611.java \
  76   -compiler/c2/cr6890943/Test6890943.java \
  77   -compiler/c2/Test6905845.java \
  78   -compiler/c2/cr6340864 \
  79   -compiler/c2/cr6589834 \
  80   -compiler/c2/cr8004867 \
  81   -compiler/c2/stemmer \
  82   -compiler/c2/Test6792161.java \
  83   -compiler/c2/Test6603011.java \
  84   -compiler/c2/Test6912517.java \
  85 
  86 tier1_compiler_2 = \
  87   compiler/classUnloading/ \
  88   compiler/codecache/ \
  89   compiler/codegen/ \
  90   compiler/cpuflags/ \
  91   compiler/dependencies/ \


 110   compiler/memoryinitialization/ \
 111   compiler/osr/ \
 112   compiler/regalloc/ \
 113   compiler/runtime/ \
 114   compiler/startup/ \
 115   compiler/types/ \
 116   compiler/uncommontrap/ \
 117   compiler/unsafe/ \
 118   -compiler/intrinsics/bmi \
 119   -compiler/intrinsics/mathexact \
 120   -compiler/intrinsics/sha \
 121   -compiler/intrinsics/bigInteger/TestMultiplyToLen.java \
 122   -compiler/intrinsics/zip/TestAdler32.java \
 123   -compiler/loopopts/Test7052494.java \
 124   -compiler/runtime/Test6826736.java
 125 
 126 hotspot_not_fast_compiler = \
 127   :hotspot_compiler \
 128   -:tier1_compiler_1 \
 129   -:tier1_compiler_2 \
 130   -:tier1_compiler_3
 131 
 132 compiler_aot = \
 133   compiler/aot
 134 
 135 ctw_1 = \
 136   applications/ctw/modules/ \
 137   -:ctw_2
 138 
 139 ctw_2 = \
 140   applications/ctw/modules/java_base.java \
 141   applications/ctw/modules/java_desktop.java
 142 
 143 tier1_gc = \
 144   :tier1_gc_1 \
 145   :tier1_gc_2 \
 146   :tier1_gc_gcold \
 147   :tier1_gc_gcbasher 
 148 
 149 tier1_gc_1 = \
 150   gc/g1/
 151 
 152 tier1_gc_2 = \
 153   sanity/ExecuteInternalVMTests.java \


test/hotspot/jtreg/TEST.groups
Index Unified diffs Context diffs Sdiffs Frames Patch New Old Previous File Next File