public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcj/10596] Reference and String.intern don't work together
       [not found] <20030502041600.10596.tromey@gcc.gnu.org>
@ 2003-07-22 13:23 ` pinskia at physics dot uc dot edu
  2003-07-24 11:40 ` pinskia at physics dot uc dot edu
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-22 13:23 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|unknown                     |3.4


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

* [Bug libgcj/10596] Reference and String.intern don't work together
       [not found] <20030502041600.10596.tromey@gcc.gnu.org>
  2003-07-22 13:23 ` [Bug libgcj/10596] Reference and String.intern don't work together pinskia at physics dot uc dot edu
@ 2003-07-24 11:40 ` pinskia at physics dot uc dot edu
  2003-09-29 21:27 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-24 11:40 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-07-24 11:40:20
               date|                            |


------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-24 11:40 -------
Still true on the mainline (20030724).


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

* [Bug libgcj/10596] Reference and String.intern don't work together
       [not found] <20030502041600.10596.tromey@gcc.gnu.org>
  2003-07-22 13:23 ` [Bug libgcj/10596] Reference and String.intern don't work together pinskia at physics dot uc dot edu
  2003-07-24 11:40 ` pinskia at physics dot uc dot edu
@ 2003-09-29 21:27 ` cvs-commit at gcc dot gnu dot org
  2003-09-29 21:32 ` tromey at gcc dot gnu dot org
  2003-10-17 18:18 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2003-09-29 21:27 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From cvs-commit at gcc dot gnu dot org  2003-09-29 21:14 -------
Subject: Bug 10596

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	tromey@gcc.gnu.org	2003-09-29 21:13:55

Modified files:
	libjava        : ChangeLog 
	libjava/include: jvm.h 
	libjava/java/lang: natString.cc 
	libjava/java/lang/ref: natReference.cc 

Log message:
	PR libgcj/10596:
	* include/jvm.h (_Jv_FinalizeString,
	_Jv_RegisterStringFinalizer): Declare.
	* java/lang/natString.cc (_Jv_FinalizeString): Renamed from
	unintern.
	(intern): Updated.
	(_Jv_NewStringUtf8Const): Likewise.
	* java/lang/ref/natReference.cc (finalize_referred_to_object):
	Add special case when finalizing a String.
	(in_hash): New function.
	(_Jv_RegisterStringFinalizer): Likewise.
	(maybe_add_finalize): Likewise.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/ChangeLog.diff?cvsroot=gcc&r1=1.2204&r2=1.2205
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/include/jvm.h.diff?cvsroot=gcc&r1=1.59&r2=1.60
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/java/lang/natString.cc.diff?cvsroot=gcc&r1=1.31&r2=1.32
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/java/lang/ref/natReference.cc.diff?cvsroot=gcc&r1=1.5&r2=1.6


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

* [Bug libgcj/10596] Reference and String.intern don't work together
       [not found] <20030502041600.10596.tromey@gcc.gnu.org>
                   ` (2 preceding siblings ...)
  2003-09-29 21:27 ` cvs-commit at gcc dot gnu dot org
@ 2003-09-29 21:32 ` tromey at gcc dot gnu dot org
  2003-10-17 18:18 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 5+ messages in thread
From: tromey at gcc dot gnu dot org @ 2003-09-29 21:32 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


tromey at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


------- Additional Comments From tromey at gcc dot gnu dot org  2003-09-29 21:14 -------
Fix checked in


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

* [Bug libgcj/10596] Reference and String.intern don't work together
       [not found] <20030502041600.10596.tromey@gcc.gnu.org>
                   ` (3 preceding siblings ...)
  2003-09-29 21:32 ` tromey at gcc dot gnu dot org
@ 2003-10-17 18:18 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-10-17 18:18 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |3.4


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

end of thread, other threads:[~2003-10-17 18:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20030502041600.10596.tromey@gcc.gnu.org>
2003-07-22 13:23 ` [Bug libgcj/10596] Reference and String.intern don't work together pinskia at physics dot uc dot edu
2003-07-24 11:40 ` pinskia at physics dot uc dot edu
2003-09-29 21:27 ` cvs-commit at gcc dot gnu dot org
2003-09-29 21:32 ` tromey at gcc dot gnu dot org
2003-10-17 18:18 ` pinskia 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).