equal
deleted
inserted
replaced
255 gc/TestSystemGC.java \ |
255 gc/TestSystemGC.java \ |
256 gc/arguments/TestAlignmentToUseLargePages.java \ |
256 gc/arguments/TestAlignmentToUseLargePages.java \ |
257 gc/arguments/TestCMSHeapSizeFlags.java \ |
257 gc/arguments/TestCMSHeapSizeFlags.java \ |
258 gc/arguments/TestMaxNewSize.java \ |
258 gc/arguments/TestMaxNewSize.java \ |
259 gc/arguments/TestUseCompressedOopsErgo.java \ |
259 gc/arguments/TestUseCompressedOopsErgo.java \ |
|
260 gc/class_unloading/TestCMSClassUnloadingDisabledHWM.java \ |
260 gc/concurrentMarkSweep/ \ |
261 gc/concurrentMarkSweep/ \ |
261 gc/startup_warnings/TestCMS.java \ |
262 gc/startup_warnings/TestCMS.java \ |
262 gc/startup_warnings/TestCMSIncrementalMode.java \ |
263 gc/startup_warnings/TestCMSIncrementalMode.java \ |
263 gc/startup_warnings/TestCMSNoIncrementalMode.java \ |
264 gc/startup_warnings/TestCMSNoIncrementalMode.java \ |
264 gc/startup_warnings/TestDefNewCMS.java \ |
265 gc/startup_warnings/TestDefNewCMS.java \ |
309 -:needs_g1gc \ |
310 -:needs_g1gc \ |
310 -:needs_serialgc \ |
311 -:needs_serialgc \ |
311 -:needs_parallelgc |
312 -:needs_parallelgc |
312 |
313 |
313 |
314 |
|
315 # When called from top level the test suites use the hotspot_ prefix |
|
316 hotspot_wbapitest = \ |
|
317 sanity/ |
|
318 |
|
319 hotspot_compiler = \ |
|
320 sanity/ExecuteInternalVMTests.java |
|
321 |
|
322 hotspot_gc = \ |
|
323 sanity/ExecuteInternalVMTests.java |
|
324 |
|
325 hotspot_runtime = \ |
|
326 sanity/ExecuteInternalVMTests.java |
|
327 |
|
328 hotspot_serviceability = \ |
|
329 sanity/ExecuteInternalVMTests.java |
|
330 |
|
331 hotspot_all = \ |
|
332 :hotspot_compiler \ |
|
333 :hotspot_gc \ |
|
334 :hotspot_runtime \ |
|
335 :hotspot_serviceability |