diff options
| author | gary <gary@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-07-28 07:40:17 +0000 |
|---|---|---|
| committer | gary <gary@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-07-28 07:40:17 +0000 |
| commit | 11c79049f3a6379362badd782a71666b520b8518 (patch) | |
| tree | 183d39c7eacc5aa6d4dcc80ced7f61a89384b6f9 /libjava/ChangeLog | |
| parent | e7206175a0c8d920040676e96ec750fa6493abf7 (diff) | |
| download | ppe42-gcc-11c79049f3a6379362badd782a71666b520b8518.tar.gz ppe42-gcc-11c79049f3a6379362badd782a71666b520b8518.zip | |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115791 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/ChangeLog')
| -rw-r--r-- | libjava/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 9b4990d7371..66e11e2ec73 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,13 @@ +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. + 2006-07-23 Mohan Embar <gnustuff@thisiscool.com> * include/win32-threads.h (_Jv_Thread_t): Explicitly |

