The attached test case aot-compiles HelloWorld.java, builds a .db file, and then
"merges" that single .db file into another .db file. (Because it is only
"merging" a single file, and the destination .db does not exist, it is in effect
a copy rather than a merge.) But gcj-dbtool fails with this error message:
java.lang.IllegalAccessException: Table Full: 0
at gnu.gcj.runtime.PersistentByteMap.put(byte[], byte[])
(/usr/lib/libgcj.so.6.0.0)
at
gnu.gcj.runtime.PersistentByteMap.putAll(gnu.gcj.runtime.PersistentByteMap)
(/usr/lib/libgcj.so.6.0.0)
at gnu.java.lang.MainThread.call_main() (/usr/lib/libgcj.so.6.0.0)
at gnu.java.lang.MainThread.run() (/usr/lib/libgcj.so.6.0.0)
This is with gcj-dbtool (GNU libgcj) 4.0.0 20050622 (Red Hat 4.0.0-13)
--
Summary: Table Full in gcj-dbtool if -m option used with smallest
possible input
Product: gcc
Version: 4.0.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: libgcj
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: greenrd at greenrd dot org
CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22189