This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r115791 - in /trunk/libjava: ChangeLog java/lan...


Author: gary
Date: Fri Jul 28 07:40:17 2006
New Revision: 115791

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115791
Log:
2006-07-28  Gary Benson  <gbenson@redhat.com>

	* prims.cc (_Jv_CreateJavaVM): Move setting runtimeInitialized
	from the start to the end of the function.  Remove references
	to VMThrowable.trace_enabled.
	* java/lang/natVMThrowable.cc (fillInStackTrace): Use
	runtimeInitialized rather than trace_enabled to decide
	whether to inhibit stack trace generation.
	* java/lang/VMThrowable.java (trace_enabled): Removed.


Modified:
    trunk/libjava/ChangeLog
    trunk/libjava/java/lang/VMThrowable.java
    trunk/libjava/java/lang/natVMThrowable.cc
    trunk/libjava/prims.cc


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]