corda/src
Joel Dice 3d56a3211d revert part of earlier comment involving setDaemon and runJavaThread
The code added to runJavaThread was unecessary and harmful since it
allowed the global daemon thread count to become permanently
out-of-sync with the actual number of daemon threads.
2010-12-01 20:29:56 -07:00
..
binaryToObject Merge remote branch 'origin/arm' 2010-11-16 09:56:35 -07:00
openjdk fix windows cross openjdk-src build 2010-12-01 20:05:22 -07:00
allocator.h Merge branch 'master' into powerpc 2008-11-11 08:21:48 -07:00
arch.h fix MSVC build rot 2010-04-15 11:11:10 -06:00
arm.cpp fix ARM bootimage=true build 2010-11-16 02:38:36 +00:00
arm.h First version; interpreted mode works and JIT mode compiles. 2010-07-12 14:18:36 -06:00
arm.S Further debugging of ARM "Hello World!" JIT functionality. 2010-08-27 18:52:33 -06:00
assembler.h optimize loads of constant values by using PC-relative addressing on ARM 2010-11-13 19:42:29 -07:00
boot.cpp add support for accessing embedded JARs as if they were directories 2010-11-05 13:18:28 -06:00
bootimage.cpp fix openjdk-src bootimage build 2010-11-26 12:41:31 -07:00
bootimage.h more work towards OpenJDK classpath support 2010-09-14 10:49:41 -06:00
builtin.cpp update Avian_avian_Machine_dumpHeap to reflect classpath refactoring 2010-12-01 15:43:27 -07:00
classpath-avian.cpp fix Array.makeObjectArray regression 2010-12-01 15:44:09 -07:00
classpath-common.h fix Windows openjdk (non-openjdk-src) build 2010-11-07 10:08:04 -07:00
classpath-openjdk.cpp fix windows cross openjdk-src build 2010-12-01 20:05:22 -07:00
common.h fix OS X openjdk and openjdk-src builds 2010-11-15 20:28:53 -07:00
compile-arm.S fix non-continuations ARM build 2010-11-09 02:13:23 +00:00
compile-powerpc.S update PowerPC assembly Thread field offsets 2010-06-24 19:35:07 -06:00
compile-x86.S more work towards OpenJDK classpath support 2010-09-14 10:49:41 -06:00
compile.cpp various fixes to get Eclipse 3.6 working 2010-11-27 11:25:02 -07:00
compiler.cpp fix corner cases which led to crashes in JIT compiler 2010-11-26 12:36:43 -07:00
compiler.h fix jsr/ret code generation bug 2010-01-04 17:17:16 -07:00
constants.h prepend copyright notice and license to all source files; add license.txt and readme.txt 2008-02-19 11:06:52 -07:00
continuations-x86.S more work towards OpenJDK classpath support 2010-09-14 10:49:41 -06:00
finder.cpp print path elements if DebugFind == true in parsePath 2010-11-27 16:27:22 -07:00
finder.h add support for accessing embedded JARs as if they were directories 2010-11-05 13:18:28 -06:00
heap.cpp for heapdump=true builds, optionally generate dump on OOM 2010-11-18 10:55:00 -07:00
heap.h for heapdump=true builds, optionally generate dump on OOM 2010-11-18 10:55:00 -07:00
heapdump.cpp more work towards OpenJDK classpath support 2010-09-14 10:49:41 -06:00
heapwalk.cpp fix bootimage=true build for Windows 2009-12-02 20:08:07 -07:00
heapwalk.h update makefile to optionally build and use a boot image; various bugfixes 2008-11-29 16:08:14 -07:00
interpret.cpp fix openjdk-src bootimage build 2010-11-26 12:41:31 -07:00
jnienv.cpp fix openjdk-src bootimage build 2010-11-26 12:41:31 -07:00
jnienv.h prepend copyright notice and license to all source files; add license.txt and readme.txt 2008-02-19 11:06:52 -07:00
machine.cpp Merge remote branch 'origin/master' into openjdk 2010-12-01 14:40:58 -07:00
machine.h revert part of earlier comment involving setDaemon and runJavaThread 2010-12-01 20:29:56 -07:00
main.cpp fix Windows openjdk-src build 2010-11-29 17:39:41 -07:00
posix.cpp Merge remote branch 'origin/master' into openjdk 2010-12-01 14:40:58 -07:00
powerpc.cpp optimize loads of constant values by using PC-relative addressing on ARM 2010-11-13 19:42:29 -07:00
powerpc.h fix PowerPC builds on OS X 10.5+ 2010-11-14 18:45:37 -07:00
powerpc.S progress towards powerpc continuation and tail call support 2009-05-26 19:02:39 -06:00
process.cpp fix openjdk-src bootimage build 2010-11-26 12:41:31 -07:00
process.h fix process=interpret build 2010-09-27 17:12:08 -06:00
processor.h more work towards OpenJDK classpath support 2010-09-14 10:49:41 -06:00
stream.h update copyright years 2009-12-02 19:08:29 -07:00
system.h add support for accessing embedded JARs as if they were directories 2010-11-05 13:18:28 -06:00
thunks.cpp fix openjdk-src bootimage build 2010-11-26 12:41:31 -07:00
tokenizer.h rework OpenJDK build to derive classpath and library path from environment 2010-09-20 17:31:23 -06:00
type-generator.cpp Merge remote branch 'origin/master' into openjdk 2010-11-16 10:18:08 -07:00
types.def various fixes to get Eclipse 3.6 working 2010-11-27 11:25:02 -07:00
types.h prepend copyright notice and license to all source files; add license.txt and readme.txt 2008-02-19 11:06:52 -07:00
util.cpp add support for accessing embedded JARs as if they were directories 2010-11-05 13:18:28 -06:00
util.h add support for accessing embedded JARs as if they were directories 2010-11-05 13:18:28 -06:00
vector.h update copyright years 2009-12-02 19:08:29 -07:00
windows.cpp fix OS X openjdk and openjdk-src builds 2010-11-15 20:28:53 -07:00
x86.cpp fix a couple of 64-bit-op-on-32-bit-system bugs 2010-11-30 16:58:51 -07:00
x86.h fix native Windows GCC 3.4 OpenJDK build 2010-11-12 18:29:12 -07:00
x86.S fix continuations=true build for Windows x86_64 2009-12-03 12:46:29 -07:00
zlib-custom.h Files to add Deflater and DeflaterOutputStream to java.util.zip for 2009-12-04 12:01:31 -07:00
zone.h simplify memory allocation interfaces 2008-04-13 12:15:04 -06:00