This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: java.util.logging.Logger problem.
Tom Tromey writes:
> >>>>> "Thomas" == Thomas Hallgren <thhal@mailblocks.com> writes:
>
> Thomas> I attached a very simple testcase that reproduces the error. It's
> Thomas> complete with a makefile and all. Just type make, then run the
> Thomas> resulting executeable gcjtest.
>
> Could you file this in bugzilla (including the test case)?
> Reports to the list tend to get lost unless someone fixes them
> immediately.
I get this with 4.0-pre:
$ ./gcjtest
Now calling LogHandler.init()
In LogHandler.init()
In LogHandler()
Now calling LogUser.init()
8-Dec-04 5:06:44 PM se.tada.tests.LogUser hello()
INFO: Hello world
In LogHandler.publish()
08 Dec 04 17:06:44 se.tada.tests.LogUser Hello world