public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/16843] New: gcjh generated headers don't define final constants
@ 2004-07-31 10:19 mark at gcc dot gnu dot org
  2004-08-05  6:42 ` [Bug java/16843] " pinskia at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: mark at gcc dot gnu dot org @ 2004-07-31 10:19 UTC (permalink / raw)
  To: java-prs

Some JNI header generators like kaffeh output C #defines for final static
(primitive and String) fields. gcjh doesn't do this.

The output of running kaffeh on the following class:

public class T extends Thread
{
  public static final String Hello = "World";
  public static final float f = 1.4f;
  public static final double d = Math.PI;
}

gets you the following defines in T.h:

#define T_MIN_PRIORITY 1
#define T_NORM_PRIORITY 5
#define T_MAX_PRIORITY 10
#define T_Hello "World"
#define T_f 1.4000000e+00
#define T_d 8.6191995128153828e+97

Note that some of these constants come from the super class.
Also note that the float and double results look like bugs in kaffeh.

Unfortunately I cannot find the specification that defines this behaviour.

-- 
           Summary: gcjh generated headers don't define final constants
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: mark at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
                    dot org,robilad at kaffe dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16843


^ permalink raw reply	[flat|nested] 5+ messages in thread
[parent not found: <bug-16843-3639@http.gcc.gnu.org/bugzilla/>]

end of thread, other threads:[~2007-01-30  2:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-07-31 10:19 [Bug java/16843] New: gcjh generated headers don't define final constants mark at gcc dot gnu dot org
2004-08-05  6:42 ` [Bug java/16843] " pinskia at gcc dot gnu dot org
2004-11-08  6:30 ` tromey at gcc dot gnu dot org
2004-11-08 18:03 ` cvs-commit at gcc dot gnu dot org
     [not found] <bug-16843-3639@http.gcc.gnu.org/bugzilla/>
2007-01-30  2:16 ` tromey at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).