make/jprt.properties
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File hotspot Sdiff make

make/jprt.properties

Print this page
rev 2840 : 7069991: Setup make/jprt.properties files for jdk8
Summary: Change JPRT's default release value to 'jdk8'
Reviewed-by:
Contributed-by:


  21 # questions.
  22 #
  23 #
  24 
  25 # Properties for jprt
  26 
  27 # All build result bundles are full jdks, so the 64bit testing does not
  28 #    need the 32bit sibling bundle installed.
  29 #    Note: If the hotspot/make/Makefile changed to only bundle the 64bit files
  30 #          when bundling 64bit, and stripped out the 64bit files from any 32bit
  31 #          bundles, then this setting would be need to be "true".
  32 
  33 jprt.need.sibling.build=false
  34 
  35 # At submit time, the release supplied will be in jprt.submit.release
  36 #    and will be one of the official release names defined in jprt.
  37 #    jprt supports property value expansion using ${property.name} syntax.
  38 
  39 # This tells jprt what default release we want to build
  40 
  41 jprt.tools.default.release=${jprt.submit.release}
  42 
  43 # Disable syncing the source after builds and tests are done.
  44 
  45 jprt.sync.push=false
  46 
  47 # Note: we want both embedded releases and regular releases to build and test
  48 #       all platforms so that regressions are not introduced (eg. change to
  49 #       common code by SE breaks PPC/ARM; change to common code by SE-E breaks
  50 #       sparc etc.
  51 
  52 # Define the Solaris platforms we want for the various releases
  53 jprt.my.solaris.sparc.jdk8=solaris_sparc_5.10
  54 jprt.my.solaris.sparc.jdk7=solaris_sparc_5.10
  55 jprt.my.solaris.sparc.jdk7b107=solaris_sparc_5.10
  56 jprt.my.solaris.sparc.jdk7temp=solaris_sparc_5.10
  57 jprt.my.solaris.sparc.jdk6=solaris_sparc_5.8
  58 jprt.my.solaris.sparc.jdk6perf=solaris_sparc_5.8
  59 jprt.my.solaris.sparc.jdk6u10=solaris_sparc_5.8
  60 jprt.my.solaris.sparc.jdk6u14=solaris_sparc_5.8
  61 jprt.my.solaris.sparc.jdk6u18=solaris_sparc_5.8




  21 # questions.
  22 #
  23 #
  24 
  25 # Properties for jprt
  26 
  27 # All build result bundles are full jdks, so the 64bit testing does not
  28 #    need the 32bit sibling bundle installed.
  29 #    Note: If the hotspot/make/Makefile changed to only bundle the 64bit files
  30 #          when bundling 64bit, and stripped out the 64bit files from any 32bit
  31 #          bundles, then this setting would be need to be "true".
  32 
  33 jprt.need.sibling.build=false
  34 
  35 # At submit time, the release supplied will be in jprt.submit.release
  36 #    and will be one of the official release names defined in jprt.
  37 #    jprt supports property value expansion using ${property.name} syntax.
  38 
  39 # This tells jprt what default release we want to build
  40 
  41 jprt.tools.default.release=jdk8
  42 
  43 # Disable syncing the source after builds and tests are done.
  44 
  45 jprt.sync.push=false
  46 
  47 # Note: we want both embedded releases and regular releases to build and test
  48 #       all platforms so that regressions are not introduced (eg. change to
  49 #       common code by SE breaks PPC/ARM; change to common code by SE-E breaks
  50 #       sparc etc.
  51 
  52 # Define the Solaris platforms we want for the various releases
  53 jprt.my.solaris.sparc.jdk8=solaris_sparc_5.10
  54 jprt.my.solaris.sparc.jdk7=solaris_sparc_5.10
  55 jprt.my.solaris.sparc.jdk7b107=solaris_sparc_5.10
  56 jprt.my.solaris.sparc.jdk7temp=solaris_sparc_5.10
  57 jprt.my.solaris.sparc.jdk6=solaris_sparc_5.8
  58 jprt.my.solaris.sparc.jdk6perf=solaris_sparc_5.8
  59 jprt.my.solaris.sparc.jdk6u10=solaris_sparc_5.8
  60 jprt.my.solaris.sparc.jdk6u14=solaris_sparc_5.8
  61 jprt.my.solaris.sparc.jdk6u18=solaris_sparc_5.8


make/jprt.properties
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File