< prev index next >

test/TEST.groups

Print this page
rev 7323 : 8069367: Eagerly reclaimed humongous objects left on mark stack
Summary: Prevent eager reclaim of objects that might be on mark stack.
Reviewed-by: brutisso, tschatzl


 115   runtime/ClassFile/JsrRewriting.java \
 116   runtime/ClassFile/OomWhileParsingRepeatedJsr.java
 117 
 118 # Compact 3 adds further tests to compact2
 119 #
 120 compact3 = \
 121   :compact2 \
 122   :needs_compact3 \
 123  -:needs_jre \
 124  -:needs_jdk
 125 
 126 
 127 # When called from top level the test suites use the hotspot_ prefix
 128 hotspot_wbapitest = \
 129   sanity/
 130 
 131 hotspot_compiler = \
 132   sanity/ExecuteInternalVMTests.java
 133 
 134 hotspot_gc = \
 135   sanity/ExecuteInternalVMTests.java

 136 
 137 hotspot_runtime = \
 138   sanity/ExecuteInternalVMTests.java
 139 
 140 hotspot_serviceability = \
 141   sanity/ExecuteInternalVMTests.java
 142 
 143 hotspot_all = \
 144   :hotspot_compiler \
 145   :hotspot_gc \
 146   :hotspot_runtime \
 147   :hotspot_serviceability
 148 # Tests that require compact3 API's
 149 #
 150 needs_compact3 = \
 151   compiler/whitebox/DeoptimizeMethodTest.java \
 152   compiler/whitebox/SetForceInlineMethodTest.java \
 153   compiler/whitebox/SetDontInlineMethodTest.java \
 154   compiler/whitebox/DeoptimizeAllTest.java \
 155   compiler/whitebox/MakeMethodNotCompilableTest.java \




 115   runtime/ClassFile/JsrRewriting.java \
 116   runtime/ClassFile/OomWhileParsingRepeatedJsr.java
 117 
 118 # Compact 3 adds further tests to compact2
 119 #
 120 compact3 = \
 121   :compact2 \
 122   :needs_compact3 \
 123  -:needs_jre \
 124  -:needs_jdk
 125 
 126 
 127 # When called from top level the test suites use the hotspot_ prefix
 128 hotspot_wbapitest = \
 129   sanity/
 130 
 131 hotspot_compiler = \
 132   sanity/ExecuteInternalVMTests.java
 133 
 134 hotspot_gc = \
 135   sanity/ExecuteInternalVMTests.java \
 136   -gc/g1/TestGreyReclaimedHumongousObjects.java
 137 
 138 hotspot_runtime = \
 139   sanity/ExecuteInternalVMTests.java
 140 
 141 hotspot_serviceability = \
 142   sanity/ExecuteInternalVMTests.java
 143 
 144 hotspot_all = \
 145   :hotspot_compiler \
 146   :hotspot_gc \
 147   :hotspot_runtime \
 148   :hotspot_serviceability
 149 # Tests that require compact3 API's
 150 #
 151 needs_compact3 = \
 152   compiler/whitebox/DeoptimizeMethodTest.java \
 153   compiler/whitebox/SetForceInlineMethodTest.java \
 154   compiler/whitebox/SetDontInlineMethodTest.java \
 155   compiler/whitebox/DeoptimizeAllTest.java \
 156   compiler/whitebox/MakeMethodNotCompilableTest.java \


< prev index next >