Commit 824a516 Vladimir Kozlov
committed Jun 25, 2021
1 parent 1404e4b commit 824a516 Copy full SHA for 824a516
File tree 1 file changed +23
-0
lines changed
1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,29 @@ hotspot_native_sanity = \
71
71
hotspot_containers = \
72
72
containers
73
73
74
+ hotspot_vector_1 = \
75
+ compiler/c2/cr6340864 \
76
+ compiler/codegen \
77
+ compiler/loopopts/superword \
78
+ compiler/vectorapi \
79
+ compiler/vectorization \
80
+ -compiler/codegen/aes \
81
+ -compiler/codegen/Test6875866.java \
82
+ -compiler/codegen/Test6935535.java \
83
+ -compiler/codegen/TestGCMStorePlacement.java \
84
+ -compiler/codegen/TestTrichotomyExpressions.java \
85
+ -compiler/loopopts/superword/Vec_MulAddS2I.java \
86
+ -compiler/vectorapi/VectorRebracket128Test.java
87
+
88
+ hotspot_vector_2 = \
89
+ compiler/intrinsics \
90
+ compiler/codegen/aes \
91
+ compiler/codegen/Test6875866.java \
92
+ compiler/codegen/Test6935535.java \
93
+ compiler/loopopts/superword/Vec_MulAddS2I.java \
94
+ compiler/vectorapi/VectorRebracket128Test.java \
95
+ -compiler/intrinsics/string/TestStringLatin1IndexOfChar.java
96
+
74
97
tier1_common = \
75
98
sanity/BasicVMTest.java \
76
99
gtest/GTestWrapper.java \
You can’t perform that action at this time.
0 commit comments