From 154b88600e04989ca9eedb521ed3834b20381758 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Fri, 16 Jun 2017 10:45:02 +0300 Subject: [PATCH] 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. --- doc/gcdescr.html | 4 ++-- doc/overview.html | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) 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. -- 2.40.0