corda/src
Joel Dice ed96693166 do not clear interrupted flag in Unsafe.park
Since park does not throw InterruptedException, we must leave the flag
set if we are interrupted while parked so that
e.g. AbstractQueuedSynchronizer can itself throw an exception if
appropriate.
2013-04-30 22:45:08 -06:00
..
android first step towards supporting Android class library on Windows 2013-03-14 15:33:05 -06:00
avian code rearrangment to improve state of Android libcore tests 2013-04-23 13:47:15 -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 do not clear interrupted flag in Unsafe.park 2013-04-30 22:45:08 -06:00
classpath-android.cpp code rearrangment to improve state of Android libcore tests 2013-04-23 13:47:15 -06:00
classpath-avian.cpp code rearrangment to improve state of Android libcore tests 2013-04-23 13:47:15 -06:00
classpath-openjdk.cpp code rearrangment to improve state of Android libcore tests 2013-04-23 13:47:15 -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 move call to Classpath::shutDown 2013-04-22 21:52:27 -06: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 code rearrangment to improve state of Android libcore tests 2013-04-23 13:47:15 -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