Ignore:
Timestamp:
01/17/2019 09:09:56 AM (5 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
baf6e4fb
Parents:
5058724
Message:

Update to java 11.0.2

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20988 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/openjdk.xml

    r5058724 rfedac85  
    66
    77  <!ENTITY ojdk-tarball              "jdk-&openjdk-version;+&openjdk-build;.tar.bz2">
    8   <!ENTITY ojdk-repo                 "http://hg.openjdk.java.net/jdk-updates/jdk10u">
     8  <!ENTITY ojdk-repo                 "http://hg.openjdk.java.net/jdk-updates/jdk11u">
    99  <!ENTITY ojdk-download             "&ojdk-repo;/archive/&ojdk-tarball;">
    1010
    1111  <!ENTITY anduin-download           "&sources-anduin-http;/OpenJDK/OpenJDK-&openjdk-version;">
    1212
    13   <!ENTITY ojdk-md5sum               "d216524203251f1378e660e6fda0b2ec">
    14   <!ENTITY ojdk-size                 "84 MB">
    15 
    16   <!ENTITY jtreg-version             "4.2-b13-433">
     13  <!ENTITY ojdk-md5sum               "c9b07b82f38d56ec69b98f0edc1c2d91">
     14  <!ENTITY ojdk-size                 "86 MB">
     15
     16  <!ENTITY jtreg-version             "4.2-b13-517">
    1717  <!ENTITY jtreg-download            "&anduin-download;/jtreg-&jtreg-version;.tar.gz">
    18   <!ENTITY jtreg-md5sum              "a2f25470e005cb7135f61f3bd9c4962e">
     18  <!ENTITY jtreg-md5sum              "ffcef8f1caa5c22f4d006fb82e074de4">
    1919  <!ENTITY jtreg-size                "6.8 MB">
    2020
    21   <!ENTITY ojdk-bdsize               "5.8 GB (an additional 346 MB for tests)">
    22   <!ENTITY ojdk-time                 "3.9 SBU with 4 jobs (an additonal 4.7 SBU for tests with 4 jobs)">
     21  <!ENTITY ojdk-bdsize               "6.1 GB (an additional 368 MB for tests)">
     22  <!ENTITY ojdk-time                 "6.6 SBU with 4 jobs (an additional 91 SBU for tests with 4 jobs)">
    2323]>
    2424
     
    260260    <filename>JTreport/test_{jdk,langtools}/text/stats.txt</filename> and
    261261    <filename>JTreport/test_{jdk,langtools}/text/summary.txt</filename>.
    262     You should expect to see 21 failures and 2 errors in the jdk
    263     test suite, and 7 failures in langtools.</para>
     262    You should expect to see around 40 failures and a couple of errors.</para>
    264263
    265264    <para>Install the package with the following commands as the
     
    472471
    473472      <seglistitem>
    474         <seg>appletviewer, idlj, jaotc, jar,
     473        <seg>jaotc, jar,
    475474        jarsigner, java, javac, javadoc, javap, jcmd, jconsole, jdb,
    476475        jdeprscan, jdeps, jhsdb, jimage, jinfo, jjs, jlink, jmap, jmod, jps,
    477476        jrunscript, jshell, jstack, jstat, jstatd, keytool,
    478         orbd, pack200, rmic, rmid, rmiregistry,
    479         schemagen, serialver, servertool, tnameserv, unpack200,
    480         wsgen, wsimport, and xjc</seg>
     477        pack200, rmic, rmid, rmiregistry,
     478        serialver, and unpack200</seg>
    481479        <seg>/opt/jdk-&openjdk-version;/lib/*</seg>
    482480        <seg>/opt/jdk-&openjdk-version;</seg>
     
    488486      <?dbfo list-presentation="list"?>
    489487      <?dbhtml list-presentation="table"?>
    490 
     488<!--
    491489      <varlistentry id="appletviewer">
    492490        <term><command>appletviewer</command></term>
     
    498496        </listitem>
    499497      </varlistentry>
    500 <!--
    501       <varlistentry id="extcheck">
    502         <term><command>extcheck</command></term>
    503         <listitem>
    504           <para>checks a specified jar file for title and version conflicts
    505           with any extensions installed in the
    506           <application>OpenJDK</application> software.</para>
    507           <indexterm zone="openjdk extcheck">
    508             <primary sortas="b-extcheck">extcheck</primary>
    509           </indexterm>
    510         </listitem>
    511       </varlistentry>
    512 -->
     498
    513499      <varlistentry id="idlj">
    514500        <term><command>idlj</command></term>
     
    520506        </listitem>
    521507      </varlistentry>
    522 
     508-->
    523509      <varlistentry id="jaotc">
    524510        <term><command>jaotc</command></term>
     
    589575      </varlistentry>
    590576
    591 <!--
    592       <varlistentry id="javah">
    593         <term><command>javah</command></term>
    594         <listitem>
    595           <para>generates C header and source files
    596           that are needed to implement native methods.</para>
    597           <indexterm zone="openjdk javah">
    598             <primary sortas="b-javah">javah</primary>
    599           </indexterm>
    600         </listitem>
    601       </varlistentry>
    602 -->
    603577      <varlistentry id="javap">
    604578        <term><command>javap</command></term>
     
    610584        </listitem>
    611585      </varlistentry>
    612 <!--
    613       <varlistentry id="java-rmi.cgi">
    614         <term><command>java-rmi.cgi</command></term>
    615         <listitem>
    616           <para>is the Java RMI client.</para>
    617           <indexterm zone="openjdk java-rmi.cgi">
    618             <primary sortas="b-java-rmi.cgi">java-rmi.cgi</primary>
    619           </indexterm>
    620         </listitem>
    621       </varlistentry>
    622 -->
     586
    623587      <varlistentry id="jcmd">
    624588        <term><command>jcmd</command></term>
     
    685649        </listitem>
    686650      </varlistentry>
    687 <!--
    688       <varlistentry id="jhat">
    689         <term><command>jhat</command></term>
    690         <listitem>
    691           <para>parses a java heap dump file and allows viewing it
    692           in a web browser.</para>
    693           <indexterm zone="openjdk jhat">
    694             <primary sortas="b-jhat">jhat</primary>
    695           </indexterm>
    696         </listitem>
    697       </varlistentry>
    698 -->
     651
    699652      <varlistentry id="jimage">
    700653        <term><command>jimage</command></term>
     
    764717      </varlistentry>
    765718
    766 
    767719      <varlistentry id="jps">
    768720        <term><command>jps</command></term>
     
    795747        </listitem>
    796748      </varlistentry>
    797 <!--
    798       <varlistentry id="jsadebugd">
    799         <term><command>jsadebugd</command></term>
    800         <listitem>
    801           <para>attaches to a Java process or core file and acts as a
    802           debug server.</para>
    803           <indexterm zone="openjdk jsadebugd">
    804             <primary sortas="b-jsadebugd">jsadebugd</primary>
    805           </indexterm>
    806         </listitem>
    807       </varlistentry>
    808 -->
     749
    809750      <varlistentry id="jstack">
    810751        <term><command>jstack</command></term>
     
    849790      </varlistentry>
    850791<!--
    851       <varlistentry id="native2ascii">
    852         <term><command>native2ascii</command></term>
    853         <listitem>
    854           <para> converts files that contain non-supported character encoding
    855           into files containing Latin-1 or Unicode-encoded characters.</para>
    856           <indexterm zone="openjdk native2ascii">
    857             <primary sortas="b-native2ascii">native2ascii</primary>
    858           </indexterm>
    859         </listitem>
    860       </varlistentry>
    861 -->
    862792      <varlistentry id="orbd">
    863793        <term><command>orbd</command></term>
     
    870800        </listitem>
    871801      </varlistentry>
    872 
     802-->
    873803      <varlistentry id="pack200">
    874804        <term><command>pack200</command></term>
     
    881811        </listitem>
    882812      </varlistentry>
    883 <!--
    884       <varlistentry id="policytool">
    885         <term><command>policytool</command></term>
    886         <listitem>
    887           <para>creates and manages a policy file graphically.</para>
    888           <indexterm zone="openjdk policytool">
    889             <primary sortas="b-policytool">policytool</primary>
    890           </indexterm>
    891         </listitem>
    892       </varlistentry>
    893 -->
     813
    894814      <varlistentry id="rmic">
    895815        <term><command>rmic</command></term>
     
    924844        </listitem>
    925845      </varlistentry>
    926 
     846<!--
    927847      <varlistentry id="schemagen">
    928848        <term><command>schemagen</command></term>
     
    934854        </listitem>
    935855      </varlistentry>
    936 
     856-->
    937857      <varlistentry id="serialver">
    938858        <term><command>serialver</command></term>
     
    945865        </listitem>
    946866      </varlistentry>
    947 
     867<!--
    948868      <varlistentry id="servertool">
    949869        <term><command>servertool</command></term>
     
    966886        </listitem>
    967887      </varlistentry>
    968 
     888-->
    969889      <varlistentry id="unpack200">
    970890        <term><command>unpack200</command></term>
     
    978898        </listitem>
    979899      </varlistentry>
    980 
     900<!--
    981901      <varlistentry id="wsgen">
    982902        <term><command>wsgen</command></term>
     
    1009929        </listitem>
    1010930      </varlistentry>
    1011 
     931-->
    1012932    </variablelist>
    1013933
Note: See TracChangeset for help on using the changeset viewer.