* src/vm/vm.hpp (VM): Added member_vm, added functions get_current,
authorChristian Thalinger <twisti@complang.tuwien.ac.at>
Thu, 14 Aug 2008 15:26:54 +0000 (17:26 +0200)
committerChristian Thalinger <twisti@complang.tuwien.ac.at>
Thu, 14 Aug 2008 15:26:54 +0000 (17:26 +0200)
commitee26280669f341c565735ea42d00d8deb3912608
tree5f57bf07751ff92bfef2a0d95be1f028a7f6ffae
parentde9bfc9e74ea665000d642edc4ed3b88d514173d
* src/vm/vm.hpp (VM): Added member_vm, added functions get_current,
abort, abort_errnum, and abort_errno.
* src/vm/vm.cpp: Likewise.
* src/mm/gc-boehm.cpp,
src/native/jni.cpp,
src/native/jni.hpp,
src/native/vm/gnuclasspath/gnu_java_lang_management_VMRuntimeMXBeanImpl.cpp,
src/threads/posix/condition-posix.hpp,
src/threads/posix/mutex-posix.hpp,
src/vm/exceptions.cpp,
src/vm/os.cpp,
src/vm/primitive.cpp,
src/vm/string.cpp: Use VM::get_current() instead of using vm directly,
use new abort functions.
12 files changed:
src/mm/gc-boehm.cpp
src/native/jni.cpp
src/native/jni.hpp
src/native/vm/gnuclasspath/gnu_java_lang_management_VMRuntimeMXBeanImpl.cpp
src/threads/posix/condition-posix.hpp
src/threads/posix/mutex-posix.hpp
src/vm/exceptions.cpp
src/vm/os.cpp
src/vm/primitive.cpp
src/vm/string.cpp
src/vm/vm.cpp
src/vm/vm.hpp