public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcj/7587] direct threaded interpreter not thread-safe
       [not found] <20020813094600.7587.tromey@gcc.gnu.org>
@ 2004-07-13 21:03 ` cvs-commit at gcc dot gnu dot org
  2004-07-14  0:17 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-07-13 21:03 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-07-13 21:03 -------
Subject: Bug 7587

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	bryce@gcc.gnu.org	2004-07-13 21:03:03

Modified files:
	libjava        : ChangeLog prims.cc interpret.cc 
	libjava/include: java-interp.h 

Log message:
	2004-07-13  Bryce McKinlay  <mckinlay@redhat.com>
	
	PR libgcj/7587
	* interpret.cc (compile_mutex): New.
	(_Jv_InitInterpreter): New. Initialize compile_mutex.
	(run): Lock compile_mutex before calling compile() if compilation is
	required.
	* prims.cc (_Jv_CreateJavaVM): Call _Jv_InitInterpreter().
	* include/java-interp.h (_Jv_InitInterpreter): Declare.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/ChangeLog.diff?cvsroot=gcc&r1=1.2925&r2=1.2926
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/prims.cc.diff?cvsroot=gcc&r1=1.91&r2=1.92
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/interpret.cc.diff?cvsroot=gcc&r1=1.43&r2=1.44
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/include/java-interp.h.diff?cvsroot=gcc&r1=1.24&r2=1.25



-- 


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


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

* [Bug libgcj/7587] direct threaded interpreter not thread-safe
       [not found] <20020813094600.7587.tromey@gcc.gnu.org>
  2004-07-13 21:03 ` [Bug libgcj/7587] direct threaded interpreter not thread-safe cvs-commit at gcc dot gnu dot org
@ 2004-07-14  0:17 ` pinskia at gcc dot gnu dot org
  2004-07-14  0:24 ` cvs-commit at gcc dot gnu dot org
  2004-07-14  0:25 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-07-14  0:17 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-07-14 00:17 -------
Fixed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |3.5.0


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


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

* [Bug libgcj/7587] direct threaded interpreter not thread-safe
       [not found] <20020813094600.7587.tromey@gcc.gnu.org>
  2004-07-13 21:03 ` [Bug libgcj/7587] direct threaded interpreter not thread-safe cvs-commit at gcc dot gnu dot org
  2004-07-14  0:17 ` pinskia at gcc dot gnu dot org
@ 2004-07-14  0:24 ` cvs-commit at gcc dot gnu dot org
  2004-07-14  0:25 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-07-14  0:24 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-07-14 00:24 -------
Subject: Bug 7587

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_4-branch
Changes by:	bryce@gcc.gnu.org	2004-07-14 00:24:06

Modified files:
	libjava        : ChangeLog interpret.cc prims.cc 
	libjava/include: java-interp.h jvm.h 

Log message:
	2004-07-13  Bryce McKinlay  <mckinlay@redhat.com>
	
	PR libgcj/7587
	* interpret.cc (compile_mutex): New.
	(_Jv_InitInterpreter): New. Initialize compile_mutex.
	(run): Lock compile_mutex before calling compile() if compilation is
	required.
	* prims.cc (_Jv_CreateJavaVM): Call _Jv_InitInterpreter().
	* include/java-interp.h (_Jv_InitInterpreter): Declare.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.2562.2.22&r2=1.2562.2.23
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/interpret.cc.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.40&r2=1.40.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/prims.cc.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.87.2.1&r2=1.87.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/include/java-interp.h.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.23&r2=1.23.8.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/include/jvm.h.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.62&r2=1.62.8.1



-- 


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


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

* [Bug libgcj/7587] direct threaded interpreter not thread-safe
       [not found] <20020813094600.7587.tromey@gcc.gnu.org>
                   ` (2 preceding siblings ...)
  2004-07-14  0:24 ` cvs-commit at gcc dot gnu dot org
@ 2004-07-14  0:25 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-07-14  0:25 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.5.0                       |3.4.2


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


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

* [Bug libgcj/7587] direct threaded interpreter not thread-safe
       [not found] <20020813094600.7587.tromey@redhat.com>
@ 2003-05-24 19:47 ` pinskia@physics.uc.edu
  0 siblings, 0 replies; 5+ messages in thread
From: pinskia@physics.uc.edu @ 2003-05-24 19:47 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=7587


pinskia@physics.uc.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-05-24 19:39:07
               date|                            |


------- Additional Comments From pinskia@physics.uc.edu  2003-05-24 19:39 -------
Trust Tom on this one.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

end of thread, other threads:[~2004-07-14  0:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20020813094600.7587.tromey@gcc.gnu.org>
2004-07-13 21:03 ` [Bug libgcj/7587] direct threaded interpreter not thread-safe cvs-commit at gcc dot gnu dot org
2004-07-14  0:17 ` pinskia at gcc dot gnu dot org
2004-07-14  0:24 ` cvs-commit at gcc dot gnu dot org
2004-07-14  0:25 ` pinskia at gcc dot gnu dot org
     [not found] <20020813094600.7587.tromey@redhat.com>
2003-05-24 19:47 ` pinskia@physics.uc.edu

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).