This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
partial patch reversla in java/class.c
- To: gcc-patches at gcc dot gnu dot org, java-patches at gcc dot gnu dot org
- Subject: partial patch reversla in java/class.c
- From: Per Bothner <per at bothner dot com>
- Date: 30 Aug 2001 23:52:08 -0700
I temporaily changed an error to warning in set_constant_value in
java/class.c since otherwise java/util/Calendar.java won't build.
It really should be an error, but something seems corrupted in
the read-in constant pool. I suspect a garbage collection problem.
If I understand the code, only the constant pool of the "current_jcf"
mark during garbage collection. We might have multiple active jcf's,
perhaps - I'll ponder the code tomorrow when I'll hopefully be awake.
--
--Per Bothner
per@bothner.com http://www.bothner.com/per/