45 # Directories to be excluded from the source bundles |
45 # Directories to be excluded from the source bundles |
46 jprt.bundle.exclude.src.dirs=build dist webrev |
46 jprt.bundle.exclude.src.dirs=build dist webrev |
47 |
47 |
48 # Use configure when building |
48 # Use configure when building |
49 jprt.build.use.configure=true |
49 jprt.build.use.configure=true |
|
50 |
|
51 # Set up the run flavors (jvm variants) |
|
52 jprt.run.flavors=c1,c2,default,${my.additional.run.flavors} |
50 |
53 |
51 # Set make target to use for different build flavors |
54 # Set make target to use for different build flavors |
52 jprt.build.flavor.debugOpen.target=jprt_bundle |
55 jprt.build.flavor.debugOpen.target=jprt_bundle |
53 jprt.build.flavor.fastdebug.target=jprt_bundle |
56 jprt.build.flavor.fastdebug.target=jprt_bundle |
54 jprt.build.flavor.product.target=jprt_bundle |
57 jprt.build.flavor.product.target=jprt_bundle |
408 ${my.additional.test.targets.hotspot} |
411 ${my.additional.test.targets.hotspot} |
409 |
412 |
410 |
413 |
411 # Make file based test targets |
414 # Make file based test targets |
412 |
415 |
413 my.make.rule.test.targets.hotspot.clienttests= \ |
416 my.make.rule.test.targets.hotspot.basicvmtests= \ |
414 linux_i586_2.6-*-c1-hotspot_clienttest, \ |
417 linux_i586_2.6-*-default-hotspot_basicvmtest, \ |
415 windows_i586_6.1-*-c1-hotspot_clienttest |
418 linux_x64_2.6-*-default-hotspot_basicvmtest, \ |
416 |
419 macosx_x64_10.9-*-default-hotspot_basicvmtest, \ |
417 my.make.rule.test.targets.hotspot.servertests= \ |
420 solaris_sparcv9_5.11-*-default-hotspot_basicvmtest, \ |
418 solaris_sparcv9_5.11-*-c2-hotspot_servertest, \ |
421 solaris_x64_5.11-*-default-hotspot_basicvmtest, \ |
419 solaris_x64_5.11-*-c2-hotspot_servertest, \ |
422 windows_i586_6.1-*-default-hotspot_basicvmtest, \ |
420 linux_i586_2.6-*-c2-hotspot_servertest, \ |
423 windows_x64_6.1-*-default-hotspot_basicvmtest |
421 linux_x64_2.6-*-c2-hotspot_servertest, \ |
424 |
422 macosx_x64_10.9-*-c2-hotspot_servertest, \ |
|
423 windows_i586_6.1-*-c2-hotspot_servertest, \ |
|
424 windows_x64_6.1-*-c2-hotspot_servertest |
|
425 |
|
426 my.make.rule.test.targets.hotspot.internalvmtests= \ |
425 my.make.rule.test.targets.hotspot.internalvmtests= \ |
427 solaris_sparcv9_5.11-fastdebug-c2-hotspot_internalvmtests, \ |
426 solaris_sparcv9_5.11-fastdebug-c2-hotspot_internalvmtests, \ |
428 solaris_x64_5.11-fastdebug-c2-hotspot_internalvmtests, \ |
427 solaris_x64_5.11-fastdebug-c2-hotspot_internalvmtests, \ |
429 linux_i586_2.6-fastdebug-c2-hotspot_internalvmtests, \ |
428 linux_i586_2.6-fastdebug-c2-hotspot_internalvmtests, \ |
430 linux_x64_2.6-fastdebug-c2-hotspot_internalvmtests, \ |
429 linux_x64_2.6-fastdebug-c2-hotspot_internalvmtests, \ |
458 ${my.make.rule.test.targets.hotspot.reg.group:GROUP=jdk_svc_sanity}, \ |
457 ${my.make.rule.test.targets.hotspot.reg.group:GROUP=jdk_svc_sanity}, \ |
459 ${my.additional.make.rule.test.targets.hotspot.reg} |
458 ${my.additional.make.rule.test.targets.hotspot.reg} |
460 |
459 |
461 # Other Makefile based Hotspot tests |
460 # Other Makefile based Hotspot tests |
462 my.make.rule.test.targets.hotspot.other= \ |
461 my.make.rule.test.targets.hotspot.other= \ |
463 ${my.make.rule.test.targets.hotspot.clienttests}, \ |
462 ${my.make.rule.test.targets.hotspot.basicvmtests}, \ |
464 ${my.make.rule.test.targets.hotspot.servertests}, \ |
|
465 ${my.make.rule.test.targets.hotspot.internalvmtests}, \ |
463 ${my.make.rule.test.targets.hotspot.internalvmtests}, \ |
466 ${my.additional.make.rule.test.targets.hotspot.other} |
464 ${my.additional.make.rule.test.targets.hotspot.other} |
467 |
465 |
468 # All the makefile based tests to run |
466 # All the makefile based tests to run |
469 my.make.rule.test.targets.hotspot= \ |
467 my.make.rule.test.targets.hotspot= \ |