equal
deleted
inserted
replaced
323 -:needs_g1gc \ |
323 -:needs_g1gc \ |
324 -:needs_serialgc \ |
324 -:needs_serialgc \ |
325 -:needs_parallelgc |
325 -:needs_parallelgc |
326 |
326 |
327 |
327 |
|
328 # When called from top level the test suites use the hotspot_ prefix |
|
329 hotspot_wbapitest = \ |
|
330 sanity/ |
|
331 |
|
332 hotspot_compiler = \ |
|
333 sanity/ExecuteInternalVMTests.java |
|
334 |
|
335 hotspot_gc = \ |
|
336 sanity/ExecuteInternalVMTests.java |
|
337 |
|
338 hotspot_runtime = \ |
|
339 sanity/ExecuteInternalVMTests.java |
|
340 |
|
341 hotspot_serviceability = \ |
|
342 sanity/ExecuteInternalVMTests.java |
|
343 |
|
344 hotspot_all = \ |
|
345 :hotspot_compiler \ |
|
346 :hotspot_gc \ |
|
347 :hotspot_runtime \ |
|
348 :hotspot_serviceability |