corda/src
Joel Dice 8b83de8985 add avian.Machine.tryNative
This function allows you to call native code such that any
SIGSEGV/SIGBUS/SIGFPE/EXC_ACCESS_VIOLATION/etc. raised by that code is
transformed into a Java exception and thrown by tryNative.  Note that
this effectively results in a longjmp out of whatever function raised
the exception, so any C++ destructors or other cleanup code will not
be run.
2014-08-19 14:03:46 -06:00
..
android bulk, global reformat 2014-07-11 13:25:22 -06:00
avian add avian.Machine.tryNative 2014-08-19 14:03:46 -06:00
codegen use inline asm for sse detection 2014-07-30 14:15:22 -06:00
heap add initial cmake script (only builds parts of the code) 2014-07-24 09:36:40 -06:00
lzma fix clang "always true" warning in lzma/main.cpp 2014-08-11 08:40:08 -06:00
openjdk fix iOS build when using recent versions of OpenJDK 7 2014-07-24 11:20:17 -06:00
system first pass at cmake + visual studio support 2014-07-30 14:15:15 -06:00
tools fix bootimage lzma build 2014-08-04 17:21:23 -06:00
util add initial cmake script (only builds parts of the code) 2014-07-24 09:36:40 -06:00
arm.masm update copyright years 2014-04-23 15:33:41 -06:00
arm.S update copyright years 2014-04-23 15:33:41 -06:00
boot-javahome.cpp bulk, global reformat 2014-07-11 13:25:22 -06:00
boot.cpp bulk, global reformat 2014-07-11 13:25:22 -06:00
bootimage-fields.cpp bulk, global reformat 2014-07-11 13:25:22 -06:00
bootimage-template.cpp bulk, global reformat 2014-07-11 13:25:22 -06:00
builtin.cpp add avian.Machine.tryNative 2014-08-19 14:03:46 -06:00
classpath-android.cpp Fixed Android build on Windows 2014-07-29 13:01:51 +04:00
classpath-avian.cpp fix all the bugs 2014-07-12 16:57:24 -06:00
classpath-openjdk.cpp Merge pull request #328 from dicej/windows 2014-08-19 12:53:59 -06:00
CMakeLists.txt add initial cmake script (only builds parts of the code) 2014-07-24 09:36:40 -06:00
compile-arm.masm update copyright years 2014-04-23 15:33:41 -06:00
compile-arm.S update copyright years 2014-04-23 15:33:41 -06:00
compile-x86.masm update copyright years 2014-04-23 15:33:41 -06:00
compile-x86.S fix stack alignment bug in vmJumpAndInvoke 2014-05-08 09:20:12 -06:00
compile.cpp add avian.Machine.tryNative 2014-08-19 14:03:46 -06:00
continuations-x86.S fix JNIEnv::FindClass calls from JNI_OnLoad for all supported class libraries 2014-07-01 10:53:26 -06:00
debug-util.cpp touch up type safety in types.def 2014-07-11 13:25:20 -06:00
debug-util.h add debug-util for printing java bytecode as it's compiled 2014-05-30 23:40:21 -06:00
embed.cpp bulk, global reformat 2014-07-11 13:25:22 -06:00
embedded-loader.cpp bulk, global reformat 2014-07-11 13:25:22 -06:00
finder.cpp reduce Allocator interface 2014-07-16 18:51:29 -06:00
heapdump.cpp fix heapdump=true build 2014-07-16 15:51:48 -06:00
heapwalk.cpp bulk, global reformat 2014-07-11 13:25:22 -06:00
interpret.cpp fix macosx arch=i386 process=interpret build 2014-07-30 14:15:22 -06:00
jnienv.cpp src/jnienv.cpp: support G size suffix 2014-07-18 06:09:53 -07:00
lzma-decode.cpp fix LZMA/bootimage build 2014-07-28 09:19:39 -06:00
lzma-encode.cpp fix LZMA/bootimage build 2014-07-28 09:19:39 -06:00
machine.cpp fix order of operations regression in referenceTargetUnreachable 2014-07-17 17:53:36 -06:00
main.cpp reduce Allocator interface 2014-07-16 18:51:29 -06:00
powerpc-regs.S enable Linux PowerPC build 2011-02-26 12:45:22 -07:00
process.cpp fix windows build 2014-07-14 08:57:03 -06:00
thunks.cpp add util.cpp/.h changes 2014-07-11 13:25:19 -06:00
types.def fix all the bugs 2014-07-12 16:57:24 -06:00
util.cpp bulk, global reformat 2014-07-11 13:25:22 -06:00
x86.masm use inline asm for sse detection 2014-07-30 14:15:22 -06:00
x86.S use inline asm for sse detection 2014-07-30 14:15:22 -06:00