]> granicus.if.org Git - gc/commitdiff
Update GCJ link in documentation
authorIvan Maidanski <ivmai@mail.ru>
Fri, 16 Jun 2017 07:45:02 +0000 (10:45 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 16 Jun 2017 07:46:10 +0000 (10:46 +0300)
* doc/gcdescr.html: Replace http://gcc.gnu.org/java link (which now
points to GCC itself) with https://gcc.gnu.org/onlinedocs/gcc-4.8.5/gcj/
one.
* doc/overview.html: Likewise.

doc/gcdescr.html
doc/overview.html

index 1e2caed3ac41b2e5fc0c5c98ac303b9bf4f92a2d..7de3c985fe706a5aa8aedcf1f2a0f3e065364559 100644 (file)
@@ -92,8 +92,8 @@ One (<TT>STUBBORN</tt>) is immutable without special precautions.
 In spite of that, it is very likely that most C clients of the
 collector currently
 use at most two kinds: <TT>NORMAL</tt> and <TT>PTRFREE</tt> objects.
-The <A HREF="http://gcc.gnu.org/java">gcj</a> runtime also makes
-heavy use of a kind (allocated with GC_gcj_malloc) that stores
+The <A HREF="https://gcc.gnu.org/onlinedocs/gcc-4.8.5/gcj/">GCJ</a> runtime
+also makes heavy use of a kind (allocated with GC_gcj_malloc) that stores
 type information at a known offset in method tables.
 <P>
 The collector uses a two level allocator.  A large block is defined to
index d39fc5098a2c5cadccc50e94d2afcf2152b7ed39..a5192b3d9673f38a74f19ec71fc66c2e875f335a 100644 (file)
@@ -274,7 +274,8 @@ Slides for Hans Boehm's <a href="http://www.hboehm.info/gc/myths.ps">Allocation
 </p><h1><a name="users">Current users:</a></h1>
 Known current users of some variant of this collector include:
 <p>
-The runtime system for <a href="http://gcc.gnu.org/java">GCJ</a>,
+The runtime system for
+<a href="https://gcc.gnu.org/onlinedocs/gcc-4.8.5/gcj/">GCJ</a>,
 the static GNU java compiler.
 </p><p>
 <a href="http://w3m.sourceforge.net/">W3m</a>, a text-based web browser.