[Bug libgcj/22189] Table Full in gcj-dbtool if -m option used with smallest possible input

2005-08-08 Thread greenrd at greenrd dot org
--- Additional Comments From greenrd at greenrd dot org 2005-08-09 00:09 --- Fixed on head (weeks ago). -- What|Removed |Added Status|ASSIGNED

[Bug libgcj/22189] Table Full in gcj-dbtool if -m option used with smallest possible input

2005-06-28 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-28 14:31 --- Subject: Bug 22189 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-06-28 14:31:29 Modified files: libjava/gnu/gcj/runtime: PersistentByteMap.java

[Bug libgcj/22189] Table Full in gcj-dbtool if -m option used with smallest possible input

2005-06-26 Thread greenrd at greenrd dot org
--- Additional Comments From greenrd at greenrd dot org 2005-06-26 12:39 --- The problem is that a PersistentByteMap of capacity 1 is created by -m, but when a PersistentByteMap is created with capacity 1, its capacity method incorrectly returns 0. This is because, when it is created,

[Bug libgcj/22189] Table Full in gcj-dbtool if -m option used with smallest possible input

2005-06-25 Thread greenrd at greenrd dot org
--- Additional Comments From greenrd at greenrd dot org 2005-06-26 02:42 --- Created an attachment (id=9151) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9151action=view) test case -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22189

[Bug libgcj/22189] Table Full in gcj-dbtool if -m option used with smallest possible input

2005-06-25 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-26 02:48 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW