From: Ivan Maidanski Date: Fri, 16 Jun 2017 07:45:02 +0000 (+0300) Subject: Update GCJ link in documentation X-Git-Tag: v8.0.0~685 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=154b88600e04989ca9eedb521ed3834b20381758;p=gc Update GCJ link in documentation * 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. --- diff --git a/doc/gcdescr.html b/doc/gcdescr.html index 1e2caed3..7de3c985 100644 --- a/doc/gcdescr.html +++ b/doc/gcdescr.html @@ -92,8 +92,8 @@ One (STUBBORN) 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: NORMAL and PTRFREE objects. -The gcj runtime also makes -heavy use of a kind (allocated with GC_gcj_malloc) that stores +The GCJ runtime +also makes heavy use of a kind (allocated with GC_gcj_malloc) that stores type information at a known offset in method tables.

The collector uses a two level allocator. A large block is defined to diff --git a/doc/overview.html b/doc/overview.html index d39fc509..a5192b3d 100644 --- a/doc/overview.html +++ b/doc/overview.html @@ -274,7 +274,8 @@ Slides for Hans Boehm's Allocation

Current users:

Known current users of some variant of this collector include:

-The runtime system for GCJ, +The runtime system for +GCJ, the static GNU java compiler.

W3m, a text-based web browser.