1 #
2 # Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 #
5 # This code is free software; you can redistribute it and/or modify it
6 # under the terms of the GNU General Public License version 2 only, as
7 # published by the Free Software Foundation.
8 #
9 # This code is distributed in the hope that it will be useful, but WITHOUT
10 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
12 # version 2 for more details (a copy is included in the LICENSE file that
13 # accompanied this code).
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 #
110 :compact2 \
111 :needs_compact3 \
112 -:needs_jre \
113 -:needs_jdk
114
115
116 # Tests that require compact3 API's
117 #
118 needs_compact3 = \
119 compiler/whitebox/DeoptimizeMethodTest.java \
120 compiler/whitebox/SetForceInlineMethodTest.java \
121 compiler/whitebox/SetDontInlineMethodTest.java \
122 compiler/whitebox/DeoptimizeAllTest.java \
123 compiler/whitebox/MakeMethodNotCompilableTest.java \
124 compiler/whitebox/ClearMethodStateTest.java \
125 compiler/whitebox/EnqueueMethodForCompilationTest.java \
126 compiler/whitebox/IsMethodCompilableTest.java \
127 gc/6581734/Test6581734.java \
128 gc/7072527/TestFullGCCount.java \
129 gc/g1/TestHumongousAllocInitialMark.java \
130 gc/arguments/TestG1HeapRegionSize.java \
131 gc/metaspace/TestMetaspaceMemoryPool.java \
132 gc/arguments/TestDynMinHeapFreeRatio.java \
133 gc/arguments/TestDynMaxHeapFreeRatio.java \
134 runtime/InternalApi/ThreadCpuTimesDeadlock.java \
135 serviceability/threads/TestFalseDeadLock.java \
136 compiler/tiered/NonTieredLevelsTest.java \
137 compiler/tiered/TieredLevelsTest.java
138
139 # Compact 2 adds full VM tests
140 compact2 = \
141 :compact2_minimal \
142 :compact1 \
143 :needs_full_vm_compact2 \
144 -:needs_compact3 \
145 -:needs_jre \
146 -:needs_jdk
147
148 # Tests that require compact2 API's and a full VM
149 #
150 needs_full_vm_compact2 =
151
152 # Compact 1 adds full VM tests
153 #
|
1 #
2 # Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 #
5 # This code is free software; you can redistribute it and/or modify it
6 # under the terms of the GNU General Public License version 2 only, as
7 # published by the Free Software Foundation.
8 #
9 # This code is distributed in the hope that it will be useful, but WITHOUT
10 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
12 # version 2 for more details (a copy is included in the LICENSE file that
13 # accompanied this code).
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 #
110 :compact2 \
111 :needs_compact3 \
112 -:needs_jre \
113 -:needs_jdk
114
115
116 # Tests that require compact3 API's
117 #
118 needs_compact3 = \
119 compiler/whitebox/DeoptimizeMethodTest.java \
120 compiler/whitebox/SetForceInlineMethodTest.java \
121 compiler/whitebox/SetDontInlineMethodTest.java \
122 compiler/whitebox/DeoptimizeAllTest.java \
123 compiler/whitebox/MakeMethodNotCompilableTest.java \
124 compiler/whitebox/ClearMethodStateTest.java \
125 compiler/whitebox/EnqueueMethodForCompilationTest.java \
126 compiler/whitebox/IsMethodCompilableTest.java \
127 gc/6581734/Test6581734.java \
128 gc/7072527/TestFullGCCount.java \
129 gc/g1/TestHumongousAllocInitialMark.java \
130 gc/g1/TestHumongousShrinkHeap.java \
131 gc/arguments/TestG1HeapRegionSize.java \
132 gc/metaspace/TestMetaspaceMemoryPool.java \
133 gc/arguments/TestDynMinHeapFreeRatio.java \
134 gc/arguments/TestDynMaxHeapFreeRatio.java \
135 gc/parallelScavenge/TestDynShrinkHeap.java \
136 runtime/InternalApi/ThreadCpuTimesDeadlock.java \
137 serviceability/threads/TestFalseDeadLock.java \
138 compiler/tiered/NonTieredLevelsTest.java \
139 compiler/tiered/TieredLevelsTest.java
140
141 # Compact 2 adds full VM tests
142 compact2 = \
143 :compact2_minimal \
144 :compact1 \
145 :needs_full_vm_compact2 \
146 -:needs_compact3 \
147 -:needs_jre \
148 -:needs_jdk
149
150 # Tests that require compact2 API's and a full VM
151 #
152 needs_full_vm_compact2 =
153
154 # Compact 1 adds full VM tests
155 #
|