Changeset 7985ac6c
- Timestamp:
- 01/25/2017 08:36:16 PM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/inkscape-core-mods, lazarus, lxqt, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 00af31d
- Parents:
- e180a646
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/java.xml
re180a646 r7985ac6c 6 6 7 7 <!ENTITY anduin-download "&sources-anduin-http;/OpenJDK/OpenJDK-&openjdk-version;"> 8 <!ENTITY openjdk-download-binary-x86 "&anduin-download;/OpenJDK- 1.8.0.92-i686-bin.tar.xz">9 <!ENTITY openjdk-bin-md5sum-x86 " ce3fc99377496a27d56ba0728bc7c776">8 <!ENTITY openjdk-download-binary-x86 "&anduin-download;/OpenJDK-&openjdk-version;-i686-bin.tar.xz"> 9 <!ENTITY openjdk-bin-md5sum-x86 "69a1c15a7381fd8de4a7d019971c078e"> 10 10 <!ENTITY openjdk-bin-size-x86 "57 MB"> 11 11 <!ENTITY openjdk-bin-buildsize-x86 "166 MB"> 12 12 13 13 14 <!ENTITY openjdk-download-binary-x64 "&anduin-download;/OpenJDK-&openjdk-version;-x86_64-bin.tar.xz"> 14 <!ENTITY openjdk-bin-md5sum-x64 " c006949a36da08ef0a6889315c21e114">15 <!ENTITY openjdk-bin-md5sum-x64 "1aec751c6f406cbf1f48fc98ab7ead1c"> 15 16 <!ENTITY openjdk-bin-size-x64 "58 MB"> 16 17 <!ENTITY openjdk-bin-buildsize-x64 "170 MB"> -
general/prog/openjdk.xml
re180a646 r7985ac6c 5 5 %general-entities; 6 6 7 <!ENTITY ojdk-upd "1 12">8 <!ENTITY ojdk-bd "b1 5">7 <!ENTITY ojdk-upd "121"> 8 <!ENTITY ojdk-bd "b13"> 9 9 <!ENTITY ojdk-tarball "jdk8u&ojdk-upd;-&ojdk-bd;.tar.bz2"> 10 10 <!ENTITY ojdk-repo "http://hg.openjdk.java.net/jdk8u/jdk8u"> … … 13 13 <!ENTITY anduin-download "&sources-anduin-http;/OpenJDK/OpenJDK-&openjdk-version;"> 14 14 15 <!ENTITY ojdk-md5sum " d2c9c29c00609a56ec68b0f91e34a455">15 <!ENTITY ojdk-md5sum "5f3def798fa3a0b2c60ae891856dc9c5"> 16 16 <!ENTITY ojdk-size "401 KB"> 17 17 18 <!ENTITY corba-md5sum "9 bf02dac9f3f79a220af140778ed003e">19 <!ENTITY hotspot-md5sum " 41f78a61f81ca93d1110d417d06454b2">20 <!ENTITY jaxp-md5sum " 2fd39b1985c8ac9af222af34d8e5f945">21 <!ENTITY jaxws-md5sum " 15a8b60355209145680a8da1aee9b12d">22 <!ENTITY jdk-md5sum " b8da9095c290358a85f533a089570b66">23 <!ENTITY langtools-md5sum " ced983a635486e02a2a7bc3c2a9416dd">24 <!ENTITY nashorn-md5sum " d34ca91c7e0040635aaf9e9d9b5f86b6">18 <!ENTITY corba-md5sum "9c052259b93646687fdcfb71643b69b4"> 19 <!ENTITY hotspot-md5sum "0ca6e85dcbd96dfa24ac1bdd833aab2e"> 20 <!ENTITY jaxp-md5sum "c2b5c1947c4aef684b27a463e4149d06"> 21 <!ENTITY jaxws-md5sum "5a83842eca3881c7bf6abeaccac8f05d"> 22 <!ENTITY jdk-md5sum "0325b88a2b39d7d72ef0726e91ea4a1d"> 23 <!ENTITY langtools-md5sum "4dbe002af94423cbe382dda03e3e6a9d"> 24 <!ENTITY nashorn-md5sum "c87f96bc7ba9596fb5587e307a8f1ec6"> 25 25 <!ENTITY total-download-size "63 MB"> 26 26 27 <!ENTITY jtreg-version "4.2-b0 3-675">27 <!ENTITY jtreg-version "4.2-b05-747"> 28 28 <!ENTITY jtreg-download "&anduin-download;/jtreg-&jtreg-version;.tar.gz"> 29 <!ENTITY jtreg-md5sum " af4d3fc659cac0c4f5e2f78c57790345">29 <!ENTITY jtreg-md5sum "560d275d055112487ea879c44a985b30"> 30 30 <!ENTITY jtreg-size "7.2 MB"> 31 31 32 32 <!ENTITY icedtea-web-download "http://icedtea.classpath.org/download/source/icedtea-web-&icedtea-web-version;.tar.gz"> 33 33 34 <!ENTITY ojdk-buildsize "3.5 GB (additional 4 13MB for tests)">35 <!ENTITY ojdk-time "5 SBU with 4 jobs in parallel ( additional 84 SBU for tests)">34 <!ENTITY ojdk-buildsize "3.5 GB (additional 420 MB for tests)"> 35 <!ENTITY ojdk-time "5 SBU with 4 jobs in parallel (up to 120 SBU for tests, see below)"> 36 36 ]> 37 37 … … 316 316 317 317 <para> 318 Then, it is necessary to modify some files<!-- (replace <N> with the 319 number of JAVA VM allowed to run concurrently)-->: 318 Then, it is necessary to modify some files: 320 319 </para> 321 320 … … 334 333 sed -e 's/all:.*jck.*/all: jtreg/' \ 335 334 -e '/^JTREG /s@\$(JT_PLATFORM)/@@' \ 336 -i langtools/test/Makefile<!-- && 337 sed -i 's@/win32@@' jdk/test/Makefile && 338 sed -e 's@JTREG_HOME@JT_PLATFORM="" &@' \ 339 -e 's@TEST="@CONCURRENCY=<N> &@' \ 340 -i test/Makefile--></userinput></screen> 335 -i langtools/test/Makefile</userinput></screen> 341 336 342 337 <para> … … 361 356 -k:\!ignore \ 362 357 -jdk:${PRODUCT_HOME} \ 363 <!-- -agentvm -conc:<N> \ 364 --> :jdk</userinput></screen> 358 :jdk</userinput></screen> 359 360 <para> 361 Tests duration depends on various factors such as the network speed 362 and the number of concurrent VM, which is computed from the number 363 of cores and threads, and the amount of RAM installed. A maximum of 364 120 SBU has been observed, but it may be as <quote>low</quote> as 80 SBU. 365 </para> 365 366 366 367 <para> … … 557 558 on the <xref linkend="cacerts"/> page should be used to update the file 558 559 located in <filename>/etc/ssl/java</filename>. Setup a symlink in the 559 def ualt location as the <systemitem class="username">root</systemitem>560 default location as the <systemitem class="username">root</systemitem> 560 561 user: 561 562 </para> -
introduction/welcome/changelog.xml
re180a646 r7985ac6c 47 47 <itemizedlist> 48 48 <listitem> 49 <para>[pierre] - Update to openjdk-1.8.0.121. Fixes 50 <ulink url="&blfs-ticket-root;8781">#8781</ulink>.</para> 51 </listitem> 52 <listitem> 49 53 <para>[ken] - Rework coverage of TTF and OTF fonts, add 50 54 details about tuning fontconfig. Fixes -
packages.ent
re180a646 r7985ac6c 320 320 <!ENTITY junit-version "4.11"> 321 321 <!ENTITY hamcrest-version "1.3"> 322 <!ENTITY openjdk-version "1.8.0.1 12">322 <!ENTITY openjdk-version "1.8.0.121"> 323 323 324 324 <!ENTITY python2-majorver "2.7">
Note:
See TracChangeset
for help on using the changeset viewer.