corda/src
Joel Dice 023787d121 fix special case of exception handler table translation
scalac may generate bytecode such that an exception is thrown within
the bounds of a handler for that exception such that the throw is the
last instruction in the method, which we weren't handling properly.
2013-04-22 21:25:15 -06:00
..
android first step towards supporting Android class library on Windows 2013-03-14 15:33:05 -06:00
avian throw CloneNotSupportedException if Object.clone called on non-Cloneable 2013-04-22 21:19:01 -06:00
codegen handle sign extension of constants of various lengths 2013-04-22 21:15:49 -06:00
heap fix unintentionally retained finalizables and improve low mem performance 2013-03-07 20:32:02 -07:00
lzma fix endianess bug in LZMA decoding 2012-06-06 12:58:24 -06:00
openjdk fix Windows openjdk-src build regression 2013-03-26 09:53:47 -06:00
tools ensure that we can intercept static Java methods in bootimage build 2013-03-15 13:28:01 -06:00
util fix msvc build 2013-03-04 11:09:59 -07:00
vm/system fix parameter ordering in windows.cpp's MySystem::visit 2013-03-15 16:08:55 -06:00
arm.masm WinRT/WP8 process=compile 2013-02-09 09:42:22 +02:00
arm.S move headers from src to src/avian 2013-02-27 13:33:29 -07:00
boot-javahome.cpp update copyright years 2012-05-11 17:43:27 -06:00
boot.cpp update copyright years 2012-05-11 17:43:27 -06:00
bootimage-fields.cpp add optional LZMA support for compressing embedded JARs, boot images, and shared objects 2012-06-02 09:06:22 -06:00
bootimage-template.cpp fix msvc build 2013-03-04 11:09:59 -07:00
builtin.cpp fix heapdump build 2013-03-04 16:00:35 -07:00
classpath-android.cpp run Shutdown.shutdown on exit when using OpenJDK library 2013-04-19 13:00:47 -06:00
classpath-avian.cpp run Shutdown.shutdown on exit when using OpenJDK library 2013-04-19 13:00:47 -06:00
classpath-openjdk.cpp implement JVM_ConstantPoolGetFloatAt 2013-04-22 21:23:32 -06:00
compile-arm.masm WinRT/WP8 process=compile 2013-02-09 09:42:22 +02:00
compile-arm.S move headers from src to src/avian 2013-02-27 13:33:29 -07:00
compile-powerpc.S move headers from src to src/avian 2013-02-27 13:33:29 -07:00
compile-x86.masm WinRT/WP8 process=compile 2013-02-09 09:42:22 +02:00
compile-x86.S move headers from src to src/avian 2013-02-27 13:33:29 -07:00
compile.cpp fix special case of exception handler table translation 2013-04-22 21:25:15 -06:00
continuations-x86.S fix stack alignment for i386 continuations build 2012-07-10 17:22:49 -06:00
embed.cpp move headers from src to src/avian 2013-02-27 13:33:29 -07:00
embedded-loader.cpp move headers from src to src/avian 2013-02-27 13:33:29 -07:00
finder.cpp move headers from src to src/avian 2013-02-27 13:33:29 -07:00
heapdump.cpp move headers from src to src/avian 2013-02-27 13:33:29 -07:00
heapwalk.cpp move headers from src to src/avian 2013-02-27 13:33:29 -07:00
interpret.cpp fix NaN handling in floating point comparisons 2013-04-03 16:19:33 -06:00
jnienv.cpp set boot library if run as java or javac command 2013-04-19 18:28:20 -07:00
lzma-decode.cpp fix lzma includes 2013-03-02 22:26:24 +01:00
lzma-encode.cpp fix lzma includes 2013-03-02 22:26:24 +01:00
machine.cpp run Shutdown.shutdown on exit when using OpenJDK library 2013-04-19 13:00:47 -06:00
main.cpp move headers from src to src/avian 2013-02-27 13:33:29 -07:00
powerpc-regs.S enable Linux PowerPC build 2011-02-26 12:45:22 -07:00
powerpc.S move headers from src to src/avian 2013-02-27 13:33:29 -07:00
process.cpp move headers from src to src/avian 2013-02-27 13:33:29 -07:00
thunks.cpp fix crash when encountering invokespecial call to abstract method 2011-07-17 19:54:55 -06:00
types.def throw CloneNotSupportedException if Object.clone called on non-Cloneable 2013-04-22 21:19:01 -06:00
util.cpp avoid allocating new memory in hashMapRemove when GCing 2013-04-22 21:17:31 -06:00
x86.masm Fix dword<>qword mistake 2013-02-09 09:42:47 +02:00
x86.S move headers from src to src/avian 2013-02-27 13:33:29 -07:00