You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by sm...@apache.org on 2007/10/09 06:44:18 UTC

svn commit: r583046 - in /harmony/standard/site: docs/index.html xdocs/index.xml

Author: smishura
Date: Mon Oct  8 21:44:15 2007
New Revision: 583046

URL: http://svn.apache.org/viewvc?rev=583046&view=rev
Log:
Add news about M3 build

Modified:
    harmony/standard/site/docs/index.html
    harmony/standard/site/xdocs/index.xml

Modified: harmony/standard/site/docs/index.html
URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/index.html?rev=583046&r1=583045&r2=583046&view=diff
==============================================================================
--- harmony/standard/site/docs/index.html (original)
+++ harmony/standard/site/docs/index.html Mon Oct  8 21:44:15 2007
@@ -233,6 +233,35 @@
       <a name="Harmony News">Harmony News</a>
     </h1>
                         <dl>
+        <dt>5.0 M3 stable build has been released</dt>
+        <dd>
+          The build is targeted primarily to improving overall stability and
+          performance. This build contains the following enhancements enabled:
+          an innovative fast byte code verifier, lazy resolution in all JIT
+          modes on IA32 platforms, support for Java6.0 classes in DRLVM.<p />
+          The next areas were improved:
+          <ul>
+            <li>
+              Bytecode mapping in JIT - exception stack traces became more
+              comprehensive
+            </li>
+            <li>
+              Threading support was partially re-factored towards improvement
+              of reliability and maintainability
+            </li>
+            <li>
+              JIT-based JVMTI debug mode was speed up in 3 times
+            </li>
+            <li>
+              Stability of Swing and AWT code on Windows
+            </li>
+         </ul>
+         The build is available for
+         <a href="http://harmony.apache.org/downloads.html#M3-r580985">download</a>.
+         Please send your feedback to
+         <a href="http://harmony.apache.org/mailing.html">the Harmony mailing list</a>.  
+         (<i>2007-10-09</i>)
+        </dd>
         <dt>Harmony 5.0 M2 Available</dt>
         <dd>
           We are pleased to announce the second stable build "5.0 M2".

Modified: harmony/standard/site/xdocs/index.xml
URL: http://svn.apache.org/viewvc/harmony/standard/site/xdocs/index.xml?rev=583046&r1=583045&r2=583046&view=diff
==============================================================================
--- harmony/standard/site/xdocs/index.xml (original)
+++ harmony/standard/site/xdocs/index.xml Mon Oct  8 21:44:15 2007
@@ -79,6 +79,35 @@
     </section>
     <section name="Harmony News">
       <dl>
+        <dt>5.0 M3 stable build has been released</dt>
+        <dd>
+          The build is targeted primarily to improving overall stability and
+          performance. This build contains the following enhancements enabled:
+          an innovative fast byte code verifier, lazy resolution in all JIT
+          modes on IA32 platforms, support for Java6.0 classes in DRLVM.<p/>
+          The next areas were improved:
+          <ul>
+            <li>
+              Bytecode mapping in JIT - exception stack traces became more
+              comprehensive
+            </li>
+            <li>
+              Threading support was partially re-factored towards improvement
+              of reliability and maintainability
+            </li>
+            <li>
+              JIT-based JVMTI debug mode was speed up in 3 times
+            </li>
+            <li>
+              Stability of Swing and AWT code on Windows
+            </li>
+         </ul>
+         The build is available for
+         <a href="http://harmony.apache.org/downloads.html#M3-r580985">download</a>.
+         Please send your feedback to
+         <a href="http://harmony.apache.org/mailing.html">the Harmony mailing list</a>.  
+         (<i>2007-10-09</i>)
+        </dd>
         <dt>Harmony 5.0 M2 Available</dt>
         <dd>
           We are pleased to announce the second stable build "5.0 M2".