public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcj/8170] jni.cc needs stack trace handling
       [not found] <20021008080601.8170.tromey@gcc.gnu.org>
@ 2003-07-22 13:32 ` pinskia at physics dot uc dot edu
  2003-07-24 11:42 ` pinskia at physics dot uc dot edu
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-22 13: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=8170


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|unknown                     |3.3


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

* [Bug libgcj/8170] jni.cc needs stack trace handling
       [not found] <20021008080601.8170.tromey@gcc.gnu.org>
  2003-07-22 13:32 ` [Bug libgcj/8170] jni.cc needs stack trace handling pinskia at physics dot uc dot edu
@ 2003-07-24 11:42 ` pinskia at physics dot uc dot edu
  2005-02-11  6:01 ` mark at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-24 11:42 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=8170


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:42:40
               date|                            |


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


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

* [Bug libgcj/8170] jni.cc needs stack trace handling
       [not found] <20021008080601.8170.tromey@gcc.gnu.org>
  2003-07-22 13:32 ` [Bug libgcj/8170] jni.cc needs stack trace handling pinskia at physics dot uc dot edu
  2003-07-24 11:42 ` pinskia at physics dot uc dot edu
@ 2005-02-11  6:01 ` mark at gcc dot gnu dot org
  2005-02-11 13:13 ` mark at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: mark at gcc dot gnu dot org @ 2005-02-11  6:01 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mark at gcc dot gnu dot org  2005-02-10 23:28 -------
Working on a patch for this link.cc and other internal symbols.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |mark at gcc dot gnu dot org
                   |dot org                     |
             Status|NEW                         |ASSIGNED


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


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

* [Bug libgcj/8170] jni.cc needs stack trace handling
       [not found] <20021008080601.8170.tromey@gcc.gnu.org>
                   ` (2 preceding siblings ...)
  2005-02-11  6:01 ` mark at gcc dot gnu dot org
@ 2005-02-11 13:13 ` mark at gcc dot gnu dot org
  2005-02-12 16:56 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: mark at gcc dot gnu dot org @ 2005-02-11 13:13 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mark at gcc dot gnu dot org  2005-02-11 02:51 -------
Patch here:
http://gcc.gnu.org/ml/java-patches/2005-q1/msg00322.html

-- 


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


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

* [Bug libgcj/8170] jni.cc needs stack trace handling
       [not found] <20021008080601.8170.tromey@gcc.gnu.org>
                   ` (3 preceding siblings ...)
  2005-02-11 13:13 ` mark at gcc dot gnu dot org
@ 2005-02-12 16:56 ` cvs-commit at gcc dot gnu dot org
  2005-02-12 16:59 ` mark at gcc dot gnu dot org
  2005-02-12 18:55 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-02-12 16:56 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-02-12 13:51 -------
Subject: Bug 8170

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	mark@gcc.gnu.org	2005-02-12 13:51:12

Modified files:
	libjava        : ChangeLog 
	libjava/java/lang: ClassLoader.java 
	libjava/gnu/java/lang: MainThread.java 
	libjava/gnu/gcj/runtime: NameFinder.java 
	libjava/java/net: URLClassLoader.java 

Log message:
	Fixes bug libgcj/8170
	* java/lang/ClassLoader.java (loadClass): Don't rewrap
	ClassNotFoundException.
	* gnu/java/lang/MainThread.java (run): Chain NoClassDefFoundError.
	* gnu/gcj/runtime/NameFinder.java (remove_interpreter): Removed.
	(remove_internal): New field superceding remove_interpreter.
	(sanitizeStack): Remove all no-package classes starting with "_Jv_".
	Remove no-class methods starting with "_Jv_". And Replace null
	class or method names with the empty string. Stop at either the
	MainThread or a real Thread run() method.
	(newElement): Made static.
	* java/net/URLClassLoader.java (findClass): Throw
	ClassNotFoundExceptions including urls, plus parent using toString().
	(thisString): New field.
	(toString): New method.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/ChangeLog.diff?cvsroot=gcc&r1=1.3317&r2=1.3318
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/java/lang/ClassLoader.java.diff?cvsroot=gcc&r1=1.36&r2=1.37
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/gnu/java/lang/MainThread.java.diff?cvsroot=gcc&r1=1.2&r2=1.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/gnu/gcj/runtime/NameFinder.java.diff?cvsroot=gcc&r1=1.7&r2=1.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/java/net/URLClassLoader.java.diff?cvsroot=gcc&r1=1.22&r2=1.23



-- 


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


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

* [Bug libgcj/8170] jni.cc needs stack trace handling
       [not found] <20021008080601.8170.tromey@gcc.gnu.org>
                   ` (4 preceding siblings ...)
  2005-02-12 16:56 ` cvs-commit at gcc dot gnu dot org
@ 2005-02-12 16:59 ` mark at gcc dot gnu dot org
  2005-02-12 18:55 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 7+ messages in thread
From: mark at gcc dot gnu dot org @ 2005-02-12 16:59 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mark at gcc dot gnu dot org  2005-02-12 13:53 -------
Patch to fix this and other _Jv_ internal madness checked in.

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


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


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

* [Bug libgcj/8170] jni.cc needs stack trace handling
       [not found] <20021008080601.8170.tromey@gcc.gnu.org>
                   ` (5 preceding siblings ...)
  2005-02-12 16:59 ` mark at gcc dot gnu dot org
@ 2005-02-12 18:55 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-02-12 18:55 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.0.0


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


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

end of thread, other threads:[~2005-02-12 14:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20021008080601.8170.tromey@gcc.gnu.org>
2003-07-22 13:32 ` [Bug libgcj/8170] jni.cc needs stack trace handling pinskia at physics dot uc dot edu
2003-07-24 11:42 ` pinskia at physics dot uc dot edu
2005-02-11  6:01 ` mark at gcc dot gnu dot org
2005-02-11 13:13 ` mark at gcc dot gnu dot org
2005-02-12 16:56 ` cvs-commit at gcc dot gnu dot org
2005-02-12 16:59 ` mark at gcc dot gnu dot org
2005-02-12 18:55 ` 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).