public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/22036] New: libjava/jni.cc compilation fix in cvs 2005-06-12
@ 2005-06-12 15:08 jserv at kaffe dot org
  2005-06-12 15:09 ` [Bug java/22036] " jserv at kaffe dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: jserv at kaffe dot org @ 2005-06-12 15:08 UTC (permalink / raw)
  To: java-prs

I've cvs checked out gcc mainline (2005-06-12) to build gcj, and I found there
were some compilation errors about libjava/jni.cc . The attachment is my fix
against libjava/jni.cc .

-- 
           Summary: libjava/jni.cc compilation fix in cvs 2005-06-12
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jserv at kaffe 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=22036


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug java/22036] libjava/jni.cc compilation fix in cvs 2005-06-12
  2005-06-12 15:08 [Bug java/22036] New: libjava/jni.cc compilation fix in cvs 2005-06-12 jserv at kaffe dot org
@ 2005-06-12 15:09 ` jserv at kaffe dot org
  2005-06-12 15:12 ` [Bug libgcj/22036] " pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: jserv at kaffe dot org @ 2005-06-12 15:09 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From jserv at kaffe dot org  2005-06-12 15:09 -------
Created an attachment (id=9076)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9076&action=view)
compilation fix to libjava/jni.cc


-- 


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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug libgcj/22036] libjava/jni.cc compilation fix in cvs 2005-06-12
  2005-06-12 15:08 [Bug java/22036] New: libjava/jni.cc compilation fix in cvs 2005-06-12 jserv at kaffe dot org
  2005-06-12 15:09 ` [Bug java/22036] " jserv at kaffe dot org
@ 2005-06-12 15:12 ` pinskia at gcc dot gnu dot org
  2005-06-13 14:19 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-06-12 15:12 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-12 15:12 -------
This compiles just fine for me.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|java                        |libgcj
           Keywords|                            |build


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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug libgcj/22036] libjava/jni.cc compilation fix in cvs 2005-06-12
  2005-06-12 15:08 [Bug java/22036] New: libjava/jni.cc compilation fix in cvs 2005-06-12 jserv at kaffe dot org
  2005-06-12 15:09 ` [Bug java/22036] " jserv at kaffe dot org
  2005-06-12 15:12 ` [Bug libgcj/22036] " pinskia at gcc dot gnu dot org
@ 2005-06-13 14:19 ` pinskia at gcc dot gnu dot org
  2005-06-13 17:16 ` tromey at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-06-13 14:19 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-13 14:19 -------
This works for me when I build like the following:
${PATH_TO_TOPLEVELDIR}/configure --prefix=${HOME}/linux --enable-languages=java
make bootstrap

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WORKSFORME


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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug libgcj/22036] libjava/jni.cc compilation fix in cvs 2005-06-12
  2005-06-12 15:08 [Bug java/22036] New: libjava/jni.cc compilation fix in cvs 2005-06-12 jserv at kaffe dot org
                   ` (2 preceding siblings ...)
  2005-06-13 14:19 ` pinskia at gcc dot gnu dot org
@ 2005-06-13 17:16 ` tromey at gcc dot gnu dot org
  2005-06-13 20:19 ` tromey at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: tromey at gcc dot gnu dot org @ 2005-06-13 17:16 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From tromey at gcc dot gnu dot org  2005-06-13 17:16 -------
This bug can occur when DEBUG is defined in the libgcj build.
I'll apply the patch shortly.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|WORKSFORME                  |


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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug libgcj/22036] libjava/jni.cc compilation fix in cvs 2005-06-12
  2005-06-12 15:08 [Bug java/22036] New: libjava/jni.cc compilation fix in cvs 2005-06-12 jserv at kaffe dot org
                   ` (3 preceding siblings ...)
  2005-06-13 17:16 ` tromey at gcc dot gnu dot org
@ 2005-06-13 20:19 ` tromey at gcc dot gnu dot org
  2005-06-13 20:23 ` cvs-commit at gcc dot gnu dot org
  2005-06-13 20:24 ` tromey at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: tromey at gcc dot gnu dot org @ 2005-06-13 20:19 UTC (permalink / raw)
  To: java-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |tromey at gcc dot gnu dot
                   |dot org                     |org
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-06-13 20:19:45
               date|                            |


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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug libgcj/22036] libjava/jni.cc compilation fix in cvs 2005-06-12
  2005-06-12 15:08 [Bug java/22036] New: libjava/jni.cc compilation fix in cvs 2005-06-12 jserv at kaffe dot org
                   ` (4 preceding siblings ...)
  2005-06-13 20:19 ` tromey at gcc dot gnu dot org
@ 2005-06-13 20:23 ` cvs-commit at gcc dot gnu dot org
  2005-06-13 20:24 ` tromey at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-06-13 20:23 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-06-13 20:23 -------
Subject: Bug 22036

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	tromey@gcc.gnu.org	2005-06-13 20:23:12

Modified files:
	libjava        : ChangeLog jni.cc 

Log message:
	2005-06-13  Jim Huang  <jserv@kaffe.org>
	
	PR libgcj/22036:
	* jni.cc (_Jv_JNI_NewObjectV): Use chars() method.
	(_Jv_JNI_NewObject): Likewise.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/ChangeLog.diff?cvsroot=gcc&r1=1.3659&r2=1.3660
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/jni.cc.diff?cvsroot=gcc&r1=1.98&r2=1.99



-- 


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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug libgcj/22036] libjava/jni.cc compilation fix in cvs 2005-06-12
  2005-06-12 15:08 [Bug java/22036] New: libjava/jni.cc compilation fix in cvs 2005-06-12 jserv at kaffe dot org
                   ` (5 preceding siblings ...)
  2005-06-13 20:23 ` cvs-commit at gcc dot gnu dot org
@ 2005-06-13 20:24 ` tromey at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: tromey at gcc dot gnu dot org @ 2005-06-13 20:24 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From tromey at gcc dot gnu dot org  2005-06-13 20:24 -------
I checked the fix in on the trunk.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.1.0


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


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2005-06-13 20:24 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-12 15:08 [Bug java/22036] New: libjava/jni.cc compilation fix in cvs 2005-06-12 jserv at kaffe dot org
2005-06-12 15:09 ` [Bug java/22036] " jserv at kaffe dot org
2005-06-12 15:12 ` [Bug libgcj/22036] " pinskia at gcc dot gnu dot org
2005-06-13 14:19 ` pinskia at gcc dot gnu dot org
2005-06-13 17:16 ` tromey at gcc dot gnu dot org
2005-06-13 20:19 ` tromey at gcc dot gnu dot org
2005-06-13 20:23 ` cvs-commit at gcc dot gnu dot org
2005-06-13 20:24 ` 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).