This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libgcj/50844] New: SimpleDateFormat too slow
- From: "lsching17 at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 24 Oct 2011 06:10:21 +0000
- Subject: [Bug libgcj/50844] New: SimpleDateFormat too slow
- Auto-submitted: auto-generated
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50844
Bug #: 50844
Summary: SimpleDateFormat too slow
Classification: Unclassified
Product: gcc
Version: 4.5.2
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libgcj
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: lsching17@gmail.com
The constructor of class "java.text.SimpleDateFormat" is too slow.
With the test script attached.
In a core 2 duo machine+linux kernel 2.6.38+1G ram, only around 70 objects can
be created per second
Compare to Sun jre 6 update 6, 100000+ objects can be created per second