corda/src
Joel Dice 6f1d02dae7 remove the libstdc++ dependency once and for all
The trick is to make all destructors non-virtual.  This is safe because
we never use the delete operator, which is the only case where virtual
destructors are relevant.  This is a better solution than implementing
our own delete operator, because we want libraries loaded at runtime to
use the libstdc++ version, not ours.
2008-10-28 15:40:50 -06:00
..
allocator.h remove the libstdc++ dependency once and for all 2008-10-28 15:40:50 -06:00
assembler.h remove the libstdc++ dependency once and for all 2008-10-28 15:40:50 -06:00
binaryToMacho.cpp fix darwin build 2008-03-30 22:23:51 -06:00
boot.cpp remove the libstdc++ dependency once and for all 2008-10-28 15:40:50 -06:00
builtin.cpp remove debug code from builtin.cpp 2008-10-27 15:39:14 -06:00
common.h use JavaVMInitArgs instead of JDK1_1InitArgs in JNI_CreateJavaVM; support -Xbootclasspath option 2008-07-14 11:02:43 -06:00
compile.cpp fix stack corruption due to spurious pop events generated for jsr bytecodes 2008-10-09 17:14:52 -06:00
compile.S prepend copyright notice and license to all source files; add license.txt and readme.txt 2008-02-19 11:06:52 -07:00
compiler.cpp remove the libstdc++ dependency once and for all 2008-10-28 15:40:50 -06:00
compiler.h remove the libstdc++ dependency once and for all 2008-10-28 15:40:50 -06: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
finder.cpp remove the libstdc++ dependency once and for all 2008-10-28 15:40:50 -06:00
finder.h remove the libstdc++ dependency once and for all 2008-10-28 15:40:50 -06:00
heap.cpp various bugfixes 2008-04-30 09:44:17 -06:00
heap.h remove the libstdc++ dependency once and for all 2008-10-28 15:40:50 -06:00
heapdump.cpp fix heap dump facility to visit all roots 2008-10-24 18:48:10 -06:00
interpret.cpp fix process=interpret build 2008-06-04 16:17:06 -06:00
jnienv.cpp use dbghelp.dll to generate crash dump file on Windows XP and later 2008-10-27 15:13:27 -06: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 use dbghelp.dll to generate crash dump file on Windows XP and later 2008-10-27 15:13:27 -06:00
machine.h remove the libstdc++ dependency once and for all 2008-10-28 15:40:50 -06:00
main.cpp support -Xbootclasspath and -Xbootclasspath/a options 2008-07-14 11:51:20 -06:00
posix.cpp use dbghelp.dll to generate crash dump file on Windows XP and later 2008-10-27 15:13:27 -06:00
process.cpp look for %s@%d format symbols when resolving native methods on Windows, which obviates the need for -k flag to dlltool 2008-10-10 17:37:36 -06:00
process.h use virtual dispatch when calling Thread.run from VM 2008-06-25 10:28:11 -06:00
processor.h remove the libstdc++ dependency once and for all 2008-10-28 15:40:50 -06:00
stream.h remove the libstdc++ dependency once and for all 2008-10-28 15:40:50 -06:00
system.h remove the libstdc++ dependency once and for all 2008-10-28 15:40:50 -06:00
thunks.cpp improve efficiency of array bounds checks and generate a thunk table for native functions called indirectly 2008-05-31 16:14:27 -06:00
type-generator.cpp remove support for hiding constructors and accessors in type-generator.cpp 2008-10-22 08:39:27 -06:00
types.def translate exception handler table into a form which does not depend on the constant pool after JIT compiling a method 2008-04-11 13:03:40 -06: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 don't calculate the index in hashMapInsert until it's needed 2008-08-11 16:44:38 -06:00
util.h third attempt to properly fix race condition in compile function 2008-07-11 22:01:42 -06:00
vector.h simplify memory allocation interfaces 2008-04-13 12:15:04 -06:00
windows.cpp set global system pointer to null in MySystem::dispose in windows.cpp 2008-10-28 12:15:27 -06:00
x86.cpp remove the libstdc++ dependency once and for all 2008-10-28 15:40:50 -06:00
x86.h prepend copyright notice and license to all source files; add license.txt and readme.txt 2008-02-19 11:06:52 -07:00
x86.S set the base pointer in vmNativeCall to point to the return address per convention, allowing us to safely walk the stack in Process::getStackTrace 2008-04-23 15:07:14 -06:00
zlib-custom.h prepend copyright notice and license to all source files; add license.txt and readme.txt 2008-02-19 11:06:52 -07:00
zone.h simplify memory allocation interfaces 2008-04-13 12:15:04 -06:00