diff --git a/docs/ReleaseNotes-2.6.html b/docs/ReleaseNotes-2.6.html index c201b91d3ca..4a1a5f027a1 100644 --- a/docs/ReleaseNotes-2.6.html +++ b/docs/ReleaseNotes-2.6.html @@ -305,7 +305,7 @@ other situations.
- External Projects Using LLVM 2.6 + External Open Source Projects Using LLVM 2.6
@@ -437,6 +437,23 @@ remove type checks, then LLVM is used to compile the bytecode down to machine code.

+ +
+IcedTea Java Virtual Machine Implementation +
+ +
+

+IcedTea provides a +harness to build OpenJDK using only free software build tools and to provide +replacements for the not-yet free parts of OpenJDK. One of the extensions that +IcedTea provides is a new JIT compiler named Shark which uses LLVM +to provide native code generation without introducing processor-dependent +code. +

+
+