* Changelog for 0.92
authortwisti <none@none>
Wed, 13 Jul 2005 21:24:31 +0000 (21:24 +0000)
committertwisti <none@none>
Wed, 13 Jul 2005 21:24:31 +0000 (21:24 +0000)
ChangeLog

index 747cd8f13fcaa8b509e06c7d717a9c0f5ac6f3e5..9d16ca4fb3516398e18b45afb5449beb1af88cf8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+2005-07-13 23:13  twisti
+
+       * src/vm/jit/powerpc/codegen.c: * Removed disass.h
+
+2005-07-13 23:07  twisti
+
+       * src/vm/jit/alpha/codegen.c: * ICMD_IDIV, ICMD_IREM: gcc -O2
+         workaround: the cast to s8 is missing, so   we do it inline *
+         Compiler warning fixes
+
+2005-07-13 21:04  twisti
+
+       * src/vm/jit/alpha/md.c: * Removed unused asmoffsets.h
+
+2005-07-13 20:50  twisti
+
+       * src/vm/jit/i386/patcher.c: * Added #include "mm/memory.h"
+
+2005-07-13 18:12  twisti
+
+       * src/vm/jit/powerpc/codegen.c: * Compiler warning fixes *
+         createnativestub: type in return call trace (m-> to md->)
+
+2005-07-13 14:23  twisti
+
+       * src/vm/jit/x86_64/codegen.h: * M_PUSH_IMM: added
+
+2005-07-13 14:23  twisti
+
+       * src/vm/jit/stack.c: * stack_init: --disable-threads compilation
+         fix
+
+2005-07-13 14:10  twisti
+
+       * src/native/jni.c: * Compiler warning fix
+
+2005-07-13 13:56  twisti
+
+       * src/classpath/configure.ac: * Use ${INSTALL} -d instead of
+         ${mkdir_p}, this did not work on irix * AC_PROG_INSTALL: removed,
+         it's automatically checked
+
+2005-07-13 13:55  twisti
+
+       * src/lib/Makefile.am: * SUBDIRS: removed
+
+2005-07-13 13:54  twisti
+
+       * src/Makefile.am: * DIST_SUBDIRS: defined explicitly, otherwise we
+         have problems with   distclean * CLASSPATH: added
+         classpath/native/fdlibm
+
+2005-07-13 13:52  twisti
+
+       * src/vm/resolve.c: * resolve_classref_or_classinfo: convert
+         ClassNotFoundException in   NoClassDefFoundError, there are more
+         functions where this should happen   (next release) * Compiler
+         warning fixes
+
+2005-07-13 13:50  twisti
+
+       * src/vm/unzip.c: * Compiler warning fix
+
+2005-07-13 13:45  twisti
+
+       * src/vm/: builtin.c, builtin.h: * builtintable_entry_debug_dump:
+         removed, sorry edwin, i don't think it was   that useful
+
+2005-07-13 13:41  twisti
+
+       * src/vm/jit/: lsra.inc, stack.c, stack.h, stacktrace.c,
+         inline/parseXTA.c, loop/analyze.c, verify/typecheck.c,
+         x86_64/codegen.c: * Compiler warnnig fixes
+
+2005-07-13 13:38  twisti
+
+       * src/native/vm/VMClass.c: *
+         Java_java_lang_VMClass_getDeclaredClasses: bugfix, inner was used
+         instead   of outer, thanks go to gcc warnings ;-)
+
+2005-07-13 13:37  twisti
+
+       * src/native/vm/Field.c: * Compiler warning fix
+
+2005-07-13 03:06  twisti
+
+       * configure.in: * Changed cacao version and optimization for 0.92
+         release
+
+2005-07-13 02:34  twisti
+
+       * configure.in, autogen.sh, m4/acinclude.m4: * AC_C_ATTRIBUTE:
+         check for __attribute__ (required at least by mipspro)
+
+2005-07-13 01:49  twisti
+
+       * src/vm/jit/mips/: asmoffsets.h, asmpart.S, codegen.c, md.c: *
+         Implemented stacktraces
+
+2005-07-13 01:48  twisti
+
+       * src/native/vm/: VMStackWalker.c, VMThrowable.c: * Added mips
+         defines
+
+2005-07-13 01:47  twisti
+
+       * src/vm/jit/codegen.inc: * Removed some defines (line numbers) *
+         Added mips define
+
+2005-07-13 01:46  twisti
+
+       * src/vm/jit/stacktrace.c: * Added mips define
+
+2005-07-13 01:44  twisti
+
+       * src/toolbox/util.c: * get_variable_message_length: implemented a
+         irix version, irix returns   always -1 if the buffer is null
+
+2005-07-13 00:12  twisti
+
+       * src/vm/jit/i386/Makefile.am: * icmd_uses_reg_res.inc: added
+
+2005-07-12 23:50  twisti
+
+       * src/native/jni.c: * Some functions implemented/corrected *
+         Function header comments * Code formatting
+
+2005-07-12 23:47  twisti
+
+       * src/native/jni.h: * JNI_COMMIT, JNI_ABORT: added
+
+2005-07-12 23:46  twisti
+
+       * contrib/Makefile.am: * Distribute jar's
+
+2005-07-12 23:46  twisti
+
+       * Makefile.am: * Distribute changelogs
+
+2005-07-12 23:34  twisti
+
+       * configure.in: * Removed tests/kaffe/Makefile
+
+2005-07-12 23:03  twisti
+
+       * src/native/vm/VMClass.c: * Compiler warning fix: i leave this, as
+         i want to rewrite the field code,   it should throw the exception
+         instead of aborting
+
+2005-07-12 23:02  twisti
+
+       * src/native/include/Makefile.am: * make dist-check fixes
+
+2005-07-12 23:01  twisti
+
+       * src/vm/builtin.c: * builtin_trace_args: remaining paramcount fix
+
+2005-07-12 23:01  twisti
+
+       * src/vm/initialize.c: * Removed JWDEBUG
+
+2005-07-12 23:01  twisti
+
+       * src/vm/builtin.h: * Small typo
+
+2005-07-12 22:58  twisti
+
+       * src/vm/jit/: helper.c, jit.c, stack.c, stack.h, arm/Makefile.am:
+         * show_icmd_method: use a monitor since the binutils disassembler
+         is not   reentrantable and it would be unreadable if 2 or more
+         thread write   assembler * stack_init: added
+
+2005-07-12 22:55  twisti
+
+       * src/classpath/configure.ac: * standard.omit fixes
+
+2005-07-12 21:50  twisti
+
+       * src/vm/Makefile.am: * Typo: renamed string.h to stringlocal.h
+
+2005-07-12 21:37  twisti
+
+       * src/classpath/lib/Makefile.am: * Removed bootstrap.zip from
+         EXTRA_DIST
+
+2005-07-12 21:36  twisti
+
+       * src/boehm-gc/Makefile.am: * disable check, otherwise make
+         distcheck does not work
+
+2005-07-12 21:36  twisti
+
+       * tests/: Makefile.am, codepatching/Makefile.am,
+         native/Makefile.am: * make dist changes: don't use check but
+         checkall
+
+2005-07-12 18:31  michi
+
+       * src/vm/jit/arm/arch.h: enabled HAS_4BYTE_STACKSLOT
+
+2005-07-12 18:07  michi
+
+       * src/vm/jit/arm/: codegen.c, codegen.h: * added range-check of
+         offset to M_LDR* and M_STR* * implemented ICMDs: LSUB, LSUBCONST,
+         IUSHRCONST, LAND, LOR, LXOR
+
+2005-07-12 18:02  twisti
+
+       * src/vm/jit/mips/: arch.h, asmpart.S, codegen.c, codegen.h, md.c,
+         patcher.c: * Implemented idiv/irem, ldiv/lrem, aastore,
+         arraycheckcast inline
+
+2005-07-12 18:01  twisti
+
+       * src/vm/: builtin.h, builtintable.inc, jit/asmpart.h, jit/parse.c,
+         jit/stack.c, jit/verify/typecheck.c: * Removed stuff for
+         remaining asmpart functions, which are now inlined in   jit code.
+
+2005-07-12 17:43  twisti
+
+       * src/vm/jit/i386/freebsd/md-os.c: * New, simpler stacktrace system
+
+2005-07-12 16:39  michi
+
+       * src/vm/jit/arm/asmpart.S: * asm_call_jit_compiler: method pointer
+         of jit-code is now written back * cleaned up some comments
+
+2005-07-12 16:32  michi
+
+       * src/vm/jit/arm/: codegen.c, codegen.h: * new macro M_RECOMPUTE_IP
+         to recompute ip from pc * implemented ICMDs: DADD, DSUB and DDIV
+
+2005-07-12 13:20  twisti
+
+       * src/vm/jit/i386/: asmpart.S, codegen.c, linux/md-os.c: * New,
+         simpler, more generic stacktrace system
+
+2005-07-12 11:16  twisti
+
+       * src/vm/jit/powerpc/: codegen.c, md.c, darwin/md-asm.h,
+         darwin/md-os.c: * New, simpler stacktrace system (should be final
+         version)
+
+2005-07-12 10:39  twisti
+
+       * src/vm/jit/powerpc/: asmpart.S, codegen.c, linux/md-os.c: *
+         Newer, simpler stacktrace system
+
+2005-07-12 04:19  michi
+
+       * src/vm/jit/arm/codegen.c: * synchronize instruction cache after
+         code generation
+
+2005-07-12 03:42  michi
+
+       * src/vm/loader.c: * fixed typo when compiled with LOADER_VERBOSE
+
+2005-07-12 03:37  michi
+
+       * src/native/jni.c: * GetEnv: thread_getself is available with
+         native threads only
+
+2005-07-12 03:25  michi
+
+       * src/vm/jit/arm/: codegen.c, codegen.h: * new macro ARGUMENT_REGS
+         is used * a lot of long and double stuff implemented * renamed
+         showdisassemble to opt_showdisassemble * some smaller cleanups
+         and bugfixes! * implemented ICMDs: LADDCONST, IDIVPOW2, FADD,
+         FSUB, FDIV, FREM, DMUL, DREM I2D, D2I, D2F, F2D, IALOAD, BALOAD,
+         TABLESWITCH, LOOKUPSWITCH, MULTIANEWARRAY
+
+2005-07-12 00:02  twisti
+
+       * configure.in, src/classpath/configure.ac: * Added alphapca56
+         architecture
+
+2005-07-12 00:00  twisti
+
+       * src/boehm-gc/alpha_mach_dep.S: * Use C comments instead of #
+
+2005-07-11 23:52  twisti
+
+       * src/vm/jit/alpha/: asmpart.S, codegen.c, md.c: * Again, new and
+         simpler stacktraces
+
+2005-07-11 23:25  twisti
+
+       * src/vm/jit/x86_64/: asmpart.S, codegen.c, md.c: * Newer, simpler,
+         smaller stacktrace system
+
+2005-07-11 23:24  twisti
+
+       * src/vm/jit/: stacktrace.c, stacktrace.h: * Again changed the
+         stacktrace system: more specific functions (i hope this   is the
+         last time)
+
+2005-07-11 23:23  twisti
+
+       * src/vm/jit/codegen.inc.h: * init_exceptions: removed
+
+2005-07-11 21:27  twisti
+
+       * tests/: extest.java, extest.output: * Updated
+
+2005-07-11 21:01  twisti
+
+       * src/vm/jit/alpha/md.c: * Removed forgotten variable
+
+2005-07-11 20:56  twisti
+
+       * src/vm/jit/alpha/: asmpart.S, codegen.c, codegen.h, md.c,
+         patcher.c: * Implemented new (and new improved) stacktrace system
+
+2005-07-11 20:55  twisti
+
+       * src/vm/jit/: stacktrace.c, stacktrace.h: * More stacktrace
+         changes: mostly to handle exceptions in leaf methods   correctly
+
+2005-07-11 19:06  michi
+
+       * src/vm/jit/parse.c: Enabled ICMD_FREM and ICMD_DREM for arm
+
+2005-07-11 13:56  twisti
+
+       * src/vm/jit/: codegen.inc, codegen.inc.h: * codegen_findmethod:
+         removed alpha version
+
+2005-07-11 13:14  twisti
+
+       * src/vm/: builtin.h, builtintable.inc, jit/parse.c,
+         jit/verify/typecheck.c: * Added alpha defines for new stacktrace
+         system
+
+2005-07-11 12:35  twisti
+
+       * src/vm/jit/stack.c: * Added alpha defines * show_icmd_method:
+         bugfix when showing exception stubs
+
+2005-07-11 12:13  twisti
+
+       * src/vm/jit/powerpc/: asmpart.S, codegen.c, linux/md-os.c: *
+         Updated stacktrace system again, simpler, smaller and more c code
+
+2005-07-11 11:59  twisti
+
+       * src/toolbox/: util.c, util.h: * get_variable_message_length: the
+         more correct way it to pass the va_list   directly
+
+2005-07-11 10:26  twisti
+
+       * src/vm/: linker.c, loader.c: * Comment typos
+
+2005-07-11 00:21  twisti
+
+       * src/vm/jit/x86_64/md.c: * Better (smaller) exception
+         implementation
+
+2005-07-11 00:21  twisti
+
+       * src/vm/jit/x86_64/codegen.h: * M_MOV_IMM, M_PUSH, M_JMP,
+         M_JMP_IMM, M_CALL: added
+
+2005-07-11 00:20  twisti
+
+       * src/vm/jit/stacktrace.c: * Fixed compiler warnings
+
+2005-07-10 23:46  twisti
+
+       * src/vm/jit/: stacktrace.c, stacktrace.h: *
+         stacktrace_new_arithmeticexception,
+         stacktrace_new_arrayindexoutofboundsexception,
+         stacktrace_new_arraystoreexception,
+         stacktrace_new_classcastexception,
+         stacktrace_new_negativearraysizeexception,
+         stacktrace_new_nullpointerexception, stacktrace_fillInStackTrace:
+         added * stacktrace_call_fillInStackTrace: removed
+
+2005-07-10 21:22  michi
+
+       * src/vm/jit/arm/patcher.c: * renamed showdisassemble to
+         opt_showdisassemble * fixed patcher_resolve_native()
+
+2005-07-10 17:54  twisti
+
+       * src/vm/signal.c: * signal_init: don't install sigquit and sigusr1
+         handlers for freebsd, we   have to find another solution
+
+2005-07-10 17:52  twisti
+
+       * src/vm/jit/i386/freebsd/md-os.c: * Implemented new stacktrace
+         system
+
+2005-07-10 17:33  twisti
+
+       * src/vm/jit/i386/: asmpart.S, codegen.c, codegen.h, patcher.c,
+         linux/md-os.c: * Implemented new stacktrace system * Implemented
+         remaining asmpart functions inline
+
+2005-07-10 17:29  twisti
+
+       * src/vm/jit/i386/md.c: * Fixed typo
+
+2005-07-10 17:24  twisti
+
+       * src/vm/: builtin.h, builtintable.inc, jit/parse.c, jit/stack.c,
+         jit/verify/typecheck.c: * Added i386 defines for new ICMDs
+
+2005-07-10 17:18  twisti
+
+       * src/vm/signal.c: * signal_init: added SA_NODEFER to signal flags
+         for sigsegv and sigfpe
+
+2005-07-10 17:17  twisti
+
+       * src/native/vm/Field.c: * Removed debug output
+
+2005-07-10 13:02  edwin
+
+       * src/vm/jit/verify/typecheck.c: typecheck for ICMD_ARRAYCHECKCAST
+         and ICMD_AASTORE
+
+2005-07-09 20:20  twisti
+
+       * src/: vm/jit/powerpc/darwin/md-os.c, cacaoh/headers.c: *
+         cacao_catch_Handler: removed
+
+2005-07-09 20:10  twisti
+
+       * src/vm/jit/powerpc/codegen.c: * createnativestub: removed linux
+         specific stuff, we just use the darwin   stuff, it does not
+         matter, despite that the stack is a little bigger
+
+2005-07-09 20:08  twisti
+
+       * src/vm/jit/powerpc/darwin/md-asm.h: * Added and removed some
+         function name defines
+
+2005-07-09 20:08  twisti
+
+       * src/vm/jit/powerpc/darwin/md-os.c: * Implemented stacktraces
+
+2005-07-09 20:07  twisti
+
+       * src/vm/jit/powerpc/asmpart.S: * asm_wrapper_patcher: darwin fixes
+
+2005-07-09 20:06  twisti
+
+       * src/vm/jit/powerpc/md.c: * Wrong md-abi.h was included
+
+2005-07-09 19:30  twisti
+
+       * src/vm/options.c: * Fixed includes
+
+2005-07-09 19:01  twisti
+
+       * tests/extest.java: * Added missing pstacktrace
+
+2005-07-09 17:48  twisti
+
+       * src/vm/jit/powerpc/: arch.h, asmoffsets.h, asmpart.S, codegen.c,
+         codegen.h, patcher.c, linux/md-os.c: * Implemented stacktraces *
+         Remaining asmpart functions inlined
+
+2005-07-09 16:04  twisti
+
+       * src/vm/jit/x86_64/: asmpart.S, codegen.c, codegen.h, md-asm.h,
+         md.c, patcher.c: * Use new, more general, stacktrace system *
+         Implemented remaining asmpart functions inline * Added opt_
+         prefix to some options
+
+2005-07-09 15:55  twisti
+
+       * src/vm/jit/helper.c: * helper_fillin_stacktrace,
+         helper_fillin_stacktrace_always: removed
+
+2005-07-09 15:49  twisti
+
+       * src/vm/jit/stacktrace.c: * Some improvements * Some formatting
+
+2005-07-09 15:38  twisti
+
+       * src/vm/jit/jit.c: * Added opt_ prefix for some options
+
+2005-07-09 15:38  twisti
+
+       * src/vm/jit/stack.c: * Print disassembled code of exception stubs
+
+2005-07-09 15:38  twisti
+
+       * src/vm/jit/codegen.inc: * Added opt_ prefix
+
+2005-07-09 15:37  twisti
+
+       * src/: cacao/cacao.c, vm/options.c, vm/options.h: *
+         opt_showexceptionstubs: added * renamed some options (opt_
+         prefix)
+
+2005-07-09 14:19  twisti
+
+       * src/vm/: builtin.h, builtintable.inc, jit/parse.c, jit/stack.c,
+         jit/verify/typecheck.c: * Added x86_64 defines
+
+2005-07-09 14:17  twisti
+
+       * src/vm/jit/loop/tracing.c: * ICMD_ARRAYCHECKCAST: added
+
+2005-07-09 14:17  twisti
+
+       * src/vm/jit/i386/asmpart.S: * Fixed some indent
+
+2005-07-09 14:17  twisti
+
+       * src/vm/jit/i386/asmoffsets.h: * Fixed header
+
+2005-07-09 14:16  twisti
+
+       * src/native/vm/VMThrowable.c: * Added powerpc defines * Fixed
+         calculation of trace start, i hope it's correct
+
+2005-07-09 14:15  twisti
+
+       * src/native/vm/VMStackWalker.c: * Added powerpc defines
+
+2005-07-09 03:59  michi
+
+       * src/vm/jit/arm/md.c: * improved signal_handler_sigsegv (does not
+         work yet)
+
+2005-07-09 03:54  michi
+
+       * src/vm/jit/arm/md-abi.c: * added md_return_alloc() * corrected
+         register handling for LNG, FLT and DBL types * corrected register
+         handling for methods with return types
+
+2005-07-09 03:47  michi
+
+       * src/vm/jit/arm/md-abi.h: * corrected float registers * switched
+         ITMP3 * added Register Pack/Unpack Macros
+
+2005-07-09 03:45  michi
+
+       * src/vm/jit/arm/md-abi.inc: * added float registers * switched
+         ITMP3
+
+2005-07-09 03:38  michi
+
+       * src/vm/jit/arm/asmpart.S: * implemented some asm_builtin*
+         functions * implemented asm_sync_instruction_cache * new macros
+         to save and restore scratch regs * disabled debugger *
+         implemented asm_calljavafunction_int and asm_calljavafunction2*
+
+2005-07-09 03:32  michi
+
+       * src/vm/jit/arm/md-asm.h: * switched ITMP3 * new macros to save
+         and restore scratch regs
+
+2005-07-08 21:51  michi
+
+       * src/vm/jit/arm/arch.h: enabled DOUBLE
+
+2005-07-08 17:46  twisti
+
+       * src/vm/jit/verify/typecheck.c: * ICMD_AASTORE,
+         ICMD_ARRAYCHECKCAST: added * powerpc defines for asmpart inlined
+         functions
+
+2005-07-08 17:43  twisti
+
+       * src/vm/builtin.h: * powerpc defines for inlined asmpart functions
+
+2005-07-08 17:42  twisti
+
+       * src/vm/builtintable.inc: * BUILTIN_canstore: added
+
+2005-07-08 17:40  twisti
+
+       * src/vm/loader.c: * loader_load_all_classes: fixed the META-INF
+         bug again, this time it   works (i've tested it)
+
+2005-07-08 17:21  twisti
+
+       * src/vm/jit/: codegen.inc, codegen.inc.h: * Added xstorerefs
+
+2005-07-08 17:09  twisti
+
+       * src/vm/jit/reg.inc: * ICMD_ARRAYCHECKCAST: added
+
+2005-07-08 17:08  twisti
+
+       * src/vm/jit/parse.c: * changes for inlining asmpart functions
+
+2005-07-08 17:08  twisti
+
+       * src/vm/jit/stack.c: * ICMD_ARRAYCHECKCAST: added * powerpc
+         defines for inlined icmd's from asmpart
+
+2005-07-08 17:06  twisti
+
+       * src/vm/jit/stack.h: * Macro formatting
+
+2005-07-08 14:00  twisti
+
+       * src/vm/jit/tools/genoffsets.c: * Added sizeof(stackframeinfo) *
+         Renamed native_stackframesize to stackframesize
+
+2005-07-08 13:59  twisti
+
+       * src/vm/jit/: stacktrace.c, stacktrace.h: *
+         stacktrace_create_inline_stackframeinfo,
+         stacktrace_create_native_stackframeinfo,
+         stacktrace_remove_stackframeinfo,
+         stacktrace_call_fillInStackTrace: added * Renamed
+         native_stackframeinfo to stackframeinfo
+
+2005-07-08 13:57  twisti
+
+       * src/vm/jit/: jit.c, jit.h: * ICMD_ARRAYCHECKCAST: added
+
+2005-07-08 13:49  twisti
+
+       * src/vm/jit/alpha/: asmpart.S, patcher.c: * Save pv to the
+         position of the patcher function pointer
+
+2005-07-08 13:45  twisti
+
+       * src/vm/jit/alpha/md.c: * md_stacktrace_get_returnaddress: added
+
+2005-07-08 11:40  twisti
+
+       * tests/codepatching/Makefile.am: * Removed -noverify from JAVA
+
+2005-07-07 18:35  christian
+
+       * src/vm/jit/powerpc/: darwin/md-abi.c, linux/md-abi.c: removed
+         typing error (! missing in md_return_alloc)
+
+2005-07-07 17:45  twisti
+
+       * src/vm/loader.c: * loader_load_all_classes: skip META-INF entries
+
+2005-07-07 16:33  christian
+
+       * src/vm/jit/stack.c: Output RA instead of A-1 for allocated return
+         values with -sa
+
+2005-07-07 11:41  twisti
+
+       * src/vm/jit/powerpc/codegen.c: * don't include "md.h", not needed
+
+2005-07-07 11:37  twisti
+
+       * src/vm/jit/powerpc/Makefile.am: * EXTRA_DIST: removed * md.c
+         added
+
+2005-07-07 11:36  twisti
+
+       * src/vm/jit/powerpc/: linux/md.h, darwin/md.h: * Not required
+
+2005-07-07 11:27  twisti
+
+       * src/vm/jit/powerpc/md.c: * Moved os independent stuff here from
+         linux/md.c, darwin/md.c
+
+2005-07-07 11:26  twisti
+
+       * src/vm/jit/powerpc/: darwin/Makefile.am, darwin/md-os.c,
+         darwin/md.c, linux/Makefile.am, linux/md-os.c, linux/md.c: *
+         Renamed md.c to md-os.c
+
+2005-07-06 23:23  twisti
+
+       * src/vm/jit/powerpc/codegen.h: * Formatted some macros a bit
+
+2005-07-05 16:00  twisti
+
+       * src/vm/jit/stacktrace.c: * More changes
+
+2005-07-05 16:00  twisti
+
+       * src/vm/jit/i386/md.c: * Machine dependent, but os independent
+         functions
+
+2005-07-05 16:00  twisti
+
+       * src/vm/jit/i386/Makefile.am: * Added md.c
+
+2005-07-05 15:59  twisti
+
+       * src/vm/jit/i386/: freebsd/Makefile.am, freebsd/md-os.c,
+         freebsd/md.c, linux/Makefile.am, linux/md-os.c, linux/md.c: *
+         Renamed md.c to md-os.c
+
+2005-07-05 15:40  twisti
+
+       * src/vm/jit/stacktrace.c: * Cleanup and trying to make the
+         functions a bit simpler and clearer.
+
+2005-07-05 15:39  twisti
+
+       * src/vm/jit/: x86_64/md.c, stacktrace.h: *
+         md_stacktrace_get_returnaddress: added
+
+2005-07-05 13:18  twisti
+
+       * src/native/native.c: * native_resolve_function: bugfix, just
+         always generate overloaded function   name, this should not
+         happen that often and it's easier this way
+
+2005-07-05 12:04  twisti
+
+       * src/native/native.c: * native_get_exceptiontypes: bugfix, removed
+         excount and just use the   methodinfo data
+
+2005-07-05 10:49  twisti
+
+       * src/vm/jit/alpha/asmpart.S: * asm_calljavafunction/2: calculate
+         pv recalculate value with labels * some cosmetic changes
+
+2005-07-05 10:48  twisti
+
+       * src/vm/jit/alpha/codegen.c: * INVOKESPECIAL: use software null
+         pointer, checking a register should be   faster than accessing
+         memory * createnativestub: save floats with M_FST for native
+         functions
+
+2005-07-05 10:46  twisti
+
+       * src/vm/builtin.c: * builtin_new: removed commented debug output
+
+2005-07-04 23:32  christian
+
+       * tests/native/test.output: New jni Version Number
+
+2005-07-04 23:28  twisti
+
+       * contrib/Makefile.am: * Install kjc and gnu.getopt
+
+2005-07-04 23:27  twisti
+
+       * contrib/.cvsignore: * Ignore generated files
+
+2005-07-04 23:21  twisti
+
+       * configure.in: * rmic: removed * contrib, javac: added
+
+2005-07-04 23:21  twisti
+
+       * Makefile.am: * SUBDIRS: added contrib
+
+2005-07-04 23:20  twisti
+
+       * src/scripts/: .cvsignore, Makefile.am, javac.in, kjc.in: *
+         javac.in: added
+
+2005-07-04 23:09  twisti
+
+       * contrib/: java-getopt-1.0.11.jar, kjc-2.2C-bin.jar: * The
+         compiler we want to use
+
+2005-07-04 23:02  christian
+
+       * src/vm/builtin.c: debug helper removed
+
+2005-07-04 22:51  twisti
+
+       * src/classpath/: AUTHORS, ChangeLog, INSTALL, LICENSE, NEWS,
+         configure.ac, doc/hacking.texinfo, examples/Makefile.am,
+         examples/gnu/classpath/examples/swing/Demo.java,
+         gnu/CORBA/Asynchron.java, gnu/CORBA/BigDecimalHelper.java,
+         gnu/CORBA/ByteArrayComparator.java,
+         gnu/CORBA/Connected_objects.java,
+         gnu/CORBA/DefinitionKindHolder.java,
+         gnu/CORBA/DuplicateNameHolder.java,
+         gnu/CORBA/EmptyExceptionHolder.java,
+         gnu/CORBA/ExceptionCreator.java, gnu/CORBA/Functional_ORB.java,
+         gnu/CORBA/IOR.java, gnu/CORBA/IOR_Delegate.java,
+         gnu/CORBA/IOR_contructed_object.java,
+         gnu/CORBA/ObjectCreator.java, gnu/CORBA/OctetHolder.java,
+         gnu/CORBA/Restricted_ORB.java,
+         gnu/CORBA/ServiceDetailHolder.java,
+         gnu/CORBA/ServiceRequestAdapter.java,
+         gnu/CORBA/SetOverrideTypeHolder.java,
+         gnu/CORBA/Simple_delegate.java, gnu/CORBA/SocketRepository.java,
+         gnu/CORBA/TypeCodeHelper.java, gnu/CORBA/Unexpected.java,
+         gnu/CORBA/Version.java, gnu/CORBA/WCharHolder.java,
+         gnu/CORBA/WStringHolder.java, gnu/CORBA/_PolicyImplBase.java,
+         gnu/CORBA/aliasTypeCode.java, gnu/CORBA/binaryReply.java,
+         gnu/CORBA/bufferedResponseHandler.java,
+         gnu/CORBA/cdrEncapsCodec.java, gnu/CORBA/corbaArrayList.java,
+         gnu/CORBA/fixedTypeCode.java, gnu/CORBA/generalTypeCode.java,
+         gnu/CORBA/gnuAny.java, gnu/CORBA/gnuCodecFactory.java,
+         gnu/CORBA/gnuContext.java, gnu/CORBA/gnuContextList.java,
+         gnu/CORBA/gnuEnvironment.java, gnu/CORBA/gnuExceptionList.java,
+         gnu/CORBA/gnuNVList.java, gnu/CORBA/gnuNamedValue.java,
+         gnu/CORBA/gnuRequest.java, gnu/CORBA/holderFactory.java,
+         gnu/CORBA/primitiveArrayTypeCode.java,
+         gnu/CORBA/primitiveTypeCode.java, gnu/CORBA/recordTypeCode.java,
+         gnu/CORBA/recursiveTypeCode.java,
+         gnu/CORBA/streamReadyHolder.java, gnu/CORBA/streamRequest.java,
+         gnu/CORBA/stringTypeCode.java, gnu/CORBA/stubFinder.java,
+         gnu/CORBA/typeNamer.java, gnu/CORBA/universalHolder.java,
+         gnu/CORBA/CDR/BigEndianInputStream.java,
+         gnu/CORBA/CDR/BigEndianOutputStream.java,
+         gnu/CORBA/CDR/LittleEndianInputStream.java,
+         gnu/CORBA/CDR/LittleEndianOutputStream.java,
+         gnu/CORBA/CDR/Vio.java,
+         gnu/CORBA/CDR/abstractDataInputStream.java,
+         gnu/CORBA/CDR/abstractDataOutputStream.java,
+         gnu/CORBA/CDR/aligningInputStream.java,
+         gnu/CORBA/CDR/aligningOutputStream.java,
+         gnu/CORBA/CDR/cdrBufInput.java, gnu/CORBA/CDR/cdrBufOutput.java,
+         gnu/CORBA/CDR/cdrInput.java, gnu/CORBA/CDR/cdrOutput.java,
+         gnu/CORBA/CDR/encapsulatedOutput.java,
+         gnu/CORBA/DynAn/NameValuePairHolder.java,
+         gnu/CORBA/GIOP/CancelHeader.java,
+         gnu/CORBA/GIOP/CharSets_OSF.java,
+         gnu/CORBA/GIOP/CloseMessage.java,
+         gnu/CORBA/GIOP/ErrorMessage.java,
+         gnu/CORBA/GIOP/MessageHeader.java,
+         gnu/CORBA/GIOP/ReplyHeader.java,
+         gnu/CORBA/GIOP/RequestHeader.java,
+         gnu/CORBA/GIOP/ServiceContext.java,
+         gnu/CORBA/GIOP/cxCodeSet.java,
+         gnu/CORBA/GIOP/v1_0/CancelHeader.java,
+         gnu/CORBA/GIOP/v1_0/ReplyHeader.java,
+         gnu/CORBA/GIOP/v1_0/RequestHeader.java,
+         gnu/CORBA/GIOP/v1_2/ReplyHeader.java,
+         gnu/CORBA/GIOP/v1_2/RequestHeader.java,
+         gnu/CORBA/NamingService/Binding_iterator_impl.java,
+         gnu/CORBA/NamingService/Ext.java,
+         gnu/CORBA/NamingService/NameValidator.java,
+         gnu/CORBA/NamingService/NamingMap.java,
+         gnu/CORBA/NamingService/NamingServiceTransient.java,
+         gnu/CORBA/NamingService/TransientContext.java,
+         gnu/CORBA/NamingService/cmpNameComponent.java,
+         gnu/CORBA/NamingService/snConverter.java,
+         gnu/CORBA/Poa/InvalidPolicyHolder.java,
+         gnu/java/awt/AWTUtilities.java,
+         gnu/java/awt/GradientPaintContext.java,
+         gnu/java/awt/peer/gtk/GdkGraphics.java,
+         gnu/java/awt/peer/gtk/GdkGraphics2D.java,
+         gnu/java/awt/peer/gtk/GdkGraphicsConfiguration.java,
+         gnu/java/awt/peer/gtk/GdkPixbufDecoder.java,
+         gnu/java/awt/peer/gtk/GtkComponentPeer.java,
+         gnu/java/awt/peer/gtk/GtkContainerPeer.java,
+         gnu/java/awt/peer/gtk/GtkFramePeer.java,
+         gnu/java/awt/peer/gtk/GtkImage.java,
+         gnu/java/awt/peer/gtk/GtkImageConsumer.java,
+         gnu/java/awt/peer/gtk/GtkImagePainter.java,
+         gnu/java/awt/peer/gtk/GtkOffScreenImage.java,
+         gnu/java/awt/peer/gtk/GtkPanelPeer.java,
+         gnu/java/awt/peer/gtk/GtkToolkit.java,
+         gnu/java/awt/peer/gtk/GtkVolatileImage.java,
+         gnu/java/locale/LocaleHelper.java,
+         gnu/java/locale/LocaleInformation.java,
+         gnu/java/locale/LocaleInformation_aa.java,
+         gnu/java/locale/LocaleInformation_aa_DJ.java,
+         gnu/java/locale/LocaleInformation_aa_ER.java,
+         gnu/java/locale/LocaleInformation_aa_ER_SAAHO.java,
+         gnu/java/locale/LocaleInformation_aa_ET.java,
+         gnu/java/locale/LocaleInformation_af.java,
+         gnu/java/locale/LocaleInformation_af_ZA.java,
+         gnu/java/locale/LocaleInformation_am.java,
+         gnu/java/locale/LocaleInformation_am_ET.java,
+         gnu/java/locale/LocaleInformation_ar.java,
+         gnu/java/locale/LocaleInformation_ar_DZ.java,
+         gnu/java/locale/LocaleInformation_ar_IN.java,
+         gnu/java/locale/LocaleInformation_ar_IQ.java,
+         gnu/java/locale/LocaleInformation_ar_JO.java,
+         gnu/java/locale/LocaleInformation_ar_KW.java,
+         gnu/java/locale/LocaleInformation_ar_LB.java,
+         gnu/java/locale/LocaleInformation_ar_LY.java,
+         gnu/java/locale/LocaleInformation_ar_MA.java,
+         gnu/java/locale/LocaleInformation_ar_QA.java,
+         gnu/java/locale/LocaleInformation_ar_SA.java,
+         gnu/java/locale/LocaleInformation_ar_SY.java,
+         gnu/java/locale/LocaleInformation_ar_TN.java,
+         gnu/java/locale/LocaleInformation_ar_YE.java,
+         gnu/java/locale/LocaleInformation_as.java,
+         gnu/java/locale/LocaleInformation_as_IN.java,
+         gnu/java/locale/LocaleInformation_az.java,
+         gnu/java/locale/LocaleInformation_az_Cyrl.java,
+         gnu/java/locale/LocaleInformation_be.java,
+         gnu/java/locale/LocaleInformation_be_BY.java,
+         gnu/java/locale/LocaleInformation_bg.java,
+         gnu/java/locale/LocaleInformation_bg_BG.java,
+         gnu/java/locale/LocaleInformation_bn.java,
+         gnu/java/locale/LocaleInformation_bn_IN.java,
+         gnu/java/locale/LocaleInformation_br_FR.java,
+         gnu/java/locale/LocaleInformation_bs_BA.java,
+         gnu/java/locale/LocaleInformation_byn.java,
+         gnu/java/locale/LocaleInformation_byn_ER.java,
+         gnu/java/locale/LocaleInformation_ca.java,
+         gnu/java/locale/LocaleInformation_ca_ES.java,
+         gnu/java/locale/LocaleInformation_cs.java,
+         gnu/java/locale/LocaleInformation_cs_CZ.java,
+         gnu/java/locale/LocaleInformation_cy.java,
+         gnu/java/locale/LocaleInformation_cy_GB.java,
+         gnu/java/locale/LocaleInformation_da.java,
+         gnu/java/locale/LocaleInformation_da_DK.java,
+         gnu/java/locale/LocaleInformation_de.java,
+         gnu/java/locale/LocaleInformation_de_AT.java,
+         gnu/java/locale/LocaleInformation_de_BE.java,
+         gnu/java/locale/LocaleInformation_de_CH.java,
+         gnu/java/locale/LocaleInformation_de_DE.java,
+         gnu/java/locale/LocaleInformation_de_LI.java,
+         gnu/java/locale/LocaleInformation_de_LU.java,
+         gnu/java/locale/LocaleInformation_dv.java,
+         gnu/java/locale/LocaleInformation_dv_MV.java,
+         gnu/java/locale/LocaleInformation_dz.java,
+         gnu/java/locale/LocaleInformation_dz_BT.java,
+         gnu/java/locale/LocaleInformation_el.java,
+         gnu/java/locale/LocaleInformation_el_GR.java,
+         gnu/java/locale/LocaleInformation_en.java,
+         gnu/java/locale/LocaleInformation_en_AS.java,
+         gnu/java/locale/LocaleInformation_en_AU.java,
+         gnu/java/locale/LocaleInformation_en_BE.java,
+         gnu/java/locale/LocaleInformation_en_BW.java,
+         gnu/java/locale/LocaleInformation_en_BZ.java,
+         gnu/java/locale/LocaleInformation_en_CA.java,
+         gnu/java/locale/LocaleInformation_en_DK.java,
+         gnu/java/locale/LocaleInformation_en_GB.java,
+         gnu/java/locale/LocaleInformation_en_GU.java,
+         gnu/java/locale/LocaleInformation_en_HK.java,
+         gnu/java/locale/LocaleInformation_en_IE.java,
+         gnu/java/locale/LocaleInformation_en_IN.java,
+         gnu/java/locale/LocaleInformation_en_MH.java,
+         gnu/java/locale/LocaleInformation_en_MP.java,
+         gnu/java/locale/LocaleInformation_en_MT.java,
+         gnu/java/locale/LocaleInformation_en_NZ.java,
+         gnu/java/locale/LocaleInformation_en_PH.java,
+         gnu/java/locale/LocaleInformation_en_PK.java,
+         gnu/java/locale/LocaleInformation_en_SG.java,
+         gnu/java/locale/LocaleInformation_en_UM.java,
+         gnu/java/locale/LocaleInformation_en_US.java,
+         gnu/java/locale/LocaleInformation_en_US_POSIX.java,
+         gnu/java/locale/LocaleInformation_en_VI.java,
+         gnu/java/locale/LocaleInformation_en_ZA.java,
+         gnu/java/locale/LocaleInformation_en_ZW.java,
+         gnu/java/locale/LocaleInformation_eo.java,
+         gnu/java/locale/LocaleInformation_es.java,
+         gnu/java/locale/LocaleInformation_es_AR.java,
+         gnu/java/locale/LocaleInformation_es_BO.java,
+         gnu/java/locale/LocaleInformation_es_CL.java,
+         gnu/java/locale/LocaleInformation_es_CO.java,
+         gnu/java/locale/LocaleInformation_es_CR.java,
+         gnu/java/locale/LocaleInformation_es_DO.java,
+         gnu/java/locale/LocaleInformation_es_EC.java,
+         gnu/java/locale/LocaleInformation_es_ES.java,
+         gnu/java/locale/LocaleInformation_es_GT.java,
+         gnu/java/locale/LocaleInformation_es_HN.java,
+         gnu/java/locale/LocaleInformation_es_MX.java,
+         gnu/java/locale/LocaleInformation_es_NI.java,
+         gnu/java/locale/LocaleInformation_es_PA.java,
+         gnu/java/locale/LocaleInformation_es_PE.java,
+         gnu/java/locale/LocaleInformation_es_PR.java,
+         gnu/java/locale/LocaleInformation_es_PY.java,
+         gnu/java/locale/LocaleInformation_es_SV.java,
+         gnu/java/locale/LocaleInformation_es_US.java,
+         gnu/java/locale/LocaleInformation_es_UY.java,
+         gnu/java/locale/LocaleInformation_es_VE.java,
+         gnu/java/locale/LocaleInformation_et.java,
+         gnu/java/locale/LocaleInformation_et_EE.java,
+         gnu/java/locale/LocaleInformation_eu.java,
+         gnu/java/locale/LocaleInformation_eu_ES.java,
+         gnu/java/locale/LocaleInformation_fa.java,
+         gnu/java/locale/LocaleInformation_fa_AF.java,
+         gnu/java/locale/LocaleInformation_fa_IR.java,
+         gnu/java/locale/LocaleInformation_fi.java,
+         gnu/java/locale/LocaleInformation_fi_FI.java,
+         gnu/java/locale/LocaleInformation_fo.java,
+         gnu/java/locale/LocaleInformation_fo_FO.java,
+         gnu/java/locale/LocaleInformation_fr.java,
+         gnu/java/locale/LocaleInformation_fr_BE.java,
+         gnu/java/locale/LocaleInformation_fr_CA.java,
+         gnu/java/locale/LocaleInformation_fr_CH.java,
+         gnu/java/locale/LocaleInformation_fr_LU.java,
+         gnu/java/locale/LocaleInformation_ga.java,
+         gnu/java/locale/LocaleInformation_ga_IE.java,
+         gnu/java/locale/LocaleInformation_gez.java,
+         gnu/java/locale/LocaleInformation_gez_ER.java,
+         gnu/java/locale/LocaleInformation_gez_ET.java,
+         gnu/java/locale/LocaleInformation_gl.java,
+         gnu/java/locale/LocaleInformation_gl_ES.java,
+         gnu/java/locale/LocaleInformation_gu.java,
+         gnu/java/locale/LocaleInformation_gu_IN.java,
+         gnu/java/locale/LocaleInformation_gv.java,
+         gnu/java/locale/LocaleInformation_gv_GB.java,
+         gnu/java/locale/LocaleInformation_haw.java,
+         gnu/java/locale/LocaleInformation_haw_US.java,
+         gnu/java/locale/LocaleInformation_he.java,
+         gnu/java/locale/LocaleInformation_he_IL.java,
+         gnu/java/locale/LocaleInformation_hi.java,
+         gnu/java/locale/LocaleInformation_hi_IN.java,
+         gnu/java/locale/LocaleInformation_hr.java,
+         gnu/java/locale/LocaleInformation_hu.java,
+         gnu/java/locale/LocaleInformation_hu_HU.java,
+         gnu/java/locale/LocaleInformation_hy.java,
+         gnu/java/locale/LocaleInformation_hy_AM.java,
+         gnu/java/locale/LocaleInformation_hy_AM_REVISED.java,
+         gnu/java/locale/LocaleInformation_id.java,
+         gnu/java/locale/LocaleInformation_id_ID.java,
+         gnu/java/locale/LocaleInformation_is.java,
+         gnu/java/locale/LocaleInformation_is_IS.java,
+         gnu/java/locale/LocaleInformation_it.java,
+         gnu/java/locale/LocaleInformation_it_CH.java,
+         gnu/java/locale/LocaleInformation_it_IT.java,
+         gnu/java/locale/LocaleInformation_iu.java,
+         gnu/java/locale/LocaleInformation_iw_IL.java,
+         gnu/java/locale/LocaleInformation_ja.java,
+         gnu/java/locale/LocaleInformation_ja_JP.java,
+         gnu/java/locale/LocaleInformation_ka.java,
+         gnu/java/locale/LocaleInformation_kk.java,
+         gnu/java/locale/LocaleInformation_kk_KZ.java,
+         gnu/java/locale/LocaleInformation_kl.java,
+         gnu/java/locale/LocaleInformation_kl_GL.java,
+         gnu/java/locale/LocaleInformation_km.java,
+         gnu/java/locale/LocaleInformation_km_KH.java,
+         gnu/java/locale/LocaleInformation_kn.java,
+         gnu/java/locale/LocaleInformation_kn_IN.java,
+         gnu/java/locale/LocaleInformation_ko.java,
+         gnu/java/locale/LocaleInformation_ko_KR.java,
+         gnu/java/locale/LocaleInformation_kok.java,
+         gnu/java/locale/LocaleInformation_kok_IN.java,
+         gnu/java/locale/LocaleInformation_kw.java,
+         gnu/java/locale/LocaleInformation_kw_GB.java,
+         gnu/java/locale/LocaleInformation_ky.java,
+         gnu/java/locale/LocaleInformation_lo.java,
+         gnu/java/locale/LocaleInformation_lo_LA.java,
+         gnu/java/locale/LocaleInformation_lt.java,
+         gnu/java/locale/LocaleInformation_lt_LT.java,
+         gnu/java/locale/LocaleInformation_lv.java,
+         gnu/java/locale/LocaleInformation_lv_LV.java,
+         gnu/java/locale/LocaleInformation_mk.java,
+         gnu/java/locale/LocaleInformation_ml.java,
+         gnu/java/locale/LocaleInformation_ml_IN.java,
+         gnu/java/locale/LocaleInformation_mn.java,
+         gnu/java/locale/LocaleInformation_mn_MN.java,
+         gnu/java/locale/LocaleInformation_mr.java,
+         gnu/java/locale/LocaleInformation_mr_IN.java,
+         gnu/java/locale/LocaleInformation_ms.java,
+         gnu/java/locale/LocaleInformation_ms_BN.java,
+         gnu/java/locale/LocaleInformation_ms_MY.java,
+         gnu/java/locale/LocaleInformation_mt.java,
+         gnu/java/locale/LocaleInformation_mt_MT.java,
+         gnu/java/locale/LocaleInformation_nb.java,
+         gnu/java/locale/LocaleInformation_nb_NO.java,
+         gnu/java/locale/LocaleInformation_nl.java,
+         gnu/java/locale/LocaleInformation_nl_BE.java,
+         gnu/java/locale/LocaleInformation_nl_NL.java,
+         gnu/java/locale/LocaleInformation_nn.java,
+         gnu/java/locale/LocaleInformation_nn_NO.java,
+         gnu/java/locale/LocaleInformation_no_NO.java,
+         gnu/java/locale/LocaleInformation_oc_FR.java,
+         gnu/java/locale/LocaleInformation_om.java,
+         gnu/java/locale/LocaleInformation_om_ET.java,
+         gnu/java/locale/LocaleInformation_om_KE.java,
+         gnu/java/locale/LocaleInformation_or.java,
+         gnu/java/locale/LocaleInformation_or_IN.java,
+         gnu/java/locale/LocaleInformation_pa.java,
+         gnu/java/locale/LocaleInformation_pa_IN.java,
+         gnu/java/locale/LocaleInformation_pl.java,
+         gnu/java/locale/LocaleInformation_pl_PL.java,
+         gnu/java/locale/LocaleInformation_ps.java,
+         gnu/java/locale/LocaleInformation_ps_AF.java,
+         gnu/java/locale/LocaleInformation_pt.java,
+         gnu/java/locale/LocaleInformation_pt_BR.java,
+         gnu/java/locale/LocaleInformation_pt_PT.java,
+         gnu/java/locale/LocaleInformation_ro.java,
+         gnu/java/locale/LocaleInformation_ro_RO.java,
+         gnu/java/locale/LocaleInformation_ru.java,
+         gnu/java/locale/LocaleInformation_ru_RU.java,
+         gnu/java/locale/LocaleInformation_ru_UA.java,
+         gnu/java/locale/LocaleInformation_sa.java,
+         gnu/java/locale/LocaleInformation_sa_IN.java,
+         gnu/java/locale/LocaleInformation_se_NO.java,
+         gnu/java/locale/LocaleInformation_sid.java,
+         gnu/java/locale/LocaleInformation_sid_ET.java,
+         gnu/java/locale/LocaleInformation_sk.java,
+         gnu/java/locale/LocaleInformation_sk_SK.java,
+         gnu/java/locale/LocaleInformation_sl.java,
+         gnu/java/locale/LocaleInformation_so.java,
+         gnu/java/locale/LocaleInformation_so_DJ.java,
+         gnu/java/locale/LocaleInformation_so_ET.java,
+         gnu/java/locale/LocaleInformation_so_KE.java,
+         gnu/java/locale/LocaleInformation_so_SO.java,
+         gnu/java/locale/LocaleInformation_sq.java,
+         gnu/java/locale/LocaleInformation_sq_AL.java,
+         gnu/java/locale/LocaleInformation_sr.java,
+         gnu/java/locale/LocaleInformation_sr_Latn.java,
+         gnu/java/locale/LocaleInformation_sv.java,
+         gnu/java/locale/LocaleInformation_sv_FI.java,
+         gnu/java/locale/LocaleInformation_sv_SE.java,
+         gnu/java/locale/LocaleInformation_sw.java,
+         gnu/java/locale/LocaleInformation_sw_KE.java,
+         gnu/java/locale/LocaleInformation_sw_TZ.java,
+         gnu/java/locale/LocaleInformation_syr.java,
+         gnu/java/locale/LocaleInformation_syr_SY.java,
+         gnu/java/locale/LocaleInformation_ta.java,
+         gnu/java/locale/LocaleInformation_ta_IN.java,
+         gnu/java/locale/LocaleInformation_te.java,
+         gnu/java/locale/LocaleInformation_te_IN.java,
+         gnu/java/locale/LocaleInformation_tg_TJ.java,
+         gnu/java/locale/LocaleInformation_th.java,
+         gnu/java/locale/LocaleInformation_th_TH.java,
+         gnu/java/locale/LocaleInformation_ti.java,
+         gnu/java/locale/LocaleInformation_ti_ER.java,
+         gnu/java/locale/LocaleInformation_ti_ET.java,
+         gnu/java/locale/LocaleInformation_tig.java,
+         gnu/java/locale/LocaleInformation_tig_ER.java,
+         gnu/java/locale/LocaleInformation_tr.java,
+         gnu/java/locale/LocaleInformation_tr_TR.java,
+         gnu/java/locale/LocaleInformation_tt.java,
+         gnu/java/locale/LocaleInformation_tt_RU.java,
+         gnu/java/locale/LocaleInformation_uk.java,
+         gnu/java/locale/LocaleInformation_uk_UA.java,
+         gnu/java/locale/LocaleInformation_ur.java,
+         gnu/java/locale/LocaleInformation_uz.java,
+         gnu/java/locale/LocaleInformation_uz_AF.java,
+         gnu/java/locale/LocaleInformation_vi.java,
+         gnu/java/locale/LocaleInformation_wal.java,
+         gnu/java/locale/LocaleInformation_wal_ET.java,
+         gnu/java/locale/LocaleInformation_zh.java,
+         gnu/java/locale/LocaleInformation_zh_CN_Hans.java,
+         gnu/java/locale/LocaleInformation_zh_HK_Hant.java,
+         gnu/java/locale/LocaleInformation_zh_Hant.java,
+         gnu/java/locale/LocaleInformation_zh_MO_Hant.java,
+         gnu/java/locale/LocaleInformation_zh_SG_Hans.java,
+         gnu/java/locale/LocaleInformation_zh_TW_Hant.java,
+         gnu/java/net/protocol/http/HTTPURLConnection.java,
+         gnu/java/net/protocol/http/Headers.java,
+         gnu/java/net/protocol/http/Request.java,
+         gnu/java/net/protocol/jar/Handler.java,
+         gnu/java/nio/DatagramChannelImpl.java,
+         gnu/java/nio/DatagramChannelSelectionKey.java,
+         gnu/java/nio/ServerSocketChannelImpl.java,
+         gnu/java/nio/ServerSocketChannelSelectionKey.java,
+         gnu/java/nio/SocketChannelImpl.java,
+         gnu/java/nio/SocketChannelSelectionKey.java,
+         gnu/java/nio/channels/FileChannelImpl.java,
+         gnu/java/nio/charset/Windows1250.java,
+         gnu/java/nio/charset/Windows1251.java,
+         gnu/java/nio/charset/Windows1252.java,
+         gnu/java/nio/charset/Windows1253.java,
+         gnu/java/nio/charset/Windows1254.java,
+         gnu/java/nio/charset/Windows1255.java,
+         gnu/java/nio/charset/Windows1256.java,
+         gnu/java/nio/charset/Windows1257.java,
+         gnu/java/nio/charset/Windows1258.java,
+         gnu/java/security/provider/DSASignature.java,
+         gnu/java/security/provider/SHA1PRNG.java, gnu/regexp/RE.java,
+         gnu/regexp/RESyntax.java, gnu/regexp/RETokenRepeated.java,
+         gnu/xml/aelfred2/XmlParser.java, gnu/xml/dom/DomDocument.java,
+         gnu/xml/dom/DomDocumentBuilder.java, gnu/xml/dom/DomNsNode.java,
+         gnu/xml/dom/ls/SAXEventSink.java,
+         gnu/xml/transform/StreamSerializer.java,
+         gnu/xml/transform/XSLURIResolver.java, include/Makefile.am,
+         include/gnu_java_awt_peer_gtk_GdkGraphics.h,
+         include/gnu_java_awt_peer_gtk_GdkGraphics2D.h,
+         include/gnu_java_awt_peer_gtk_GdkPixbufDecoder.h,
+         include/gnu_java_awt_peer_gtk_GtkFramePeer.h,
+         include/gnu_java_awt_peer_gtk_GtkImage.h,
+         include/gnu_java_awt_peer_gtk_GtkImagePainter.h,
+         include/gnu_java_awt_peer_gtk_GtkPanelPeer.h,
+         java/awt/BufferCapabilities.java, java/awt/Canvas.java,
+         java/awt/Component.java, java/awt/Container.java,
+         java/awt/DefaultKeyboardFocusManager.java, java/awt/Font.java,
+         java/awt/Frame.java, java/awt/GradientPaint.java,
+         java/awt/ImageCapabilities.java, java/awt/MenuItem.java,
+         java/awt/Window.java, java/awt/event/AWTEventListener.java,
+         java/awt/event/AWTEventListenerProxy.java,
+         java/awt/event/InputMethodListener.java,
+         java/awt/event/ItemListener.java,
+         java/awt/event/MouseWheelEvent.java,
+         java/awt/event/TextEvent.java, java/awt/event/WindowEvent.java,
+         java/awt/event/WindowListener.java,
+         java/awt/image/BandedSampleModel.java,
+         java/awt/image/BufferStrategy.java,
+         java/awt/image/BufferedImage.java,
+         java/awt/image/DirectColorModel.java,
+         java/awt/image/IndexColorModel.java,
+         java/awt/image/RGBImageFilter.java,
+         java/awt/image/SampleModel.java,
+         java/awt/image/VolatileImage.java,
+         java/awt/peer/ComponentPeer.java, java/io/DataInputStream.java,
+         java/io/FileInputStream.java, java/io/FileOutputStream.java,
+         java/io/ObjectInputStream.java, java/io/RandomAccessFile.java,
+         java/lang/Class.java, java/lang/ClassLoader.java,
+         java/lang/Integer.java, java/lang/String.java,
+         java/net/ServerSocket.java, java/net/URI.java,
+         java/nio/channels/FileLock.java, java/nio/charset/Charset.java,
+         java/rmi/server/RMIClassLoader.java,
+         java/text/AttributedStringIterator.java,
+         java/text/DateFormatSymbols.java, java/text/DecimalFormat.java,
+         java/text/MessageFormat.java, java/text/SimpleDateFormat.java,
+         java/util/BitSet.java, java/util/Calendar.java,
+         java/util/LinkedHashMap.java, java/util/Locale.java,
+         java/util/TimeZone.java, java/util/logging/LogManager.java,
+         java/util/logging/Logger.java,
+         java/util/prefs/AbstractPreferences.java,
+         java/util/regex/Pattern.java, javax/swing/AbstractButton.java,
+         javax/swing/AbstractCellEditor.java, javax/swing/Action.java,
+         javax/swing/ActionMap.java, javax/swing/BorderFactory.java,
+         javax/swing/Box.java, javax/swing/BoxLayout.java,
+         javax/swing/ButtonGroup.java, javax/swing/CellRendererPane.java,
+         javax/swing/DebugGraphics.java,
+         javax/swing/DefaultBoundedRangeModel.java,
+         javax/swing/DefaultButtonModel.java,
+         javax/swing/DefaultCellEditor.java,
+         javax/swing/DefaultComboBoxModel.java,
+         javax/swing/DefaultDesktopManager.java,
+         javax/swing/DefaultFocusManager.java,
+         javax/swing/DefaultListCellRenderer.java,
+         javax/swing/DefaultListModel.java,
+         javax/swing/DefaultListSelectionModel.java,
+         javax/swing/FocusManager.java, javax/swing/GrayFilter.java,
+         javax/swing/ImageIcon.java, javax/swing/JApplet.java,
+         javax/swing/JButton.java, javax/swing/JCheckBoxMenuItem.java,
+         javax/swing/JColorChooser.java, javax/swing/JComboBox.java,
+         javax/swing/JComponent.java, javax/swing/JDesktopPane.java,
+         javax/swing/JDialog.java, javax/swing/JEditorPane.java,
+         javax/swing/JFileChooser.java,
+         javax/swing/JFormattedTextField.java, javax/swing/JFrame.java,
+         javax/swing/JInternalFrame.java, javax/swing/JLabel.java,
+         javax/swing/JLayeredPane.java, javax/swing/JList.java,
+         javax/swing/JMenu.java, javax/swing/JMenuItem.java,
+         javax/swing/JPopupMenu.java, javax/swing/JProgressBar.java,
+         javax/swing/JRadioButton.java, javax/swing/JScrollPane.java,
+         javax/swing/JSeparator.java, javax/swing/JSpinner.java,
+         javax/swing/JTabbedPane.java, javax/swing/JTable.java,
+         javax/swing/JTextArea.java, javax/swing/JTextField.java,
+         javax/swing/JTextPane.java, javax/swing/JToggleButton.java,
+         javax/swing/JToolTip.java, javax/swing/JTree.java,
+         javax/swing/JViewport.java, javax/swing/JWindow.java,
+         javax/swing/LayoutFocusTraversalPolicy.java,
+         javax/swing/MenuSelectionManager.java,
+         javax/swing/RepaintManager.java,
+         javax/swing/ScrollPaneLayout.java,
+         javax/swing/SizeRequirements.java,
+         javax/swing/SpinnerDateModel.java,
+         javax/swing/SwingUtilities.java, javax/swing/ToolTipManager.java,
+         javax/swing/TransferHandler.java, javax/swing/UIManager.java,
+         javax/swing/package.html, javax/swing/border/package.html,
+         javax/swing/colorchooser/package.html,
+         javax/swing/event/TableModelEvent.java,
+         javax/swing/event/TreeSelectionEvent.java,
+         javax/swing/event/package.html,
+         javax/swing/filechooser/FileSystemView.java,
+         javax/swing/filechooser/UnixFileSystemView.java,
+         javax/swing/filechooser/package.html,
+         javax/swing/plaf/ColorUIResource.java,
+         javax/swing/plaf/package.html,
+         javax/swing/plaf/basic/BasicButtonListener.java,
+         javax/swing/plaf/basic/BasicCheckBoxUI.java,
+         javax/swing/plaf/basic/BasicComboBoxUI.java,
+         javax/swing/plaf/basic/BasicDirectoryModel.java,
+         javax/swing/plaf/basic/BasicFileChooserUI.java,
+         javax/swing/plaf/basic/BasicInternalFrameTitlePane.java,
+         javax/swing/plaf/basic/BasicInternalFrameUI.java,
+         javax/swing/plaf/basic/BasicLabelUI.java,
+         javax/swing/plaf/basic/BasicListUI.java,
+         javax/swing/plaf/basic/BasicLookAndFeel.java,
+         javax/swing/plaf/basic/BasicMenuUI.java,
+         javax/swing/plaf/basic/BasicOptionPaneUI.java,
+         javax/swing/plaf/basic/BasicPopupMenuUI.java,
+         javax/swing/plaf/basic/BasicProgressBarUI.java,
+         javax/swing/plaf/basic/BasicSliderUI.java,
+         javax/swing/plaf/basic/BasicSplitPaneUI.java,
+         javax/swing/plaf/basic/BasicTabbedPaneUI.java,
+         javax/swing/plaf/basic/BasicTableUI.java,
+         javax/swing/plaf/basic/BasicTextUI.java,
+         javax/swing/plaf/basic/BasicTreeUI.java,
+         javax/swing/plaf/basic/BasicViewportUI.java,
+         javax/swing/plaf/basic/DefaultMenuLayout.java,
+         javax/swing/plaf/basic/package.html,
+         javax/swing/plaf/metal/MetalComboBoxUI.java,
+         javax/swing/plaf/metal/MetalLookAndFeel.java,
+         javax/swing/plaf/metal/MetalScrollBarUI.java,
+         javax/swing/plaf/metal/MetalSplitPaneDivider.java,
+         javax/swing/plaf/metal/MetalSplitPaneUI.java,
+         javax/swing/plaf/metal/MetalUtils.java,
+         javax/swing/plaf/metal/package.html,
+         javax/swing/table/AbstractTableModel.java,
+         javax/swing/table/DefaultTableCellRenderer.java,
+         javax/swing/table/DefaultTableModel.java,
+         javax/swing/text/AbstractDocument.java,
+         javax/swing/text/DateFormatter.java,
+         javax/swing/text/DefaultCaret.java,
+         javax/swing/text/DefaultEditorKit.java,
+         javax/swing/text/DefaultFormatter.java,
+         javax/swing/text/DefaultStyledDocument.java,
+         javax/swing/text/FieldView.java,
+         javax/swing/text/GapContent.java,
+         javax/swing/text/InternationalFormatter.java,
+         javax/swing/text/JTextComponent.java,
+         javax/swing/text/PlainDocument.java,
+         javax/swing/text/PlainView.java, javax/swing/text/Utilities.java,
+         javax/swing/text/View.java, javax/swing/text/html/HTML.java,
+         javax/swing/text/html/HTMLEditorKit.java,
+         javax/swing/tree/AbstractLayoutCache.java,
+         javax/swing/tree/DefaultTreeCellRenderer.java,
+         javax/swing/tree/DefaultTreeModel.java,
+         javax/swing/tree/DefaultTreeSelectionModel.java,
+         javax/swing/tree/FixedHeightLayoutCache.java,
+         javax/swing/tree/TreePath.java,
+         javax/swing/tree/VariableHeightLayoutCache.java,
+         javax/swing/tree/package.html, javax/swing/undo/package.html,
+         lib/.cvsignore, lib/Makefile.am, lib/gen-classlist.sh.in,
+         m4/acinclude.m4, native/fdlibm/mprec.c, native/fdlibm/s_finite.c,
+         native/jni/gtk-peer/Makefile.am,
+         native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics.c,
+         native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics2D.c,
+         native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkPixbufDecoder.c,
+         native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkFramePeer.c,
+         native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkImage.c,
+         native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkImagePainter.c,
+         native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkPanelPeer.c,
+         native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkScrollBarPeer.c,
+         native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkTextFieldPeer.c,
+         native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkToolkit.c,
+         native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c,
+         native/jni/gtk-peer/gthread-jni.c,
+         native/jni/gtk-peer/gtkcairopeer.h,
+         native/jni/gtk-peer/gtkpeer.h, org/omg/CORBA/Any.java,
+         org/omg/CORBA/CompletionStatus.java,
+         org/omg/CORBA/CompletionStatusHelper.java,
+         org/omg/CORBA/Current.java, org/omg/CORBA/CurrentHelper.java,
+         org/omg/CORBA/CurrentHolder.java,
+         org/omg/CORBA/CurrentOperations.java,
+         org/omg/CORBA/CustomMarshal.java, org/omg/CORBA/CustomValue.java,
+         org/omg/CORBA/DataInputStream.java,
+         org/omg/CORBA/DataOutputStream.java,
+         org/omg/CORBA/DefinitionKind.java,
+         org/omg/CORBA/DefinitionKindHelper.java,
+         org/omg/CORBA/DomainManager.java,
+         org/omg/CORBA/DomainManagerOperations.java,
+         org/omg/CORBA/DynAny.java, org/omg/CORBA/DynArray.java,
+         org/omg/CORBA/DynEnum.java, org/omg/CORBA/DynFixed.java,
+         org/omg/CORBA/DynSequence.java, org/omg/CORBA/DynStruct.java,
+         org/omg/CORBA/DynUnion.java, org/omg/CORBA/DynValue.java,
+         org/omg/CORBA/DynamicImplementation.java,
+         org/omg/CORBA/FieldNameHelper.java,
+         org/omg/CORBA/FixedHolder.java, org/omg/CORBA/IDLType.java,
+         org/omg/CORBA/IDLTypeHelper.java,
+         org/omg/CORBA/IDLTypeOperations.java,
+         org/omg/CORBA/IRObject.java,
+         org/omg/CORBA/IRObjectOperations.java,
+         org/omg/CORBA/IdentifierHelper.java,
+         org/omg/CORBA/LocalObject.java, org/omg/CORBA/NO_RESOURCES.java,
+         org/omg/CORBA/NameValuePair.java,
+         org/omg/CORBA/NameValuePairHelper.java, org/omg/CORBA/ORB.java,
+         org/omg/CORBA/Object.java, org/omg/CORBA/ObjectHelper.java,
+         org/omg/CORBA/ObjectHolder.java,
+         org/omg/CORBA/PRIVATE_MEMBER.java,
+         org/omg/CORBA/PUBLIC_MEMBER.java,
+         org/omg/CORBA/ParameterMode.java,
+         org/omg/CORBA/ParameterModeHelper.java,
+         org/omg/CORBA/ParameterModeHolder.java,
+         org/omg/CORBA/Policy.java, org/omg/CORBA/PolicyError.java,
+         org/omg/CORBA/PolicyHelper.java, org/omg/CORBA/PolicyHolder.java,
+         org/omg/CORBA/PolicyListHelper.java,
+         org/omg/CORBA/PolicyListHolder.java,
+         org/omg/CORBA/PolicyOperations.java,
+         org/omg/CORBA/PolicyTypeHelper.java,
+         org/omg/CORBA/RepositoryIdHelper.java,
+         org/omg/CORBA/ServerRequest.java,
+         org/omg/CORBA/ServiceDetail.java,
+         org/omg/CORBA/ServiceDetailHelper.java,
+         org/omg/CORBA/ServiceInformation.java,
+         org/omg/CORBA/ServiceInformationHelper.java,
+         org/omg/CORBA/ServiceInformationHolder.java,
+         org/omg/CORBA/SetOverrideType.java,
+         org/omg/CORBA/SetOverrideTypeHelper.java,
+         org/omg/CORBA/StringHolder.java,
+         org/omg/CORBA/StringSeqHelper.java,
+         org/omg/CORBA/StringSeqHolder.java,
+         org/omg/CORBA/StringValueHelper.java,
+         org/omg/CORBA/StructMemberHelper.java,
+         org/omg/CORBA/TRANSIENT.java, org/omg/CORBA/UNKNOWN.java,
+         org/omg/CORBA/UnionMemberHelper.java,
+         org/omg/CORBA/UnknownUserException.java,
+         org/omg/CORBA/UserException.java, org/omg/CORBA/VM_ABSTRACT.java,
+         org/omg/CORBA/VM_CUSTOM.java, org/omg/CORBA/VM_NONE.java,
+         org/omg/CORBA/VM_TRUNCATABLE.java,
+         org/omg/CORBA/ValueBaseHelper.java,
+         org/omg/CORBA/ValueBaseHolder.java,
+         org/omg/CORBA/ValueMember.java,
+         org/omg/CORBA/ValueMemberHelper.java,
+         org/omg/CORBA/VersionSpecHelper.java,
+         org/omg/CORBA/VisibilityHelper.java,
+         org/omg/CORBA/WStringValueHelper.java,
+         org/omg/CORBA/_IDLTypeStub.java, org/omg/CORBA/_PolicyStub.java,
+         org/omg/CORBA/package.html,
+         org/omg/CORBA/portable/ApplicationException.java,
+         org/omg/CORBA/portable/ApplicationException.jbx,
+         org/omg/CORBA/portable/BoxedValueHelper.java,
+         org/omg/CORBA/portable/CustomValue.java,
+         org/omg/CORBA/portable/Delegate.java,
+         org/omg/CORBA/portable/IndirectionException.java,
+         org/omg/CORBA/portable/InvokeHandler.java,
+         org/omg/CORBA/portable/ObjectImpl.java,
+         org/omg/CORBA/portable/OutputStream.java,
+         org/omg/CORBA/portable/RemarshalException.java,
+         org/omg/CORBA/portable/ResponseHandler.java,
+         org/omg/CORBA/portable/ServantObject.java,
+         org/omg/CORBA/portable/StreamableValue.java,
+         org/omg/CORBA/portable/UnknownException.java,
+         org/omg/CORBA/portable/ValueBase.java,
+         org/omg/CORBA/portable/ValueFactory.java,
+         org/omg/CORBA/portable/package.html, org/omg/CORBA_2_3/ORB.java,
+         org/omg/CORBA_2_3/package.html,
+         org/omg/CORBA_2_3/portable/Delegate.java,
+         org/omg/CORBA_2_3/portable/InputStream.java,
+         org/omg/CORBA_2_3/portable/ObjectImpl.java,
+         org/omg/CORBA_2_3/portable/OutputStream.java,
+         org/omg/CORBA_2_3/portable/package.html,
+         org/omg/CosNaming/Binding.java,
+         org/omg/CosNaming/BindingHelper.java,
+         org/omg/CosNaming/BindingHolder.java,
+         org/omg/CosNaming/BindingIterator.java,
+         org/omg/CosNaming/BindingIteratorHelper.java,
+         org/omg/CosNaming/BindingIteratorHolder.java,
+         org/omg/CosNaming/BindingIteratorOperations.java,
+         org/omg/CosNaming/BindingListHelper.java,
+         org/omg/CosNaming/BindingListHolder.java,
+         org/omg/CosNaming/BindingType.java,
+         org/omg/CosNaming/BindingTypeHelper.java,
+         org/omg/CosNaming/BindingTypeHolder.java,
+         org/omg/CosNaming/IstringHelper.java,
+         org/omg/CosNaming/NameComponent.java,
+         org/omg/CosNaming/NameComponentHelper.java,
+         org/omg/CosNaming/NameComponentHolder.java,
+         org/omg/CosNaming/NameHelper.java,
+         org/omg/CosNaming/NameHolder.java,
+         org/omg/CosNaming/NamingContext.java,
+         org/omg/CosNaming/NamingContextExt.java,
+         org/omg/CosNaming/NamingContextExtHelper.java,
+         org/omg/CosNaming/NamingContextExtHolder.java,
+         org/omg/CosNaming/NamingContextExtOperations.java,
+         org/omg/CosNaming/NamingContextHelper.java,
+         org/omg/CosNaming/NamingContextHolder.java,
+         org/omg/CosNaming/NamingContextOperations.java,
+         org/omg/CosNaming/_BindingIteratorImplBase.java,
+         org/omg/CosNaming/_BindingIteratorStub.java,
+         org/omg/CosNaming/_NamingContextExtImplBase.java,
+         org/omg/CosNaming/_NamingContextExtStub.java,
+         org/omg/CosNaming/_NamingContextImplBase.java,
+         org/omg/CosNaming/_NamingContextStub.java,
+         org/omg/CosNaming/package.html,
+         org/omg/CosNaming/NamingContextExtPackage/AddressHelper.java,
+         org/omg/CosNaming/NamingContextExtPackage/InvalidAddress.java,
+         org/omg/CosNaming/NamingContextExtPackage/InvalidAddressHelper.java,
+         org/omg/CosNaming/NamingContextExtPackage/InvalidAddressHolder.java,
+         org/omg/CosNaming/NamingContextExtPackage/StringNameHelper.java,
+         org/omg/CosNaming/NamingContextExtPackage/URLStringHelper.java,
+         org/omg/CosNaming/NamingContextExtPackage/package.html,
+         org/omg/CosNaming/NamingContextPackage/AlreadyBound.java,
+         org/omg/CosNaming/NamingContextPackage/AlreadyBoundHelper.java,
+         org/omg/CosNaming/NamingContextPackage/AlreadyBoundHolder.java,
+         org/omg/CosNaming/NamingContextPackage/CannotProceed.java,
+         org/omg/CosNaming/NamingContextPackage/CannotProceedHelper.java,
+         org/omg/CosNaming/NamingContextPackage/CannotProceedHolder.java,
+         org/omg/CosNaming/NamingContextPackage/InvalidName.java,
+         org/omg/CosNaming/NamingContextPackage/InvalidNameHelper.java,
+         org/omg/CosNaming/NamingContextPackage/InvalidNameHolder.java,
+         org/omg/CosNaming/NamingContextPackage/NotEmpty.java,
+         org/omg/CosNaming/NamingContextPackage/NotEmptyHelper.java,
+         org/omg/CosNaming/NamingContextPackage/NotEmptyHolder.java,
+         org/omg/CosNaming/NamingContextPackage/NotFound.java,
+         org/omg/CosNaming/NamingContextPackage/NotFoundHelper.java,
+         org/omg/CosNaming/NamingContextPackage/NotFoundHolder.java,
+         org/omg/CosNaming/NamingContextPackage/NotFoundReason.java,
+         org/omg/CosNaming/NamingContextPackage/NotFoundReasonHelper.java,
+         org/omg/CosNaming/NamingContextPackage/NotFoundReasonHolder.java,
+         org/omg/CosNaming/NamingContextPackage/package.html,
+         org/omg/Dynamic/Parameter.java,
+         org/omg/DynamicAny/DynAnyFactoryPackage/InconsistentTypeCode.java,
+         org/omg/DynamicAny/DynAnyFactoryPackage/InconsistentTypeCodeHelper.java,
+         org/omg/DynamicAny/DynAnyPackage/InvalidValue.java,
+         org/omg/DynamicAny/DynAnyPackage/InvalidValueHelper.java,
+         org/omg/DynamicAny/DynAnyPackage/TypeMismatch.java,
+         org/omg/DynamicAny/DynAnyPackage/TypeMismatchHelper.java,
+         org/omg/DynamicAny/DynAnyPackage/package.html,
+         org/omg/IOP/CodeSets.java, org/omg/IOP/Codec.java,
+         org/omg/IOP/CodecFactory.java,
+         org/omg/IOP/CodecFactoryHelper.java,
+         org/omg/IOP/CodecFactoryOperations.java,
+         org/omg/IOP/CodecOperations.java,
+         org/omg/IOP/ComponentIdHelper.java,
+         org/omg/IOP/ENCODING_CDR_ENCAPS.java, org/omg/IOP/Encoding.java,
+         org/omg/IOP/IOR.java, org/omg/IOP/IORHelper.java,
+         org/omg/IOP/IORHolder.java,
+         org/omg/IOP/MultipleComponentProfileHelper.java,
+         org/omg/IOP/MultipleComponentProfileHolder.java,
+         org/omg/IOP/ProfileIdHelper.java,
+         org/omg/IOP/ServiceContext.java,
+         org/omg/IOP/ServiceContextHelper.java,
+         org/omg/IOP/ServiceContextHolder.java,
+         org/omg/IOP/ServiceContextListHelper.java,
+         org/omg/IOP/ServiceContextListHolder.java,
+         org/omg/IOP/ServiceIdHelper.java,
+         org/omg/IOP/TAG_ALTERNATE_IIOP_ADDRESS.java,
+         org/omg/IOP/TAG_CODE_SETS.java,
+         org/omg/IOP/TAG_INTERNET_IOP.java,
+         org/omg/IOP/TAG_JAVA_CODEBASE.java,
+         org/omg/IOP/TAG_MULTIPLE_COMPONENTS.java,
+         org/omg/IOP/TAG_ORB_TYPE.java, org/omg/IOP/TAG_POLICIES.java,
+         org/omg/IOP/TaggedComponent.java,
+         org/omg/IOP/TaggedComponentHelper.java,
+         org/omg/IOP/TaggedComponentHolder.java,
+         org/omg/IOP/TaggedProfile.java,
+         org/omg/IOP/TaggedProfileHelper.java,
+         org/omg/IOP/TaggedProfileHolder.java,
+         org/omg/IOP/TransactionService.java,
+         org/omg/IOP/CodecFactoryPackage/UnknownEncoding.java,
+         org/omg/IOP/CodecFactoryPackage/UnknownEncodingHelper.java,
+         org/omg/IOP/CodecPackage/FormatMismatch.java,
+         org/omg/IOP/CodecPackage/FormatMismatchHelper.java,
+         org/omg/IOP/CodecPackage/InvalidTypeForEncoding.java,
+         org/omg/IOP/CodecPackage/InvalidTypeForEncodingHelper.java,
+         org/omg/IOP/CodecPackage/TypeMismatch.java,
+         org/omg/IOP/CodecPackage/TypeMismatchHelper.java,
+         org/omg/Messaging/SYNC_WITH_TRANSPORT.java,
+         org/omg/Messaging/SyncScopeHelper.java,
+         org/omg/Messaging/package.html,
+         org/omg/PortableInterceptor/LOCATION_FORWARD.java,
+         org/omg/PortableInterceptor/SUCCESSFUL.java,
+         org/omg/PortableInterceptor/SYSTEM_EXCEPTION.java,
+         org/omg/PortableInterceptor/TRANSPORT_RETRY.java,
+         org/omg/PortableInterceptor/USER_EXCEPTION.java,
+         org/omg/PortableInterceptor/ORBInitInfoPackage/DuplicateName.java,
+         org/omg/PortableInterceptor/ORBInitInfoPackage/DuplicateNameHelper.java,
+         org/omg/PortableInterceptor/ORBInitInfoPackage/InvalidName.java,
+         org/omg/PortableInterceptor/ORBInitInfoPackage/InvalidNameHelper.java,
+         org/omg/PortableInterceptor/ORBInitInfoPackage/ObjectIdHelper.java,
+         org/omg/PortableServer/ID_ASSIGNMENT_POLICY_ID.java,
+         org/omg/PortableServer/ID_UNIQUENESS_POLICY_ID.java,
+         org/omg/PortableServer/IMPLICIT_ACTIVATION_POLICY_ID.java,
+         org/omg/PortableServer/IdAssignmentPolicyValue.java,
+         org/omg/PortableServer/IdUniquenessPolicyValue.java,
+         org/omg/PortableServer/ImplicitActivationPolicyValue.java,
+         org/omg/PortableServer/LIFESPAN_POLICY_ID.java,
+         org/omg/PortableServer/LifespanPolicyValue.java,
+         org/omg/PortableServer/REQUEST_PROCESSING_POLICY_ID.java,
+         org/omg/PortableServer/RequestProcessingPolicyValue.java,
+         org/omg/PortableServer/SERVANT_RETENTION_POLICY_ID.java,
+         org/omg/PortableServer/ServantRetentionPolicyValue.java,
+         org/omg/PortableServer/THREAD_POLICY_ID.java,
+         org/omg/PortableServer/CurrentPackage/NoContext.java,
+         org/omg/PortableServer/CurrentPackage/NoContextHelper.java,
+         org/omg/PortableServer/POAManagerPackage/AdapterInactive.java,
+         org/omg/PortableServer/POAManagerPackage/AdapterInactiveHelper.java,
+         org/omg/PortableServer/POAManagerPackage/State.java,
+         org/omg/PortableServer/POAManagerPackage/package.html,
+         org/omg/PortableServer/POAPackage/AdapterAlreadyExists.java,
+         org/omg/PortableServer/POAPackage/AdapterAlreadyExistsHelper.java,
+         org/omg/PortableServer/POAPackage/AdapterNonExistent.java,
+         org/omg/PortableServer/POAPackage/AdapterNonExistentHelper.java,
+         org/omg/PortableServer/POAPackage/InvalidPolicy.java,
+         org/omg/PortableServer/POAPackage/InvalidPolicyHelper.java,
+         org/omg/PortableServer/POAPackage/NoServant.java,
+         org/omg/PortableServer/POAPackage/NoServantHelper.java,
+         org/omg/PortableServer/POAPackage/ObjectAlreadyActive.java,
+         org/omg/PortableServer/POAPackage/ObjectAlreadyActiveHelper.java,
+         org/omg/PortableServer/POAPackage/ObjectNotActive.java,
+         org/omg/PortableServer/POAPackage/ObjectNotActiveHelper.java,
+         org/omg/PortableServer/POAPackage/ServantAlreadyActive.java,
+         org/omg/PortableServer/POAPackage/ServantAlreadyActiveHelper.java,
+         org/omg/PortableServer/POAPackage/ServantNotActive.java,
+         org/omg/PortableServer/POAPackage/ServantNotActiveHelper.java,
+         org/omg/PortableServer/POAPackage/WrongAdapter.java,
+         org/omg/PortableServer/POAPackage/WrongAdapterHelper.java,
+         org/omg/PortableServer/POAPackage/WrongPolicy.java,
+         org/omg/PortableServer/POAPackage/WrongPolicyHelper.java,
+         org/omg/PortableServer/POAPackage/package.html,
+         org/omg/SendingContext/RunTime.java,
+         org/omg/SendingContext/RunTimeOperations.java,
+         org/omg/stub/java/rmi/_Remote_Stub.java,
+         org/omg/stub/java/rmi/package.html,
+         resource/META-INF/services/javax.xml.parsers.DocumentBuilderFactory,
+         resource/META-INF/services/javax.xml.parsers.SAXParserFactory,
+         resource/META-INF/services/javax.xml.parsers.TransformerFactory,
+         resource/META-INF/services/org.xml.sax.driver,
+         resource/gnu/java/locale/LocaleInformation.properties,
+         resource/gnu/java/locale/LocaleInformation_aa.properties,
+         resource/gnu/java/locale/LocaleInformation_aa_DJ.properties,
+         resource/gnu/java/locale/LocaleInformation_aa_ER.properties,
+         resource/gnu/java/locale/LocaleInformation_aa_ER_SAAHO.properties,
+         resource/gnu/java/locale/LocaleInformation_aa_ET.properties,
+         resource/gnu/java/locale/LocaleInformation_af.properties,
+         resource/gnu/java/locale/LocaleInformation_af_ZA.properties,
+         resource/gnu/java/locale/LocaleInformation_am.properties,
+         resource/gnu/java/locale/LocaleInformation_am_ET.properties,
+         resource/gnu/java/locale/LocaleInformation_ar.properties,
+         resource/gnu/java/locale/LocaleInformation_ar_DZ.properties,
+         resource/gnu/java/locale/LocaleInformation_ar_IN.properties,
+         resource/gnu/java/locale/LocaleInformation_ar_IQ.properties,
+         resource/gnu/java/locale/LocaleInformation_ar_JO.properties,
+         resource/gnu/java/locale/LocaleInformation_ar_KW.properties,
+         resource/gnu/java/locale/LocaleInformation_ar_LB.properties,
+         resource/gnu/java/locale/LocaleInformation_ar_LY.properties,
+         resource/gnu/java/locale/LocaleInformation_ar_MA.properties,
+         resource/gnu/java/locale/LocaleInformation_ar_QA.properties,
+         resource/gnu/java/locale/LocaleInformation_ar_SA.properties,
+         resource/gnu/java/locale/LocaleInformation_ar_SY.properties,
+         resource/gnu/java/locale/LocaleInformation_ar_TN.properties,
+         resource/gnu/java/locale/LocaleInformation_ar_YE.properties,
+         resource/gnu/java/locale/LocaleInformation_as.properties,
+         resource/gnu/java/locale/LocaleInformation_as_IN.properties,
+         resource/gnu/java/locale/LocaleInformation_az_Cyrl.properties,
+         resource/gnu/java/locale/LocaleInformation_be.properties,
+         resource/gnu/java/locale/LocaleInformation_be_BY.properties,
+         resource/gnu/java/locale/LocaleInformation_bg.properties,
+         resource/gnu/java/locale/LocaleInformation_bg_BG.properties,
+         resource/gnu/java/locale/LocaleInformation_bn.properties,
+         resource/gnu/java/locale/LocaleInformation_bn_IN.properties,
+         resource/gnu/java/locale/LocaleInformation_ca.properties,
+         resource/gnu/java/locale/LocaleInformation_ca_ES.properties,
+         resource/gnu/java/locale/LocaleInformation_cs.properties,
+         resource/gnu/java/locale/LocaleInformation_cs_CZ.properties,
+         resource/gnu/java/locale/LocaleInformation_cy.properties,
+         resource/gnu/java/locale/LocaleInformation_cy_GB.properties,
+         resource/gnu/java/locale/LocaleInformation_da.properties,
+         resource/gnu/java/locale/LocaleInformation_da_DK.properties,
+         resource/gnu/java/locale/LocaleInformation_de.properties,
+         resource/gnu/java/locale/LocaleInformation_de_AT.properties,
+         resource/gnu/java/locale/LocaleInformation_de_BE.properties,
+         resource/gnu/java/locale/LocaleInformation_de_CH.properties,
+         resource/gnu/java/locale/LocaleInformation_de_DE.properties,
+         resource/gnu/java/locale/LocaleInformation_de_LI.properties,
+         resource/gnu/java/locale/LocaleInformation_de_LU.properties,
+         resource/gnu/java/locale/LocaleInformation_dv.properties,
+         resource/gnu/java/locale/LocaleInformation_dv_MV.properties,
+         resource/gnu/java/locale/LocaleInformation_dz.properties,
+         resource/gnu/java/locale/LocaleInformation_dz_BT.properties,
+         resource/gnu/java/locale/LocaleInformation_el.properties,
+         resource/gnu/java/locale/LocaleInformation_el_GR.properties,
+         resource/gnu/java/locale/LocaleInformation_en.properties,
+         resource/gnu/java/locale/LocaleInformation_en_AS.properties,
+         resource/gnu/java/locale/LocaleInformation_en_AU.properties,
+         resource/gnu/java/locale/LocaleInformation_en_BE.properties,
+         resource/gnu/java/locale/LocaleInformation_en_BW.properties,
+         resource/gnu/java/locale/LocaleInformation_en_BZ.properties,
+         resource/gnu/java/locale/LocaleInformation_en_CA.properties,
+         resource/gnu/java/locale/LocaleInformation_en_GB.properties,
+         resource/gnu/java/locale/LocaleInformation_en_GU.properties,
+         resource/gnu/java/locale/LocaleInformation_en_HK.properties,
+         resource/gnu/java/locale/LocaleInformation_en_IE.properties,
+         resource/gnu/java/locale/LocaleInformation_en_IN.properties,
+         resource/gnu/java/locale/LocaleInformation_en_MH.properties,
+         resource/gnu/java/locale/LocaleInformation_en_MP.properties,
+         resource/gnu/java/locale/LocaleInformation_en_MT.properties,
+         resource/gnu/java/locale/LocaleInformation_en_NZ.properties,
+         resource/gnu/java/locale/LocaleInformation_en_PH.properties,
+         resource/gnu/java/locale/LocaleInformation_en_PK.properties,
+         resource/gnu/java/locale/LocaleInformation_en_SG.properties,
+         resource/gnu/java/locale/LocaleInformation_en_UM.properties,
+         resource/gnu/java/locale/LocaleInformation_en_US.properties,
+         resource/gnu/java/locale/LocaleInformation_en_US_POSIX.properties,
+         resource/gnu/java/locale/LocaleInformation_en_VI.properties,
+         resource/gnu/java/locale/LocaleInformation_en_ZA.properties,
+         resource/gnu/java/locale/LocaleInformation_en_ZW.properties,
+         resource/gnu/java/locale/LocaleInformation_eo.properties,
+         resource/gnu/java/locale/LocaleInformation_es.properties,
+         resource/gnu/java/locale/LocaleInformation_es_AR.properties,
+         resource/gnu/java/locale/LocaleInformation_es_BO.properties,
+         resource/gnu/java/locale/LocaleInformation_es_CL.properties,
+         resource/gnu/java/locale/LocaleInformation_es_CO.properties,
+         resource/gnu/java/locale/LocaleInformation_es_CR.properties,
+         resource/gnu/java/locale/LocaleInformation_es_DO.properties,
+         resource/gnu/java/locale/LocaleInformation_es_EC.properties,
+         resource/gnu/java/locale/LocaleInformation_es_ES.properties,
+         resource/gnu/java/locale/LocaleInformation_es_GT.properties,
+         resource/gnu/java/locale/LocaleInformation_es_HN.properties,
+         resource/gnu/java/locale/LocaleInformation_es_MX.properties,
+         resource/gnu/java/locale/LocaleInformation_es_NI.properties,
+         resource/gnu/java/locale/LocaleInformation_es_PA.properties,
+         resource/gnu/java/locale/LocaleInformation_es_PE.properties,
+         resource/gnu/java/locale/LocaleInformation_es_PR.properties,
+         resource/gnu/java/locale/LocaleInformation_es_PY.properties,
+         resource/gnu/java/locale/LocaleInformation_es_SV.properties,
+         resource/gnu/java/locale/LocaleInformation_es_US.properties,
+         resource/gnu/java/locale/LocaleInformation_es_UY.properties,
+         resource/gnu/java/locale/LocaleInformation_es_VE.properties,
+         resource/gnu/java/locale/LocaleInformation_et.properties,
+         resource/gnu/java/locale/LocaleInformation_et_EE.properties,
+         resource/gnu/java/locale/LocaleInformation_eu.properties,
+         resource/gnu/java/locale/LocaleInformation_eu_ES.properties,
+         resource/gnu/java/locale/LocaleInformation_fa.properties,
+         resource/gnu/java/locale/LocaleInformation_fa_AF.properties,
+         resource/gnu/java/locale/LocaleInformation_fa_IR.properties,
+         resource/gnu/java/locale/LocaleInformation_fi.properties,
+         resource/gnu/java/locale/LocaleInformation_fi_FI.properties,
+         resource/gnu/java/locale/LocaleInformation_fo.properties,
+         resource/gnu/java/locale/LocaleInformation_fo_FO.properties,
+         resource/gnu/java/locale/LocaleInformation_fr.properties,
+         resource/gnu/java/locale/LocaleInformation_fr_BE.properties,
+         resource/gnu/java/locale/LocaleInformation_fr_CA.properties,
+         resource/gnu/java/locale/LocaleInformation_fr_CH.properties,
+         resource/gnu/java/locale/LocaleInformation_fr_LU.properties,
+         resource/gnu/java/locale/LocaleInformation_ga.properties,
+         resource/gnu/java/locale/LocaleInformation_ga_IE.properties,
+         resource/gnu/java/locale/LocaleInformation_gl.properties,
+         resource/gnu/java/locale/LocaleInformation_gl_ES.properties,
+         resource/gnu/java/locale/LocaleInformation_gu.properties,
+         resource/gnu/java/locale/LocaleInformation_gu_IN.properties,
+         resource/gnu/java/locale/LocaleInformation_gv.properties,
+         resource/gnu/java/locale/LocaleInformation_gv_GB.properties,
+         resource/gnu/java/locale/LocaleInformation_he.properties,
+         resource/gnu/java/locale/LocaleInformation_he_IL.properties,
+         resource/gnu/java/locale/LocaleInformation_hi.properties,
+         resource/gnu/java/locale/LocaleInformation_hi_IN.properties,
+         resource/gnu/java/locale/LocaleInformation_hr.properties,
+         resource/gnu/java/locale/LocaleInformation_hu.properties,
+         resource/gnu/java/locale/LocaleInformation_hu_HU.properties,
+         resource/gnu/java/locale/LocaleInformation_hy.properties,
+         resource/gnu/java/locale/LocaleInformation_hy_AM.properties,
+         resource/gnu/java/locale/LocaleInformation_hy_AM_REVISED.properties,
+         resource/gnu/java/locale/LocaleInformation_id.properties,
+         resource/gnu/java/locale/LocaleInformation_id_ID.properties,
+         resource/gnu/java/locale/LocaleInformation_is.properties,
+         resource/gnu/java/locale/LocaleInformation_is_IS.properties,
+         resource/gnu/java/locale/LocaleInformation_it.properties,
+         resource/gnu/java/locale/LocaleInformation_it_CH.properties,
+         resource/gnu/java/locale/LocaleInformation_it_IT.properties,
+         resource/gnu/java/locale/LocaleInformation_iu.properties,
+         resource/gnu/java/locale/LocaleInformation_ja.properties,
+         resource/gnu/java/locale/LocaleInformation_ja_JP.properties,
+         resource/gnu/java/locale/LocaleInformation_ka.properties,
+         resource/gnu/java/locale/LocaleInformation_kk.properties,
+         resource/gnu/java/locale/LocaleInformation_kk_KZ.properties,
+         resource/gnu/java/locale/LocaleInformation_kl.properties,
+         resource/gnu/java/locale/LocaleInformation_kl_GL.properties,
+         resource/gnu/java/locale/LocaleInformation_km.properties,
+         resource/gnu/java/locale/LocaleInformation_km_KH.properties,
+         resource/gnu/java/locale/LocaleInformation_kn.properties,
+         resource/gnu/java/locale/LocaleInformation_kn_IN.properties,
+         resource/gnu/java/locale/LocaleInformation_ko.properties,
+         resource/gnu/java/locale/LocaleInformation_ko_KR.properties,
+         resource/gnu/java/locale/LocaleInformation_kw.properties,
+         resource/gnu/java/locale/LocaleInformation_kw_GB.properties,
+         resource/gnu/java/locale/LocaleInformation_ky.properties,
+         resource/gnu/java/locale/LocaleInformation_lo.properties,
+         resource/gnu/java/locale/LocaleInformation_lo_LA.properties,
+         resource/gnu/java/locale/LocaleInformation_lt.properties,
+         resource/gnu/java/locale/LocaleInformation_lt_LT.properties,
+         resource/gnu/java/locale/LocaleInformation_lv.properties,
+         resource/gnu/java/locale/LocaleInformation_lv_LV.properties,
+         resource/gnu/java/locale/LocaleInformation_mk.properties,
+         resource/gnu/java/locale/LocaleInformation_ml.properties,
+         resource/gnu/java/locale/LocaleInformation_ml_IN.properties,
+         resource/gnu/java/locale/LocaleInformation_mn.properties,
+         resource/gnu/java/locale/LocaleInformation_mn_MN.properties,
+         resource/gnu/java/locale/LocaleInformation_mr.properties,
+         resource/gnu/java/locale/LocaleInformation_mr_IN.properties,
+         resource/gnu/java/locale/LocaleInformation_ms.properties,
+         resource/gnu/java/locale/LocaleInformation_ms_BN.properties,
+         resource/gnu/java/locale/LocaleInformation_ms_MY.properties,
+         resource/gnu/java/locale/LocaleInformation_mt.properties,
+         resource/gnu/java/locale/LocaleInformation_mt_MT.properties,
+         resource/gnu/java/locale/LocaleInformation_nb.properties,
+         resource/gnu/java/locale/LocaleInformation_nb_NO.properties,
+         resource/gnu/java/locale/LocaleInformation_nl.properties,
+         resource/gnu/java/locale/LocaleInformation_nl_BE.properties,
+         resource/gnu/java/locale/LocaleInformation_nl_NL.properties,
+         resource/gnu/java/locale/LocaleInformation_nn.properties,
+         resource/gnu/java/locale/LocaleInformation_nn_NO.properties,
+         resource/gnu/java/locale/LocaleInformation_om.properties,
+         resource/gnu/java/locale/LocaleInformation_om_ET.properties,
+         resource/gnu/java/locale/LocaleInformation_om_KE.properties,
+         resource/gnu/java/locale/LocaleInformation_or.properties,
+         resource/gnu/java/locale/LocaleInformation_or_IN.properties,
+         resource/gnu/java/locale/LocaleInformation_pa.properties,
+         resource/gnu/java/locale/LocaleInformation_pa_IN.properties,
+         resource/gnu/java/locale/LocaleInformation_pl.properties,
+         resource/gnu/java/locale/LocaleInformation_pl_PL.properties,
+         resource/gnu/java/locale/LocaleInformation_ps.properties,
+         resource/gnu/java/locale/LocaleInformation_ps_AF.properties,
+         resource/gnu/java/locale/LocaleInformation_pt.properties,
+         resource/gnu/java/locale/LocaleInformation_pt_BR.properties,
+         resource/gnu/java/locale/LocaleInformation_pt_PT.properties,
+         resource/gnu/java/locale/LocaleInformation_ro.properties,
+         resource/gnu/java/locale/LocaleInformation_ro_RO.properties,
+         resource/gnu/java/locale/LocaleInformation_ru.properties,
+         resource/gnu/java/locale/LocaleInformation_ru_RU.properties,
+         resource/gnu/java/locale/LocaleInformation_ru_UA.properties,
+         resource/gnu/java/locale/LocaleInformation_sa.properties,
+         resource/gnu/java/locale/LocaleInformation_sa_IN.properties,
+         resource/gnu/java/locale/LocaleInformation_sk.properties,
+         resource/gnu/java/locale/LocaleInformation_sk_SK.properties,
+         resource/gnu/java/locale/LocaleInformation_sl.properties,
+         resource/gnu/java/locale/LocaleInformation_so.properties,
+         resource/gnu/java/locale/LocaleInformation_so_DJ.properties,
+         resource/gnu/java/locale/LocaleInformation_so_ET.properties,
+         resource/gnu/java/locale/LocaleInformation_so_KE.properties,
+         resource/gnu/java/locale/LocaleInformation_so_SO.properties,
+         resource/gnu/java/locale/LocaleInformation_sq.properties,
+         resource/gnu/java/locale/LocaleInformation_sq_AL.properties,
+         resource/gnu/java/locale/LocaleInformation_sr.properties,
+         resource/gnu/java/locale/LocaleInformation_sr_Latn.properties,
+         resource/gnu/java/locale/LocaleInformation_sv.properties,
+         resource/gnu/java/locale/LocaleInformation_sv_FI.properties,
+         resource/gnu/java/locale/LocaleInformation_sv_SE.properties,
+         resource/gnu/java/locale/LocaleInformation_sw.properties,
+         resource/gnu/java/locale/LocaleInformation_sw_KE.properties,
+         resource/gnu/java/locale/LocaleInformation_sw_TZ.properties,
+         resource/gnu/java/locale/LocaleInformation_ta.properties,
+         resource/gnu/java/locale/LocaleInformation_ta_IN.properties,
+         resource/gnu/java/locale/LocaleInformation_te.properties,
+         resource/gnu/java/locale/LocaleInformation_te_IN.properties,
+         resource/gnu/java/locale/LocaleInformation_th.properties,
+         resource/gnu/java/locale/LocaleInformation_th_TH.properties,
+         resource/gnu/java/locale/LocaleInformation_ti.properties,
+         resource/gnu/java/locale/LocaleInformation_ti_ER.properties,
+         resource/gnu/java/locale/LocaleInformation_ti_ET.properties,
+         resource/gnu/java/locale/LocaleInformation_tr.properties,
+         resource/gnu/java/locale/LocaleInformation_tr_TR.properties,
+         resource/gnu/java/locale/LocaleInformation_tt.properties,
+         resource/gnu/java/locale/LocaleInformation_tt_RU.properties,
+         resource/gnu/java/locale/LocaleInformation_uk.properties,
+         resource/gnu/java/locale/LocaleInformation_uk_UA.properties,
+         resource/gnu/java/locale/LocaleInformation_ur.properties,
+         resource/gnu/java/locale/LocaleInformation_uz.properties,
+         resource/gnu/java/locale/LocaleInformation_uz_AF.properties,
+         resource/gnu/java/locale/LocaleInformation_vi.properties,
+         resource/gnu/java/locale/LocaleInformation_zh.properties,
+         resource/gnu/java/locale/LocaleInformation_zh_CN_Hans.properties,
+         resource/gnu/java/locale/LocaleInformation_zh_HK_Hant.properties,
+         resource/gnu/java/locale/LocaleInformation_zh_Hant.properties,
+         resource/gnu/java/locale/LocaleInformation_zh_MO_Hant.properties,
+         resource/gnu/java/locale/LocaleInformation_zh_SG_Hans.properties,
+         resource/gnu/java/locale/LocaleInformation_zh_TW_Hant.properties,
+         scripts/generate-locale-list.sh,
+         vm/reference/java/lang/VMClass.java,
+         vm/reference/java/lang/VMClassLoader.java,
+         vm/reference/java/lang/VMThread.java,
+         vm/reference/java/lang/VMThrowable.java,
+         vm/reference/java/lang/reflect/Constructor.java: * Updated to
+         classpath-0.16
+
+2005-07-04 22:45  christian
+
+       * tests/extest.output: output file for extest.java corrected
+
+2005-07-04 22:41  twisti
+
+       * src/threads/native/: threads.c, threads.h: * thread_getself:
+         implemented
+
+2005-07-04 22:40  twisti
+
+       * src/native/jni.c: * GetEnv: call thread_getself, but i don't know
+         if this is correct
+
+2005-07-04 22:39  twisti
+
+       * src/cacao/cacao.c: * Added -verbose:[class|gc|jni], yet only jni
+         works
+
+2005-07-04 22:38  twisti
+
+       * src/mm/boehm.c: * Renamed collectverbose to opt_verbosegc (but it
+         still does not work)
+
+2005-07-04 22:38  christian
+
+       * tests/: Makefile.am, Test.sh, extest.2output, param_test.java,
+         param_test.output, native/Makefile.am, native/checkjni.output,
+         native/test.output, native/testarguments.output: Test script for
+         make chekall added
+
+2005-07-04 22:38  twisti
+
+       * src/vm/: options.c, options.h: * collectverbose: removed *
+         opt_verbosejni, opt_verbosegc: added
+
+2005-07-04 22:35  twisti
+
+       * src/native/vm/: Constructor.c, Method.c, VMClass.c,
+         VMClassLoader.c: * Updated to classpath 0.16
+
+2005-07-04 22:33  twisti
+
+       * src/native/native.h: * stringtable_update, get_type: removed *
+         native_get_parametertypes, native_get_exceptiontypes,
+         native_get_returntype: prefixed with native_
+
+2005-07-04 22:31  twisti
+
+       * src/native/native.c: * native_resolve_function: implemented
+         -verbose:jni * native_get_parametertypes,
+         native_get_exceptiontypes,   native_get_returntype: prefixed with
+         native_ and some changes
+
+2005-07-04 01:44  michi
+
+       * src/vm/jit/arm/arch.h: enabled combination of integer registers
+         for longs
+
+2005-07-04 01:42  michi
+
+       * src/vm/jit/arm/: codegen.c, codegen.h: * implemented a lot of
+         long-stuff * implemented ICMDs: LCONST, LLOAD, LSTORE, I2L, L2I,
+         LNEG, LADD, ISHL, BASTORE, IF_L*, IF_LCMP* * removed and cleand
+         up some debuggers * interface variables for outstack are set
+
+2005-07-04 01:27  michi
+
+       * src/vm/jit/arm/patcher.c: * removed log messages * added macro to
+         get offset from LDR and STR
+
+2005-07-03 18:41  christian
+
+       * src/vm/jit/powerpc/: linux/md-abi.h, darwin/md-abi.h: Register
+         packing Macros moved to codegen.inc.h
+
+2005-07-03 18:40  christian
+
+       * src/vm/jit/powerpc/codegen.c: Both builtin_trace_args calls moved
+         into a function. Call Stack generation for Linux corrected.
+
+2005-07-03 18:38  christian
+
+       * src/vm/builtin.c: Preliminary Bugfix for PowerPC/Linux. Only 3
+         parameters are handled correctly by sprintf in C-Code
+
+2005-07-03 18:37  christian
+
+       * src/vm/jit/codegen.inc.h: Preliminary Bugfix for PowerPC/Linux -
+         only 3 Params are handled correctly by sprintf in C-Code
+
+2005-07-03 12:42  michi
+
+       * src/vm/jit/arm/patcher.c: patcher_resolve_native() and
+         patcher_get_putfield() implemented
+
+2005-07-02 16:05  edwin
+
+       * src/vm/jit/verify/typeinfo.c: fix subclass testing in typeinfo.c:
+         check subclass relationship using the merged list if the common
+         type is not a subclass of the destination type.  This has become
+         necessary because of lazy loading since the class hierarchy may
+         change dynamically and there may be unresolved types in the
+         merged list.
+
+2005-07-02 15:59  edwin
+
+       * tests/Makefile.am: removed -noverify option
+
+2005-07-02 14:06  michi
+
+       * src/vm/jit/arm/: codegen.c, codegen.h: * implemented ICMDs:
+         ISHRCONST, IAND, IOR, FCMPL, FCMPG, CASTORE, JSR and RET
+
+2005-07-01 11:42  twisti
+
+       * src/classpath/lib/bootstrap.zip: * I still don't know how to
+         bootstrap with cacao/kjc, postpone this.
+
+2005-07-01 00:36  twisti
+
+       * src/vm/jit/powerpc/linux/md-abi.c: * md_param_alloc: simplified a
+         bit
+
+2005-06-30 23:45  twisti
+
+       * src/native/jni.c: * fill_callblock_from_vargs: float passing fix
+
+2005-06-30 22:54  twisti
+
+       * tests/native/testarguments.java: * Use functions for test for
+         better debugability.
+
+2005-06-30 16:42  twisti
+
+       * src/native/jni.c: * Always sign-extend the item values to 8-bytes
+         in the call blocks, made   problems on alpha and mips
+
+2005-06-30 12:10  twisti
+
+       * tests/extest.java: * Added native clinit exception, for staticvm
+         just catch the   UnsatisfiedLinkError
+
+2005-06-30 11:58  twisti
+
+       * src/cacaoh/cacaoh.c: * OPT_VERBOSE: added load/linkverbose *
+         version: print part of GNU header * Better use strlen("0")
+         instead of 1
+
+2005-06-30 11:55  twisti
+
+       * src/cacaoh/headers.c: * native_findfunction: return non-NULL,
+         otherwise we get an exception
+
+2005-06-30 11:54  twisti
+
+       * src/native/tools/Makefile.am: * Link with fdlibm
+
+2005-06-30 11:24  twisti
+
+       * src/classpath/configure.ac: * I think pango and cairo checks
+         should be inside COMPILE_GTK_PEER.
+
+2005-06-30 11:18  twisti
+
+       * src/vm/jit/x86_64/codegen.h: * M_RET: added
+
+2005-06-30 11:16  twisti
+
+       * src/vm/jit/x86_64/codegen.c: * Renamed STATIC_CLASSPATH to
+         ENABLE_STATICVM * Use some risc-style macros
+
+2005-06-29 17:46  twisti
+
+       * src/classpath/native/fdlibm/Makefile.am: * Added s_finite.c
+
+2005-06-29 17:46  twisti
+
+       * src/classpath/native/fdlibm/s_finite.c: * We call finite() from
+         cacao and from classpath, so here is an   implementation, taken
+         from http://www.netlib.org/fdlibm/
+
+2005-06-29 16:57  twisti
+
+       * src/vm/builtin.c: * builtin_fdiv, builtin_ddiv, builtin_dneg:
+         implemented correcly as   described in VM spec (plus comments),
+         more to come!
+
+2005-06-29 16:55  twisti
+
+       * tests/: fptest.java, fptest.output: * Added some tests
+
+2005-06-29 16:01  michi
+
+       * src/vm/jit/arm/asmpart.S: * fixed bug in asm_builtin_aastore() *
+         corrected dummy-functions
+
+2005-06-29 15:59  michi
+
+       * src/vm/jit/arm/: codegen.c, codegen.h: * implemented some ICMDs *
+         disabled lazy debugger
+
+2005-06-29 15:53  michi
+
+       * src/vm/jit/arm/arch.h: enabled FLOAT, FICVT and IFCVT
+
+2005-06-29 14:42  christian
+
+       * src/vm/jit/: i386/md-abi.c, powerpc/darwin/md-abi.c,
+         powerpc/linux/md-abi.c, x86_64/md-abi.c: md_return_alloc added to
+         precolor the stack slots containing the return values to the
+         return register and regard integer/float argument use.
+
+2005-06-29 14:40  christian
+
+       * src/vm/jit/: alpha/md-abi.c, mips/md-abi.c: md_return_alloc coded
+         to precolour stack slots holding the return register.
+         rd->arg[int|flt]reguse calculation in md_param_alloc corrected.
+
+2005-06-29 14:39  christian
+
+       * src/vm/jit/: stack.c, stack.h: Precoloring of stackslot holding
+         the return value to the return register(s) implemented.  (
+         md_return_alloc )
+         ----------------------------------------------------------------------
+
+2005-06-29 14:29  michi
+
+       * src/vm/jit/arm/patcher.c: patcher_invokeinterface() implemented
+
+2005-06-29 12:57  twisti
+
+       * src/classpath/native/jni/gtk-peer/Makefile.am: * Added defines
+         from AC_PATH_XTRA, plus -lX11 since this is not defined and   is
+         required on darwin.
+
+2005-06-29 12:56  twisti
+
+       * src/classpath/configure.ac: * We also need pangoft2 without cairo
+         (problems compiling on darwin)
+
+2005-06-29 00:57  michi
+
+       * src/vm/jit/arm/: codegen.c, codegen.h: * implemented
+         floating-point stuff (to be continued)
+
+2005-06-28 21:01  twisti
+
+       * src/mm/nogc.c: * gc_ignore_warnings: removed, it was not used
+
+2005-06-28 20:53  twisti
+
+       * src/vm/linker.c: * Renamed STATIC_CLASSPATH to ENABLE_STATICVM *
+         Check for exception in native_findfunction
+
+2005-06-28 20:52  twisti
+
+       * src/vm/jit/stacktrace.c: * Put some logging in JWDEBUG
+
+2005-06-28 20:50  twisti
+
+       * configure.in: * Renamed STATIC_CLASSPATH to ENABLE_STATICVM *
+         Don't check for libm, we use fdlibm instead * Build GTK peers by
+         default
+
+2005-06-28 20:47  twisti
+
+       * src/native/vm/VMThread.c: * Java_java_lang_VMThread_isAlive:
+         removed * Java_java_lang_VMThread_nativeInit: removed *
+         Java_java_lang_VMThread_registerNatives: removed * Removed some
+         logging
+
+2005-06-28 20:45  twisti
+
+       * src/native/vm/VMSystemProperties.c: * Renamed STATIC_CLASSPATH to
+         ENABLE_STATICVM * Set java.version to 1.4.2 * Use strlen("0")
+         instead of 1
+
+2005-06-28 20:44  twisti
+
+       * src/native/vm/VMRuntime.c: * Renamed STATIC_CLASSPATH to
+         ENABLE_STATICVM
+
+2005-06-28 20:39  twisti
+
+       * src/native/native.c: * Renamed STATIC_CLASSPATH to
+         ENABLE_STATICVM * use_class_as_object: changed return type from
+         void to bool * native_findfunction: throw an exception if native
+         function is not found
+
+2005-06-28 20:38  twisti
+
+       * src/native/native.h: * Renamed STATIC_CLASSPATH to
+         ENABLE_STATICVM * use_class_as_object: changed return type from
+         void to bool
+
+2005-06-28 20:37  twisti
+
+       * src/native/: Makefile.am, include/Makefile.am: * Renamed
+         STATIC_CLASSPATH to ENABLE_STATICVM
+
+2005-06-28 20:36  twisti
+
+       * src/cacaoh/Makefile.am: * Link against fdlibm instead of libm
+
+2005-06-28 20:36  twisti
+
+       * src/cacaoh/headers.c: * new_exception_javastring: added
+
+2005-06-28 20:35  twisti
+
+       * src/cacao/Makefile.am: * Renamed STATIC_CLASSPATH to
+         ENABLE_STATICVM * Link with fdlibm instead of libm
+
+2005-06-28 20:34  twisti
+
+       * src/lib/Makefile.am: * Added SUBDIRS: we have to build fdlibm
+         since this library contains   suitable math functions (e.g. IRIX
+         fmod bug)
+
+2005-06-28 20:33  twisti
+
+       * src/vm/jit/: alpha/codegen.c, arm/codegen.c, i386/codegen.c,
+         mips/codegen.c, powerpc/codegen.c: * Renamed STATIC_CLASSPATH to
+         ENABLE_STATICVM
+
+2005-06-28 20:32  twisti
+
+       * src/vm/jit/x86_64/disass.c: * Only cosmetic changes
+
+2005-06-28 20:24  twisti
+
+       * src/native/vm/VMObject.c: * Java_java_lang_VMObject_wait: changed
+         signature in comment, renamed   params link in classpath
+
+2005-06-28 20:22  twisti
+
+       * src/lib/.cvsignore: * Ignore classes, vm.zip
+
+2005-06-28 18:05  twisti
+
+       * src/cacao/cacao.c: * Ooops, i should use a java string instead of
+         an utf...
+
+2005-06-28 17:51  twisti
+
+       * src/scripts/.cvsignore: * Ignore kjc, rmic
+
+2005-06-28 17:41  twisti
+
+       * src/cacao/cacao.c: * Added OPT_SHOWVERSION, OPT_HELP, OPT_X *
+         Xusage: implemented, print non-standard Java options * usage:
+         reformatted * version: added first part of GNU header *
+         getmainclassnamefromjar: forget JNI and use cacao internal
+         functions,   better error handling
+
+2005-06-28 14:57  twisti
+
+       * src/classpath/: external/sax/.cvsignore,
+         external/w3c_dom/.cvsignore, java/util/.cvsignore,
+         lib/.cvsignore, native/jni/xmlj/.cvsignore, scripts/.cvsignore: *
+         Ignore some files
+
+2005-06-28 14:46  twisti
+
+       * src/native/jni.c: * AttachCurrentThread: added function header
+         comment
+
+2005-06-27 22:59  twisti
+
+       * src/vm/jit/x86_64/codegen.c: * Set MCODECHECK sizes much higher,
+         so we don't run into trouble. I think   this does not make any
+         performance breakdown, since code segment increase   happens
+         first after 32KB.
+
+2005-06-27 21:58  twisti
+
+       * src/boehm-gc/autogen.sh: * Ooops, a darwin accident
+
+2005-06-27 21:55  twisti
+
+       * src/boehm-gc/: Makefile.am, Makefile.direct, aix_irix_threads.c,
+         allchblk.c, alloc.c, autogen.sh, backgraph.c, configure.in,
+         darwin_stop_world.c, dyn_load.c, finalize.c, mach_dep.c,
+         mallocx.c, mark.c, mark_rts.c, misc.c, os_dep.c,
+         powerpc_darwin_mach_dep.s, pthread_stop_world.c,
+         pthread_support.c, reclaim.c, solaris_pthreads.c,
+         solaris_threads.c, specific.c, threadlibs.c, version.h,
+         win32_threads.c, cord/cordprnt.c, cord/cordtest.c, doc/README,
+         doc/README.changes, doc/README.darwin, doc/README.environment,
+         doc/README.solaris2, include/gc.h, include/gc_config_macros.h,
+         include/gc_cpp.h, include/new_gc_alloc.h,
+         include/private/gc_hdrs.h, include/private/gc_locks.h,
+         include/private/gc_priv.h, include/private/gcconfig.h,
+         include/private/pthread_support.h, tests/test.c: * Updated to
+         boehm 6.5 * Use DARWIN_DONT_PARSE_STACK on powerpc-darwin
+
+2005-06-27 17:51  twisti
+
+       * src/mm/memory.c: * Added DISABLE_DUMP: use normal malloc in dump
+         functions
+
+2005-06-27 17:50  twisti
+
+       * configure.in: * --disable-dump: added, this disables the use of
+         the dump memory and   should ease debugging for heap corruption
+
+2005-06-27 17:03  twisti
+
+       * src/native/native.c: * native_make_overloaded_function: heap
+         corruption bugfix, forgot to add   the initial name length + \0
+
+2005-06-27 16:21  christian
+
+       * src/vm/jit/powerpc/codegen.c: Typing error from last commit fixed
+
+2005-06-27 16:19  christian
+
+       * src/vm/jit/powerpc/codegen.c: Reserve stack space for saving
+         return values to survive monitorexit according to the type
+
+2005-06-27 14:07  twisti
+
+       * src/vm/jit/x86_64/md.c: * md_init: added
+
+2005-06-27 12:55  christian
+
+       * src/vm/jit/powerpc/codegen.c: Correct saving of integer return
+         register for [AIL]RETURN for monitorexit
+
+2005-06-27 10:58  twisti
+
+       * src/native/include/.cvsignore: * Ignore
+         ADDITIONAL_STATIC_CLASSPATH_HEADER_FILES
+
+2005-06-27 01:53  twisti
+
+       * src/vm/jit/i386/codegen.c: * Bugfix: check return type for
+         IS_2_WORD_TYPE and save more space on stack for   monitorexit *
+         use more risc macros
+
+2005-06-27 01:51  twisti
+
+       * src/vm/jit/i386/codegen.h: * M_ALD, M_AST: macros added
+
+2005-06-26 23:48  christian
+
+       * src/vm/jit/powerpc/: darwin/md-abi.c, linux/md-abi.c: correct
+         handling for register usage for return types
+
+2005-06-26 23:48  christian
+
+       * src/vm/jit/powerpc/codegen.h: one M_ILD in var_to_reg_int too
+         much
+
+2005-06-26 23:47  christian
+
+       * src/vm/descriptor.c: md_param_alloc has to be called if
+         paramcount==0, too
+
+2005-06-26 15:06  twisti
+
+       * src/vm/jit/i386/linux/md.c: * md_init: added
+
+2005-06-26 14:12  michi
+
+       * src/vm/jit/arm/md-abi.h: some cleanups
+
+2005-06-26 14:11  michi
+
+       * src/vm/jit/arm/md.c: addapted to new signal handling
+
+2005-06-26 14:08  michi
+
+       * src/vm/jit/arm/: codegen.c, codegen.h: * removed
+         init_exceptions() * implemented interface registers * fixed bug
+         in ICMD_IFNULL and ICMD_IFNONNULL * implemented ICMDs:
+         _ISUBCONST, _IMUL, _IMULPOW2, _AALOAD, _CALOAD, _CHECKASIZE
+
+2005-06-26 13:39  twisti
+
+       * src/vm/jit/alpha/md.c: * Added md_init
+
+2005-06-26 13:37  michi
+
+       * src/vm/jit/arm/: Makefile.am, md.c: added file md.c
+
+2005-06-26 13:27  michi
+
+       * src/vm/jit/arm/asmpart.S: implemented some asm_builtin* functions
+
+2005-06-26 13:24  michi
+
+       * src/vm/jit/arm/arch.h: initial commit
+
+2005-06-26 13:18  michi
+
+       * src/vm/jit/arm/asmoffsets.h: initial commit
+
+2005-06-25 17:31  twisti
+
+       * src/vm/jit/powerpc/: darwin/md.c, linux/md.c: * Added md_init
+
+2005-06-25 17:29  twisti
+
+       * src/vm/jit/i386/freebsd/md.c: * Removed machine independent stuff
+         * Renamed handlers * Added md_init
+
+2005-06-25 16:47  twisti
+
+       * src/cacao/cacao.c: * Use strlen("0") instead of 1 * Call md_init,
+         i think after jit_init is a good place
+
+2005-06-25 15:43  twisti
+
+       * src/vm/jit/mips/md.c: * Removed machine independent stuff *
+         Renamed handler * Added md_init
+
+2005-06-25 15:42  twisti
+
+       * src/vm/jit/jit.h: * Added md_init prototype (i think this is the
+         best place)
+
+2005-06-25 15:37  twisti
+
+       * src/vm/builtin.c: * builtin_displaymethodstop: print hex values
+         of integer/float return   values
+
+2005-06-25 15:31  twisti
+
+       * src/vm/jit/stack.c: * ICMD_{GET,PUT}STATIC: print (NOT
+         INITIALIZED) for uninitialized classes
+
+2005-06-25 15:29  twisti
+
+       * src/vm/jit/stack.c: * Print hex value for ICMD_FCONST,
+         ICMD_DCONST * Use %g instead of %f for ICMD_DCONST
+
+2005-06-25 15:25  twisti
+
+       * src/vm/: builtin.c, builtin.h: * builtin_asm_get_stackframeinfo:
+         don't declare as inline since this   results in linking problems
+         (at least on irix)
+
+2005-06-24 21:46  christian
+
+       * src/vm/jit/reg.inc: Use of unused argument registers in leaf
+         methods enabled, too
+
+2005-06-24 17:11  christian
+
+       * src/vm/jit/reg.inc: Use of unused argument registers as temp
+         registers again enabled
+
+2005-06-24 17:11  christian
+
+       * src/vm/jit/stack.c: Typing error corrected (argINTreguse instead
+         of argFLTreguse)
+
+2005-06-23 19:49  edwin
+
+       * src/vm/jit/verify/: typeinfo.c, typeinfo.h: comments renamed
+         typeinfo_init_from_methoddesc to typeinfos_...
+
+2005-06-23 17:22  twisti
+
+       * src/vm/jit/powerpc/asmpart.S: * asm_call_jit_compiler: use store
+         macros on linux and in the meantime   inlined code for darwin
+         (till i find something that works)* asm_call_jit_compiler: use
+         store macros on linux and in the meantime     inlined code for
+         darwin (till i find something that works)* asm_call_jit_compiler:
+         use store macros on linux and in the meantime       inlined code
+         for darwin (till i find something that works)*
+         asm_call_jit_compiler: use store macros on linux and in the
+         meantime         inlined code for darwin (till i find something
+         that works)* asm_call_jit_compiler: use store macros on linux and
+         in the meantime    inlined code for darwin (till i find something
+         that works)* asm_call_jit_compiler: use store macros on linux and
+         in the meantime          inlined code for darwin (till i find
+         something that works)* asm_call_jit_compiler: use store macros on
+         linux and in the meantime          inlined code for darwin (till
+         i find something that works)* asm_call_jit_compiler: use store
+         macros on linux and in the meantime          inlined code for
+         darwin (till i find something that works)
+
+2005-06-23 17:21  twisti
+
+       * src/vm/jit/powerpc/linux/md.c: * Removed machine independent
+         stuff * Renamed handler
+
+2005-06-23 17:20  twisti
+
+       * src/vm/jit/powerpc/linux/md-asm.h: * Removed redundant )'s
+
+2005-06-23 16:49  christian
+
+       * src/vm/jit/powerpc/codegen.h: Typing errors corrected
+
+2005-06-23 16:30  christian
+
+       * src/vm/jit/powerpc/linux/md-abi.c: Index for intargregs for long
+         Parameters get packed now
+
+2005-06-23 16:30  christian
+
+       * src/vm/jit/powerpc/linux/md-abi.h: Corrected INT_XXX_CNT Register
+         packing macros added
+
+2005-06-23 16:19  christian
+
+       * src/vm/jit/: reg.inc, stack.c, powerpc/codegen.c,
+         powerpc/codegen.h, powerpc/darwin/md-abi.c,
+         powerpc/darwin/md-abi.h: Register Packing macros moved to
+         md-abi.h No more *_SECOND_* and *_FIRST_*, all this macros
+         operate now only on high and low part, according to the machine
+         architecture.
+
+2005-06-23 16:03  edwin
+
+       * src/: cacaoh/headers.c, vm/resolve.c, vm/jit/verify/typecheck.c,
+         vm/jit/verify/typeinfo.c, vm/jit/verify/typeinfo.h: exception
+         handling in typeinfo.c and typecheck.c possible bugfix in
+         typestate_merge cleaned up typecheck.c, use verifier_state where
+         possible set leafmethod=false if patcher needed for field access
+         lots of comments added
+
+2005-06-23 16:00  twisti
+
+       * src/boehm-gc/: misc.c, os_dep.c, include/private/gc_priv.h: *
+         Removed darwin stuff for old hardware nullpointer handling (this
+         are the   original boehm-gc6.3 files)
+
+2005-06-23 15:53  twisti
+
+       * src/vm/jit/powerpc/darwin/md.c: * Use sigaction for sigsegv
+         handler * Removed machine independent stuff * Renamed handler
+
+2005-06-23 15:51  twisti
+
+       * src/vm/jit/powerpc/disass.c: * generic_print_address: fixed typo
+         which generated a wrong address
+
+2005-06-23 15:51  twisti
+
+       * src/vm/jit/powerpc/asmpart.S: * asm_handle_nullptr_exception:
+         removed * asm_call_jit_compiler: use some defines to calculate
+         the stack offsets
+
+2005-06-23 15:50  twisti
+
+       * src/vm/jit/parse.c: * JAVA_{GET,PUT}{STATIC,FIELD}: check for
+         initialized in !opt_verify
+
+2005-06-23 15:40  twisti
+
+       * src/vm/jit/alpha/md.c: * Removed machine independent stuff *
+         Renamed handler
+
+2005-06-23 15:19  twisti
+
+       * src/vm/jit/verify/typeinfo.c: * Time for -Werror
+
+2005-06-23 14:36  michi
+
+       * src/vm/jit/arm/: codegen.c, codegen.h: * serveral ICMD_*
+         implemented (ifs and put-get-field) * addapted to new
+         registerdata struc * createnativestub() addapted and implemented
+         * fixed bug in patcher stub (return address for leafs)
+
+2005-06-23 14:06  michi
+
+       * src/vm/jit/arm/asmpart.S: fixed bug in asm_calljavafunction
+         (REG_ITMP* are preserved now)
+
+2005-06-23 13:12  twisti
+
+       * src/vm/stringlocal.h: * Include global.h before
+         java_lang_String.h
+
+2005-06-23 12:14  twisti
+
+       * src/vm/jit/i386/linux/md.c: * Removed machine independent stuff *
+         Renamed handlers
+
+2005-06-23 12:09  twisti
+
+       * src/threads/native/threads.c: * thread_dump: send SIGUSR1 to all
+         threads, this maybe has to be changed   since boehm uses USR1 on
+         some archs for suspend
+
+2005-06-23 12:05  michi
+
+       * src/vm/jit/arm/asmpart.S: * cleaned up asm_calljavafunction *
+         lazy debugger is used
+
+2005-06-23 11:56  michi
+
+       * src/vm/jit/arm/md-asm.h: initial commit
+
+2005-06-23 11:54  twisti
+
+       * src/vm/jit/: stacktrace.c, stacktrace.h: * Added:
+         stacktrace_dump_trace
+
+2005-06-23 11:52  twisti
+
+       * src/cacao/cacao.c: * Renamed init_exceptions to signal_init
+
+2005-06-23 11:51  twisti
+
+       * src/vm/jit/x86_64/md.c: * Removed machine independent stuff *
+         Renamed handlers
+
+2005-06-23 11:42  twisti
+
+       * src/vm/: descriptor.h, jit/arm/md-abi.h, jit/alpha/md.h,
+         jit/i386/md-abi.h, jit/mips/md.h, jit/powerpc/darwin/md.h,
+         jit/powerpc/linux/md.h, jit/x86_64/md.h: * Moved md_param_alloc
+         prototype to decriptor.h
+
+2005-06-23 11:34  twisti
+
+       * src/vm/Makefile.am: * Added: signal.c, signallocal.h
+
+2005-06-23 11:34  twisti
+
+       * src/vm/: signal.c, signallocal.h: * Machine independent signal
+         handler stuff.
+
+2005-06-23 11:30  twisti
+
+       * src/vm/jit/loop/loop.c: * Include stdlib.h again to prevent a
+         compiler warning, till i can fix the   code and use cacao memory
+         macros
+
+2005-06-23 01:24  michi
+
+       * src/vm/jit/arm/patcher.c: patcher_clinit(),
+         patcher_invokevirtual() and patcher_builtin_newarray()
+         implemented
+
+2005-06-23 00:07  edwin
+
+       * src/vm/jit/verify/typeinfo.c: added comments and assertions,
+         minor cleanup
+
+2005-06-22 22:28  edwin
+
+       * src/vm/jit/verify/typeinfo.c: added comments (and some
+         assertions)
+
+2005-06-22 18:27  edwin
+
+       * src/vm/resolve.c: fix error message code: utf_sprint
+         declarer->name, not declarer
+
+2005-06-22 18:16  edwin
+
+       * src/native/jni.c: added checkaccess parameter to
+         resolve_class_from_typedesc
+
+2005-06-22 18:08  edwin
+
+       * src/: native/native.c, native/vm/Field.c, native/vm/VMClass.c,
+         vm/linker.c, vm/resolve.c, vm/resolve.h, vm/jit/helper.c,
+         vm/jit/parse.c, vm/jit/inline/inline.c, vm/jit/inline/parseRT.c,
+         vm/jit/inline/parseXTA.c, vm/jit/verify/typecheck.c,
+         vm/jit/verify/typeinfo.c, vm/jit/verify/typeinfo.h: added
+         checkaccess parameter to resolve_class* functions improved
+         exception handling in typeinfo.c do not check access rights to
+         classes for subtype checks
+
+2005-06-22 15:24  edwin
+
+       * src/vm/jit/verify/typecheck.c: fixed undefined return value of
+         verify_init_locals
+
+2005-06-22 14:38  edwin
+
+       * src/vm/jit/verify/typecheck.c: made verify_ functions static
+
+2005-06-22 14:32  edwin
+
+       * src/vm/jit/verify/typecheck.c: introducted verifier_state
+         structure started to split monster function typecheck() into
+         several functions move towards verifiying lazy loading some
+         comments
+
+2005-06-22 14:09  edwin
+
+       * src/vm/resolve.c: fix subtype checking for merged array types
+         better error message if subtype test fails added some
+         RESOLVE_VERBOSE message (maybe remove later)
+
+2005-06-22 14:05  edwin
+
+       * src/vm/jit/parse.c: if (opt_verify) set iptr->val.a to NULL to
+         indicate unresolved reference
+
+2005-06-22 14:03  edwin
+
+       * src/cacaoh/headers.c: added stubs for typeinfo functions
+
+2005-06-22 12:51  twisti
+
+       * src/vm/jit/codegen.inc: * Added opt_shownativestub to show
+         disassembled native stubs * Bugfix: dump_release was a bit too
+         early (we need cd for debugging)
+
+2005-06-22 12:51  twisti
+
+       * src/: cacao/cacao.c, vm/options.c, vm/options.h: * Added
+         opt_shownativestub to show disassembled native stubs
+
+2005-06-22 12:28  twisti
+
+       * src/vm/jit/x86_64/patcher.c: * patcher_get_putfield: only patch
+         back 5-bytes, since the instruction is   smaller than 8-bytes *
+         Added machine code comments to function headers
+
+2005-06-22 12:02  christian
+
+       * src/vm/jit/reg.inc: Variables for later to be corrected argument
+         register use commented out correctly
+
+2005-06-22 11:51  christian
+
+       * src/vm/jit/: alpha/md-abi.h, mips/md-abi.h,
+         powerpc/darwin/md-abi.h: Added/Corrected
+         [INT|ADR|FLT]_[REG|TMP|SAV|ARG|RES]_CNT defines
+
+2005-06-22 11:49  christian
+
+       * src/vm/jit/lsra.inc: Adopted to compile with the registerdata
+         changes. Not to be used for now.
+
+2005-06-22 11:48  christian
+
+       * src/vm/jit/i386/md-abi.c: Correct entries in Authors/Changes
+
+2005-06-22 11:47  christian
+
+       * src/vm/jit/: reg.h, reg.inc, stack.c, i386/codegen.c,
+         alpha/codegen.c, mips/codegen.c, powerpc/codegen.c,
+         x86_64/codegen.c: Changes in the registerdata structure: all
+         max*, if* are put together with the corresponding member all
+         members for the number of registers are replaced by #defines in
+         the appropriate md-abi.h (
+         [INT|ADR|FLT]_[REG|TMP|SAV|ARG|RES]_CNT )
+
+2005-06-22 11:26  twisti
+
+       * src/vm/jit/i386/patcher.c: * Only patch back 5 bytes code (call
+         size) since 8 bytes may overwrite a   instruction of the next
+         basic block
+
+2005-06-22 11:24  twisti
+
+       * src/vm/builtintable.inc: * Added a filler entry to
+         builtintable_automatic to prevent a compiler   warning where all
+         ICMDs are supported (e.g. i386)
+
+2005-06-22 11:23  twisti
+
+       * src/vm/builtin.c: * builtintable_sort_internal: removed, we don't
+         need it * subtract 1 from automatic table size (compiler warning
+         filler)
+
+2005-06-21 18:35  michi
+
+       * src/vm/jit/arm/: codegen.c, codegen.h: * added "lazy debugger" *
+         corrected stack managment with M_STM and M_LDM * minor bugfixes
+
+2005-06-21 17:53  twisti
+
+       * src/vm/jit/x86_64/codegen.h: * Added M_ALD, M_AST macros
+
+2005-06-21 17:52  twisti
+
+       * src/vm/jit/x86_64/codegen.c: * Fixed nasty eclipse show-stopper:
+         x86_64_mov_imm_membase moves 32-bit   sign-extended to a 64-bit
+         location
+
+2005-06-21 17:51  twisti
+
+       * src/vm/jit/: stacktrace.c, stacktrace.h: * Some code cleanup, so
+         maybe one day i can understand the code
+
+2005-06-21 17:44  michi
+
+       * src/vm/jit/arm/asmpart.S: * cleaned up asm_call_jit_compile *
+         implemented rudementary asm_handle_exception
+
+2005-06-21 13:47  twisti
+
+       * src/vm/jit/x86_64/codegen.c: * createnativestub: removed machine
+         independent code * started to use macros like on Alpha
+
+2005-06-21 13:46  twisti
+
+       * src/vm/jit/x86_64/codegen.h: * Added M_LADD, M_AADD macros
+
+2005-06-21 12:40  twisti
+
+       * src/vm/jit/x86_64/patcher.c: * Bugfix: membase %rsp/%r12 special
+         case
+
+2005-06-21 12:18  twisti
+
+       * src/vm/jit/mips/codegen.c: * createnativestub: removed machine
+         independent code
+
+2005-06-21 11:19  twisti
+
+       * src/vm/jit/powerpc/codegen.c: * createnativestub: removed machine
+         independent code
+
+2005-06-21 01:09  stefan
+
+       * src/threads/native/threads.c: fixed a deadlock introduced by
+         previous patch
+
+2005-06-21 00:46  stefan
+
+       * src/threads/native/threads.h: let's clear this up a bit
+
+2005-06-21 00:36  stefan
+
+       * src/threads/native/threads.c: let's clear this up a bit
+
+2005-06-21 00:14  stefan
+
+       * src/threads/native/threads.c: replaced one hack by another
+
+2005-06-20 23:56  twisti
+
+       * src/native/vm/VMSystemProperties.c: * Set java.version to 1.4.1
+         for eclipse-3.1
+
+2005-06-20 23:14  edwin
+
+       * src/vm/: resolve.c, jit/verify/typecheck.c: do not check
+         protected access for methods of arrays (problem with clone
+         method) work on lazy loading verification
+
+2005-06-20 22:53  twisti
+
+       * src/vm/jit/i386/codegen.c: * createnativestub: removed machine
+         independent code
+
+2005-06-20 20:25  twisti
+
+       * src/vm/jit/: codegen.inc, codegen.inc.h, alpha/codegen.c: * Moved
+         machine independent code from createnativestub to
+         codegen_createnativestub
+
+2005-06-20 17:23  edwin
+
+       * src/vm/resolve.c: fix merging error
+
+2005-06-20 17:19  edwin
+
+       * src/vm/resolve.c: some fixes
+
+2005-06-20 17:18  edwin
+
+       * src/cacaoh/headers.c: added stub for typeinfo_init_class
+
+2005-06-20 17:13  edwin
+
+       * src/vm/jit/jit.h: added two macros for PUT{FIELD,STATIC}CONST
+
+2005-06-20 17:11  edwin
+
+       * src/vm/jit/verify/: typecheck.c, typeinfo.c: move the verifier
+         towards lazy loading
+
+2005-06-20 17:04  edwin
+
+       * src/vm/jit/verify/typeinfo.h: turn on TYPECHECK_DEBUG, turn off
+         TYPECHECK_VERBOSE
+
+2005-06-20 17:01  twisti
+
+       * src/vm/resolve.c: * Come on... it's not that hard!
+
+2005-06-20 17:00  edwin
+
+       * src/vm/descriptor.c: shorter debug dump for parsed descriptors
+
+2005-06-20 15:06  edwin
+
+       * src/vm/: builtin.c, builtin.h: added
+         builtintable_entry_debug_dump
+
+2005-06-20 14:01  edwin
+
+       * src/vm/resolve.c: some work on the resolve functions for
+         verification
+
+2005-06-20 13:59  edwin
+
+       * src/vm/: builtin.c, descriptor.c, descriptor.h, loader.c: fixed
+         classref field for 'this' parameter in methoddescs
+
+2005-06-20 13:54  edwin
+
+       * src/vm/: class.c, class.h: added class_get_self_classref, should
+         be made faster, however
+
+2005-06-20 11:58  twisti
+
+       * src/vm/jit/x86_64/md.c: * handler_signal_quit: added, this
+         handler calls the thread_dump function   when SIGQUIT is received
+
+2005-06-20 11:57  twisti
+
+       * src/vm/: utf8.c, utf8.h: * Added utf_run
+
+2005-06-20 11:56  twisti
+
+       * src/threads/native/threads.c: * Started to implement thread_dump
+         * threadstartup: use global utf variables
+
+2005-06-20 11:53  twisti
+
+       * src/threads/native/threads.h: * Added thread_dump
+
+2005-06-20 01:28  michi
+
+       * src/vm/jit/arm/patcher.c: patcher_get_putstatic() and
+         patcher_builtin_new() implemented
+
+2005-06-20 01:26  michi
+
+       * src/vm/jit/arm/: codegen.h, codegen.c: * implemented ICMD_DUP*
+         and ICMD_SWAP * fixed ICONST macro
+
+2005-06-19 22:12  michi
+
+       * src/vm/jit/arm/asmpart.S: * asm_wrapper_patcher implemented *
+         asm_call* methods are still messed up!
+
+2005-06-19 22:07  michi
+
+       * src/vm/jit/arm/patcher.c: patcher_invokestatic_special()
+         implemented
+
+2005-06-19 22:05  michi
+
+       * src/vm/jit/arm/codegen.c: * patcher stubs are created * compiler
+         stub fixed
+
+2005-06-19 19:56  michi
+
+       * src/vm/jit/arm/patcher.c: dummy patcher methods
+
+2005-06-18 18:37  edwin
+
+       * src/vm/: resolve.c, resolve.h, jit/parse.c: split
+         create_unresolved_* functions in create_* and constrain_* parts
+         create_ functions are called in parse.c constrain_ functions will
+         be called by typecheck.c
+
+2005-06-18 16:55  edwin
+
+       * src/vm/: descriptor.c, descriptor.h: added comments and a little
+         fix to parameter allocation use METHODDESC_NOPARAMS to indicate
+         number of allocated params == 0 moved descriptor parsing macros
+         to descriptor.c
+
+2005-06-18 11:20  twisti
+
+       * src/vm/jit/alpha/codegen.c: * Use code/data segment in native
+         stub
+
+2005-06-17 22:42  michi
+
+       * src/vm/jit/arm/: codegen.c, codegen.h, md-abi.h: * argument
+         tracer is called * serveral bugs in codegen() fixed *
+         ICMD_INVOKE* implemented
+
+2005-06-17 15:38  twisti
+
+       * src/vm/jit/alpha/md.c: * Alpha signal stuff
+
+2005-06-17 15:01  twisti
+
+       * src/vm/jit/codegen.inc: * codegen_createnativestub: passed wrong
+         length to   codegen_disassemble_nativestub, added show data
+         segment code
+
+2005-06-17 14:18  twisti
+
+       * src/vm/jit/x86_64/asmpart.S: * asm_calljavafunction2: keep stack
+         16-byte aligned
+
+2005-06-17 14:14  twisti
+
+       * src/vm/jit/alpha/Makefile.am: * Added md.c
+
+2005-06-17 14:14  twisti
+
+       * src/vm/jit/alpha/types.h: * Just typos
+
+2005-06-17 13:24  twisti
+
+       * tests/codepatching/test.java: * Added putfieldconst zero for risc
+         architectures
+
+2005-06-17 10:12  twisti
+
+       * src/vm/jit/i386/freebsd/md.c: * Include correct signal.h
+
+2005-06-17 10:12  twisti
+
+       * src/vm/linker.c: * Don't use native_findfunction with non-static
+         classpath * compile warning fix
+
+2005-06-17 10:11  twisti
+
+       * src/native/native.c: * bug fixing in native library hash code, it
+         should work now completely, at   least it does on FreeBSD.
+
+2005-06-17 00:08  twisti
+
+       * src/native/include/.cvsignore: * ignore generated header files
+         (static ones are still missing)
+
+2005-06-16 21:10  edwin
+
+       * src/: native/vm/VMClassLoader.c, vm/class.c, vm/classcache.c,
+         vm/classcache.h, vm/linker.c, vm/loader.c, vm/loader.h: class
+         loading synchronization: throw away loaded class if a class with
+         the same (loader,name) pair has already been defined/loaded.
+
+2005-06-16 13:57  twisti
+
+       * src/vm/jit/powerpc/codegen.c: * Insert stackframesize in method
+         header * Fixed 16-bit offset overflow in patcher stub, so jalopy
+         works, but this   should be done for all loads (but how?)
+
+2005-06-16 13:56  twisti
+
+       * src/vm/jit/powerpc/codegen.h: * Small fix: let M_ALD use M_ILD
+
+2005-06-16 13:55  twisti
+
+       * src/vm/jit/powerpc/darwin/md-abi.c: * Bugfix: a double skips 2
+         integer argument registers
+
+2005-06-16 13:49  twisti
+
+       * tests/native/: testarguments.c, testarguments.java: * Test with
+         15 arguments, since powerpc-darwin has 13 float argument
+         registers.
+
+2005-06-16 11:09  christian
+
+       * src/vm/jit/powerpc/darwin/md-abi.c: Removed runverbose depended
+         usecount of argintregs for return regs
+
+2005-06-15 17:59  twisti
+
+       * src/vm/jit/alpha/patcher.c: * Forgot native/native.h include
+
+2005-06-15 17:57  twisti
+
+       * src/vm/jit/alpha/patcher.c: * patcher_resolve_native: implemented
+
+2005-06-15 17:54  twisti
+
+       * configure.in: * Removed STATIC_CLASSPATH from alpha
+
+2005-06-15 16:14  twisti
+
+       * src/vm/jit/mips/codegen.c: * Moved stuff to md.c * use machine
+         independent address macros * native stub changes (code/data
+         segment) * dynamic library loading
+
+2005-06-15 16:13  twisti
+
+       * src/vm/jit/mips/codegen.h: * M_ASUB_IMM: added for both archs
+
+2005-06-15 16:12  twisti
+
+       * src/vm/jit/mips/asmpart.S: * changed some long stuff to use
+         machine independent address macros * removed monitor functions
+
+2005-06-15 16:10  twisti
+
+       * src/vm/jit/mips/: md-abi.h, md-abi.inc: * Defined stuff for
+         MIPS32
+
+2005-06-15 16:10  twisti
+
+       * src/vm/jit/mips/md-asm.h: * define some stuff for MIPS32
+
+2005-06-15 16:09  twisti
+
+       * src/vm/jit/mips/md.c: * Moved machine dependent stuff (signals,
+         critical sections, cache flush)
+
+2005-06-15 16:07  twisti
+
+       * src/vm/jit/mips/Makefile.am: * added md.c
+
+2005-06-15 15:57  christian
+
+       * src/vm/jit/: reg.h, reg.inc, stack.c, powerpc/codegen.c,
+         powerpc/codegen.h, powerpc/darwin/md-abi.c: rd->secondregs
+         eliminated. A second integer register for longs for
+         architectures, which supports it, is now packed into the regoff
+         variable
+
+2005-06-15 15:44  twisti
+
+       * src/vm/jit/mips/patcher.c: * patcher_resolve_native: implemented
+
+2005-06-15 15:40  twisti
+
+       * src/native/: native.c, native.h: * added STATIC_CLASSPATH defines
+         to fix compile problems
+
+2005-06-15 15:38  twisti
+
+       * src/native/vm/VMRuntime.c: * compile warning fixes
+
+2005-06-15 15:38  twisti
+
+       * configure.in: * removed STATIC_CLASSPATH for mips
+
+2005-06-15 12:44  michi
+
+       * src/vm/jit/arm/asmpart.S: implemented asm_calljavafunction and
+         asm_call_jit_compiler
+
+2005-06-15 01:52  twisti
+
+       * src/vm/jit/i386/codegen.c: * compile warning fixes
+
+2005-06-15 01:52  twisti
+
+       * src/vm/jit/i386/Makefile.am: * Added DIST_SUBDIRS
+
+2005-06-15 01:41  twisti
+
+       * src/classpath/native/fdlibm/mprec.c: * compile warning fixes
+
+2005-06-15 01:39  twisti
+
+       * src/vm/jit/powerpc/Makefile.am: * added DIST_SUBDIRS
+
+2005-06-15 01:37  twisti
+
+       * src/classpath/native/target/generic/target_generic_file.h: * use
+         S_IWUSR instead of S_IWRITE, it's not defined on freebsd
+
+2005-06-15 01:34  twisti
+
+       * configure.in: * set freebsd flags correctly
+
+2005-06-15 01:32  michi
+
+       * src/vm/jit/arm/: codegen.c, codegen.h: nativestub now calls
+         builtin_trace_args
+
+2005-06-15 01:31  twisti
+
+       * src/native/native.c: * native_resolve_function: bugfix, don't
+         overwrite the normal name
+
+2005-06-15 01:29  twisti
+
+       * src/vm/jit/codegen.inc: * include some additional headers (safety
+         first ;-)
+
+2005-06-15 01:21  twisti
+
+       * src/libltdl/ltdl.c: * compile warning fixes, 2nd try
+
+2005-06-15 01:16  twisti
+
+       * src/libltdl/ltdl.c: * compile warning fixes
+
+2005-06-15 00:31  twisti
+
+       * src/native/: native.c, native.h, vm/VMRuntime.c: * implemented
+         the library hash: each loaded library with it's classloader   is
+         stored in the hash, TODO: reference count and unloading
+
+2005-06-15 00:19  michi
+
+       * src/vm/jit/arm/codegen.c: started implementing createnativestub()
+
+2005-06-14 22:12  twisti
+
+       * configure.in, src/cacao/Makefile.am: * define
+         EXPORT_SYMBOLS_FLAGS for ld
+
+2005-06-14 20:35  twisti
+
+       * src/vm/jit/codegen.inc: * powerpc warning fixes
+
+2005-06-14 20:34  twisti
+
+       * src/vm/jit/powerpc/: codegen.c, codegen.h: * removed deprecated
+         BlockPtrOfPC macro * warning fixes
+
+2005-06-14 20:11  twisti
+
+       * src/vm/linker.c: * warning fix
+
+2005-06-14 20:09  twisti
+
+       * src/native/jni.c: * FindClass: implemented correctly
+
+2005-06-14 19:48  twisti
+
+       * src/native/: native.c, native.h: *
+         builtin_asm_createclasscontextarray,
+         builtin_asm_getclassloader: removed (not used anymore)
+
+2005-06-14 19:40  twisti
+
+       * src/native/vm/VMSystemProperties.c: * add . to java.library.path
+
+2005-06-14 19:39  twisti
+
+       * src/vm/jit/powerpc/linux/md.c: * Oops, typo
+
+2005-06-14 19:29  twisti
+
+       * src/native/vm/VMClass.c: * use load_class_from_sysloader return
+         value
+
+2005-06-14 19:28  twisti
+
+       * src/vm/jit/powerpc/codegen.c: * removed init_exceptions * use
+         code/data segments for native stub
+
+2005-06-14 19:25  twisti
+
+       * src/vm/jit/powerpc/linux/md-abi.inc: * make r2 reserved (from old
+         init_exceptions), ask stefan about that...
+
+2005-06-14 19:23  twisti
+
+       * src/vm/jit/powerpc/darwin/md.c: * moved init_exceptions
+
+2005-06-14 19:20  twisti
+
+       * src/vm/jit/powerpc/patcher.c: * patcher_resolve_native: added
+
+2005-06-14 19:18  twisti
+
+       * src/vm/jit/powerpc/linux/md.c: * Moved signal stuff
+
+2005-06-14 19:14  twisti
+
+       * src/vm/jit/stacktrace.c: * classLoaderCollector: code indent and
+         removed unused code
+
+2005-06-14 19:12  twisti
+
+       * src/: cacao/cacao.c, vm/linker.c, vm/loader.c, vm/loader.h,
+         vm/resolve.c: * use load_class_from_sysloader return value
+
+2005-06-14 19:08  twisti
+
+       * configure.in: * removed STATIC_CLASSPATH for ported architectures
+
+2005-06-14 18:08  twisti
+
+       * configure.in, src/mm/nogc.c, src/cacao/Makefile.am,
+         src/cacaoh/Makefile.am, src/native/tools/Makefile.am: *
+         --disable-gc bug fixes
+
+2005-06-13 18:21  twisti
+
+       * configure.in: * added freebsd os * added i386 subdir makefiles
+
+2005-06-13 18:20  twisti
+
+       * src/vm/jit/i386/: Makefile.am, codegen.c, codegen.h, md-abi.c,
+         patcher.c: * native stub changes (data/code segment usage)
+
+2005-06-13 18:19  twisti
+
+       * src/vm/jit/i386/: freebsd/.cvsignore, freebsd/Makefile.am,
+         freebsd/md.c, linux/.cvsignore, linux/Makefile.am, linux/md.c: *
+         machine dependent stuff
+
+2005-06-13 16:49  michi
+
+       * src/vm/jit/arm/codegen.c: removed removecompilerstub() and
+         removenativestub() addapted declaration of createcompilerstub()
+         and createnativestub()
+
+2005-06-13 16:40  twisti
+
+       * src/native/jni.c: * FindClass: use load_class_bootstrap return
+         value
+
+2005-06-13 16:38  twisti
+
+       * src/threads/native/threads.c: * Use load_class_bootstrap return
+         value
+
+2005-06-13 16:30  twisti
+
+       * src/cacaoh/headers.c: * codegen native stub changes
+
+2005-06-13 16:29  twisti
+
+       * src/: cacao/cacao.c, cacaoh/cacaoh.c: * Use load_class_bootstrap
+         return value
+
+2005-06-13 16:28  twisti
+
+       * src/cacao/Makefile.am: * Link to libltdlc convenience library
+
+2005-06-13 16:27  twisti
+
+       * src/libltdl/.cvsignore: * ignore *.la
+
+2005-06-13 16:26  twisti
+
+       * src/vm/descriptor.c: * Renamed utf_end to UTF_END
+
+2005-06-13 16:26  twisti
+
+       * src/vm/linker.c: * link missing classes * Use
+         codegen_createnativestub instead of createnativestub
+
+2005-06-13 16:24  twisti
+
+       * src/vm/: loader.c, loader.h, exceptions.c: * Use
+         load_class_bootstrap return value
+
+2005-06-13 16:23  twisti
+
+       * src/vm/method.h: * made stubroutine a functionptr
+
+2005-06-13 16:22  twisti
+
+       * src/vm/tables.h: * Removed utf_end
+
+2005-06-13 16:22  twisti
+
+       * src/vm/: utf8.c, utf8.h: * utf_java_lang_StackTraceElement,
+         utf_java_lang_reflect_Field,   utf_getSystemClassLoader,
+         utf_void__java_lang_ClassLoader: added * renamed utf_end to
+         UTF_END
+
+2005-06-13 16:20  twisti
+
+       * src/vm/: string.c, stringlocal.h: *
+         string_java_lang_UnsatisfiedLinkError: added * use
+         load_class_bootstrap return value
+
+2005-06-13 16:19  twisti
+
+       * src/vm/: class.c, class.h: * class_java_lang_StackTraceElement,
+         class_java_security_PrivilegedAction:   added
+
+2005-06-13 16:17  twisti
+
+       * src/vm/jit/: codegen.inc, codegen.inc.h: * Use dump memory for
+         code and data segment * codegen_createnativestub: added *
+         removecompilerstub, removenativestub: moved from codegen.c *
+         removed codegen_resolve_native
+
+2005-06-13 16:16  twisti
+
+       * src/vm/jit/stacktrace.h: * Use SIZEOF_VOID_P
+
+2005-06-13 16:15  twisti
+
+       * src/vm/jit/patcher.h: * patcher_resolve_native: added
+
+2005-06-13 16:14  michi
+
+       * configure.in, src/vm/jit/Makefile.am, src/vm/jit/arm/.cvsignore,
+         src/vm/jit/arm/Makefile.am: added arm stuff
+
+2005-06-13 16:14  twisti
+
+       * src/vm/jit/inline/: parseRT.c, parseXTA.c: * use
+         load_class_bootstrap return value
+
+2005-06-13 16:14  twisti
+
+       * src/vm/jit/x86_64/codegen.c: * moved signal stuff and critical
+         section restart to md.c * removed deprecated BlockPtrOfPC macro *
+         removecompilerstub, removenativestub: removed * createnativestub:
+         use same code generation as codegen (with data segment)
+
+2005-06-13 16:12  twisti
+
+       * src/native/vm/VMClass.c: * Typo
+
+2005-06-13 16:10  twisti
+
+       * src/vm/jit/x86_64/md.c: * Moved signal stuff and critical section
+         restart
+
+2005-06-13 16:10  twisti
+
+       * src/vm/jit/x86_64/Makefile.am: * Added md.c
+
+2005-06-13 16:03  twisti
+
+       * src/vm/jit/x86_64/codegen.h: * Remove deprecated BlockPtrOfPC
+         macro
+
+2005-06-13 16:02  twisti
+
+       * src/vm/jit/x86_64/patcher.c: * patcher_resolve_native: added
+
+2005-06-13 16:02  twisti
+
+       * src/vm/jit/x86_64/emitfuncs.c: * Removed deprecated BlockPtrOfPC
+         macro
+
+2005-06-13 16:01  twisti
+
+       * src/vm/jit/x86_64/types.h: * removed U8_AVAILABLE since we know
+         x86_64 can do u8
+
+2005-06-13 16:00  twisti
+
+       * src/native/vm/VMThrowable.c: * Use global
+         class_java_lang_StackTraceElement
+
+2005-06-13 15:56  twisti
+
+       * src/native/vm/VMRuntime.c: * Use libltdl
+
+2005-06-13 15:56  twisti
+
+       * src/native/vm/VMClassLoader.c: * Use load_class_bootstrap return
+         value
+
+2005-06-13 15:53  twisti
+
+       * src/native/vm/VMClass.c: * load_class_bootstrap return value *
+         use global class_java_lang_reflect_Constructor,
+         class_java_lang_reflect_Field, class_java_lang_reflect_Method
+
+2005-06-13 15:42  twisti
+
+       * src/native/: native.c, native.h: * native_init: initialize
+         libltdl * native_make_overloaded_function,
+         native_resolve_function: added * builtin_asm_getclassloader: use
+         global   class_java_security_PrivilegedAction
+
+2005-06-13 15:39  twisti
+
+       * configure.in: * Use AC_LIBLTDL_CONVENIENCE * Added
+         --{en,dis}able-static --{en,dis}able-shared again, since i know
+         now   that we can build a libltdl convenience library
+
+2005-06-13 15:37  twisti
+
+       * src/vm/jit/stacktrace.c: * Use global
+         class_java_security_PrivilegedAction
+
+2005-06-13 01:44  twisti
+
+       * src/cacao/Makefile.am: * link with libltdl when dynamically
+         linked
+
+2005-06-13 01:25  twisti
+
+       * autogen.sh: * added src/libltdl
+
+2005-06-13 01:24  twisti
+
+       * configure.in: * removed --{en,dis}able-static
+         --{en,dis}able-shared for sub packages,   because we always need
+         a static library for libltdl * added src/libltdl
+
+2005-06-13 01:21  twisti
+
+       * src/Makefile.am: * added DISABLE_GC and libltdl
+
+2005-06-13 01:21  twisti
+
+       * src/libltdl/: .cvsignore, COPYING.LIB, Makefile.am, README,
+         acinclude.m4, autogen.sh, configure.ac, ltdl.c, ltdl.h: libltdl
+         from GNU Libtool 1.5.18
+
+2005-06-13 01:17  twisti
+
+       * src/classpath/configure.ac: * build also static libraries by
+         default (because we need a static libltdl)
+
+2005-06-11 19:47  michi
+
+       * src/vm/jit/arm/: codegen.c, codegen.h: callee saved registers are
+         now saved to stack
+
+2005-06-11 14:40  michi
+
+       * src/vm/jit/arm/: codegen.c, codegen.h: some ICMD_* implemented
+         line numbers are added
+
+2005-06-11 03:17  michi
+
+       * src/classpath/include/jni_md-arm.h: fixed jlong
+
+2005-06-11 03:11  michi
+
+       * src/vm/jit/arm/codegen.c: method-header and exception-table are
+         saved to datasegment
+
+2005-06-11 01:56  michi
+
+       * src/vm/jit/arm/codegen.c: very simple codegen for testing
+
+2005-06-11 01:18  michi
+
+       * src/vm/jit/arm/: md-abi.c, md-abi.h, md-abi.inc: basic arm ABI;
+         no float and double yet
+
+2005-06-10 23:56  twisti
+
+       * src/classpath/configure.ac: * usual builddir problem
+
+2005-06-10 23:35  michi
+
+       * src/vm/jit/arm/codegen.h: added arm code generation macros
+
+2005-06-10 20:43  twisti
+
+       * src/vm/jit/powerpc/darwin/: md.c, md.h: * Added some includes
+
+2005-06-10 20:42  twisti
+
+       * src/vm/jit/powerpc/darwin/md-abi.c: * Adopted to darwin abi
+
+2005-06-10 20:42  twisti
+
+       * src/vm/jit/powerpc/darwin/md-abi.h: * We need to include this
+         header into asmpart.S because of LA_LR_OFFSET.
+
+2005-06-10 20:22  twisti
+
+       * src/vm/jit/powerpc/Makefile.am: * also include ARCH_DIR
+
+2005-06-10 12:01  jowenn
+
+       * src/vm/jit/x86_64/patcher.c: fix stacktrace problem found by
+         twisti
+
+2005-06-09 23:23  twisti
+
+       * src/vm/jit/mips/: md-abi.c, md-abi.h, md-abi.inc, md-asm.h, md.h:
+         * machine dependent stuff
+
+2005-06-09 23:22  twisti
+
+       * src/vm/jit/mips/codegen.c: * use parsed descriptors * ld offset
+         fix in patcher stub (more to do)
+
+2005-06-09 23:22  twisti
+
+       * src/native/vm/Field.c: * compile fix for mips, warning fix for
+         others
+
+2005-06-09 22:39  twisti
+
+       * src/vm/jit/mips/codegen.h: * removed SET_ARG_STACKSLOTS * use
+         SIZEOF_VOID_P
+
+2005-06-09 22:39  twisti
+
+       * src/vm/jit/mips/asmpart.S: * moved defines into md-asm.h
+
+2005-06-09 22:36  twisti
+
+       * src/vm/jit/mips/arch.h: * moved ABI stuff into md-abi.h *e
+         AC_C_BIGENDIAN in configure
+
+2005-06-09 22:35  twisti
+
+       * src/vm/jit/mips/Makefile.am: * added md files
+
+2005-06-09 22:35  twisti
+
+       * src/vm/jit/mips/patcher.c: * use patcher monitorenter/exit macros
+         * bugfix: leave monitor in exception case
+
+2005-06-09 22:31  twisti
+
+       * configure.in, src/vm/jit/alpha/arch.h, src/vm/jit/i386/arch.h,
+         src/vm/jit/powerpc/arch.h, src/vm/jit/x86_64/arch.h: * Use
+         AC_C_BIGENDIAN in configure.in
+
+2005-06-09 18:11  twisti
+
+       * src/vm/builtin.c: * don't use get_variable_message_length, it's
+         not neessary * builtin_trace_exception: use dump memory
+
+2005-06-09 12:31  michi
+
+       * src/vm/jit/arm/types.h: added arm types.h
+
+2005-06-09 12:26  michi
+
+       * src/vm/jit/arm/: disass.c, disass.h: added arm disassembler
+
+2005-06-09 09:29  christian
+
+       * src/vm/jit/i386/codegen.c: Bug in long argument copying and Trace
+         Argument copying eliminated
+
+2005-06-09 09:28  christian
+
+       * src/vm/jit/: reg.h, reg.inc: new Stack memory allocation, use of
+         unused arg regs as temp disabled
+
+2005-06-08 22:58  twisti
+
+       * src/vm/builtintable.inc: * builtintable_internal: fixed 2 typo's
+
+2005-06-08 22:57  twisti
+
+       * src/vm/builtin.c: * use dump memory in trace functions, should be
+         faster * use SIZEOF_VOID_P instead of arch defines
+
+2005-06-08 22:56  twisti
+
+       * src/vm/jit/stack.c: * use SIZEOF_VOID_P instead of arch defines *
+         removed USEBUILTINTABLE define (we need another one to disable
+         automatic   replacement)
+
+2005-06-08 22:54  twisti
+
+       * src/vm/jit/codegen.inc: Added: codegen_disassemble_nativestub
+
+2005-06-08 22:54  twisti
+
+       * src/vm/jit/alpha/: md-abi.c, md-abi.h, md-abi.inc, md-asm.h,
+         md.h: Machine dependent stuff.
+
+2005-06-08 22:54  twisti
+
+       * src/vm/jit/alpha/codegen.c: * moved ABI stuff to specific files *
+         removed BlockPtrOfPC * use parsed descriptors * native stub
+         cleanup
+
+2005-06-08 22:53  twisti
+
+       * src/vm/jit/alpha/codegen.h: Removed useless BlockPtrOfPC macro.
+
+2005-06-08 21:43  twisti
+
+       * src/vm/jit/alpha/codegen.h: Removed SET_ARG_STACKSLOTS.
+
+2005-06-08 21:43  twisti
+
+       * src/vm/jit/alpha/asmpart.S: Moved defines to md-asm.h
+
+2005-06-08 21:30  twisti
+
+       * src/vm/jit/alpha/Makefile.am: Added md stuff.
+
+2005-06-08 21:30  twisti
+
+       * src/vm/jit/alpha/arch.h: Moved ABI stuff into md-abi.h
+
+2005-06-08 21:29  twisti
+
+       * src/vm/jit/alpha/types.h: * removed U8_AVAILABLE, since we know
+         what alpha can do
+
+2005-06-08 21:26  twisti
+
+       * src/vm/jit/alpha/patcher.c: * use
+         PATCHER_MARK_PATCHED_MONITOREXIT on exit * use
+         PATCHER_MONITOREXIT in exception case
+
+2005-06-08 20:21  twisti
+
+       * src/native/vm/Method.c: *
+         Java_java_lang_reflect_Method_invokeNative: forgot to set
+         throwAccess to   false
+
+2005-06-08 16:41  christian
+
+       * src/vm/jit/i386/: Makefile.am, arch.h, codegen.c, codegen.h,
+         emitfuncs.c, md-abi.c, md-abi.h, md-abi.inc: Moved abi stuff to
+         machine depended files
+
+2005-06-08 15:15  twisti
+
+       * src/scripts/kjc.in: kjc script.
+
+2005-06-08 15:07  twisti
+
+       * configure.in: * added: tests/codepatching/Makefile,
+         src/scripts/kjc
+
+2005-06-08 14:51  twisti
+
+       * tests/Makefile.am: - added codepatching to SUBDIRS - temporary
+         added -noverify, remove it when verifier does work again
+
+2005-06-08 14:50  twisti
+
+       * tests/codepatching/Makefile.am: Obviously...
+
+2005-06-08 14:50  twisti
+
+       * tests/codepatching/.cvsignore: Ignore standard files.
+
+2005-06-08 14:49  twisti
+
+       * tests/codepatching/test.java: Use threads to check the locking
+         code.
+
+2005-06-08 13:26  twisti
+
+       * src/native/jni.c: * fill_callblock: renamed to
+         fill_callblock_from_vargs * fill_callblock_objA:  - renamed to
+         fill_callblock_from_objectarray  - bug fix: wrong offset in
+         object array * FromReflectedMethod: some changes *
+         GetStringUTFChars: implemented like kaffe does *
+         jni_method_invokeNativeHelper:  - some changes, should we set the
+         value in the object inline?  - better exception handling
+
+2005-06-08 13:18  twisti
+
+       * src/native/native.c: get_parametertypes:  - bug fix: added
+         missing &  - fixed indent
+
+2005-06-08 13:16  twisti
+
+       * src/native/vm/Method.c:
+         Java_java_lang_reflect_Method_invokeNative: made code more
+         readable
+
+2005-06-08 13:06  twisti
+
+       * src/native/vm/VMSystemProperties.c: Correct use of
+         java.library.path and gnu.classpath.boot.library.path.
+
+2005-06-08 13:05  twisti
+
+       * src/native/tools/Makefile.am: Added: DISABLE_GC
+
+2005-06-08 13:04  twisti
+
+       * src/vm/: string.c, stringlocal.h: Added:
+         string_java_lang_reflect_InvocationTargetException
+
+2005-06-08 13:03  twisti
+
+       * src/vm/initialize.c: Better error handling in wrapping the
+         exception.
+
+2005-06-08 13:03  twisti
+
+       * src/vm/global.h: New ACC flags:  - ACC_UNDEF, ACC_NONE: for
+         internal use  - flags for 49.0 class format
+
+2005-06-08 13:01  twisti
+
+       * src/vm/exceptions.c: - new_exception*: check for native_and_init*
+         return value and return   exceptionptr in error case -
+         new_classformaterror: warning fix
+
+2005-06-08 12:59  twisti
+
+       * src/vm/jit/: codegen.inc, codegen.inc.h: Use SIZEOF_VOID_P
+         instead of POINTERSIZE.
+
+2005-06-08 12:58  twisti
+
+       * src/vm/jit/x86_64/: md-abi.c, md-abi.h, md-abi.inc, md-asm.h,
+         md.h: ABI stuff.
+
+2005-06-08 12:57  twisti
+
+       * src/vm/jit/x86_64/codegen.c: Parsed descriptors changes: use abi
+         pre-allocation
+
+2005-06-08 12:56  twisti
+
+       * src/vm/jit/x86_64/asmpart.S: Moved stuff to md-asm.h
+
+2005-06-08 12:56  twisti
+
+       * src/vm/jit/x86_64/codegen.h: - removed SET_ARG_STACKSLOTS - added
+         some macros
+
+2005-06-08 12:55  twisti
+
+       * src/vm/jit/x86_64/emitfuncs.c: #include "md-abi.h"
+
+2005-06-08 12:33  twisti
+
+       * src/vm/jit/x86_64/arch.h: Moved abi stuff into md-abi.h
+
+2005-06-08 12:33  twisti
+
+       * src/vm/jit/x86_64/Makefile.am: Added machine dependent files.
+
+2005-06-08 12:31  twisti
+
+       * src/vm/jit/x86_64/patcher.c: - use monitorenter/exit macros:
+         removed dontfillinexceptionstacktrace, this   should be used
+         again when we have stacktraces on all archs - warning fix
+
+2005-06-08 12:20  michi
+
+       * src/classpath/include/jni_md-arm.h: added arm stuff
+
+2005-06-07 18:04  twisti
+
+       * src/vm/jit/powerpc/codegen.c: Native stub fixes.
+
+2005-06-07 17:31  michi
+
+       * configure.in: added arm architecture
+
+2005-06-07 17:07  twisti
+
+       * src/vm/jit/powerpc/codegen.c: MULTIANEWARRAY: linux bugfix
+
+2005-06-07 10:37  christian
+
+       * src/vm/jit/stack.c: conting max use of argument registers and
+         stack use for a method
+
+2005-06-06 23:21  twisti
+
+       * src/vm/jit/powerpc/linux/: md-abi.h, md.h: Moved md_param_alloc
+         from md-abi.h to md.h since md-abi.h is included in asmpart.S.
+
+2005-06-06 17:39  twisti
+
+       * src/native/native.c: get_parametertypes: use fully parsed
+         descriptors
+
+2005-06-06 17:38  twisti
+
+       * src/native/jni.c: - used parsed descriptors - code indent
+
+2005-06-06 17:37  twisti
+
+       * configure.in: Added:  - AC_COMPILE_CHECK_SIZEOF  -
+         src/vm/jit/powerpc/darwin/Makefile  -
+         src/vm/jit/powerpc/linux/Makefile
+
+2005-06-06 17:36  twisti
+
+       * src/vm/resolve.c: - resolve_method: check for
+         mi->parseddesc->params and generate it if not   available, so we
+         can use the correct param stuff (static vs. non-static) - removed
+         INSTRUCTION_PUTCONST_FIELDREF (only used twice)
+
+2005-06-06 17:34  twisti
+
+       * src/vm/loader.c: - load_constantpool: try to add all descriptors
+         to the pool - load_class_from_classbuffer: pass m->flags for
+         class methods to   descriptor_pool_parse_method_descriptor so we
+         can do the register   pre-allocation
+
+2005-06-06 17:32  twisti
+
+       * src/vm/: descriptor.c, descriptor.h: - descriptor_pool_add: check
+         for method descriptors and add all of them   since the static
+         flag may be different - descriptor_pool_parse_method_descriptor:
+         pass method flags and generate,   if possible, the params array
+         which contains the register allocation for   this particular
+         function (descriptor) - added: descriptor_params_from_paramtypes
+         - some code beautification
+
+2005-06-06 17:28  twisti
+
+       * src/vm/Makefile.am: Added: builtintable.inc
+
+2005-06-06 17:28  twisti
+
+       * src/vm/jit/: parse.c, parse.h, reg.inc, stack.c, stack.h: - use
+         parsed descriptors - use generic ICMD_BUILTIN
+
+2005-06-06 17:26  twisti
+
+       * src/vm/jit/lsra.inc: Commented builtin stuff. Please fix me!
+
+2005-06-06 17:25  twisti
+
+       * src/vm/jit/jit.h: - removed: BUILTIN{1,2,3},
+         INSTRUCTION_PUTCONST_FIELDREF
+
+2005-06-06 17:25  twisti
+
+       * src/vm/jit/jit.c: - removed BUILTIN{1,2,3} - use SIZEOF_VOID_P -
+         removed sort_builtintable from jit_init
+
+2005-06-06 17:24  twisti
+
+       * src/vm/jit/powerpc/codegen.c: - use parsed descriptors - use
+         generic ICMD_BUILTIN
+
+2005-06-06 17:24  twisti
+
+       * src/vm/jit/powerpc/asmpart.S: Linux changes.
+
+2005-06-06 17:22  twisti
+
+       * src/vm/jit/loop/tracing.c: Changed to generic ICMD_BUILTIN.
+
+2005-06-06 17:22  twisti
+
+       * src/vm/jit/verify/typecheck.c: Commented builtin stuff. This has
+         to be fixed correctly.
+
+2005-06-06 17:21  twisti
+
+       * src/vm/references.h: Code beautify.
+
+2005-06-06 17:20  twisti
+
+       * src/vm/: utf8.c, utf8.h: Added: utf_clone
+
+2005-06-06 17:01  twisti
+
+       * src/vm/global.h: Defined ACC_UNDEF, ACC_NONE: these are used
+         internally
+
+2005-06-06 17:00  twisti
+
+       * src/vm/: builtin.c, builtin.h: - removed old builtin table stuff
+         - added: builtin_init, builtintable_init,
+         builtintable_get_internal,   builtintable_get_automatic - use
+         SIZEOF_VOID_P instead of POINTERSIZE - use parsed descriptor
+
+2005-06-06 16:53  twisti
+
+       * src/vm/jit/powerpc/Makefile.am: - added OS_DIR to SUBDIRS - add
+         libmd.la to libarch.la
+
+2005-06-06 16:52  twisti
+
+       * src/vm/jit/powerpc/arch.h: POINTERSIZE, CONSECUTIVE_FLOAT_ARGS:
+         removed
+
+2005-06-06 16:51  twisti
+
+       * src/vm/jit/powerpc/patcher.c: Include memory.h for OFFSET macro.
+
+2005-06-06 16:48  twisti
+
+       * src/vm/jit/powerpc/linux/: .cvsignore, Makefile.am, md-abi.c,
+         md-abi.h, md.c, md.h: Moved ABI and machine dependent stuff into
+         linux/ subdirectory.
+
+2005-06-06 16:47  twisti
+
+       * src/vm/jit/powerpc/darwin/: .cvsignore, Makefile.am, md-abi.c,
+         md-abi.h, md.c, md.h: Moved ABI and machine dependent stuff into
+         darwin/ subdirectory.
+
+2005-06-06 16:45  twisti
+
+       * src/mm/memory.h: Added MMOVE macro.
+
+2005-06-06 16:44  twisti
+
+       * src/cacaoh/headers.c: Added md_param_alloc.
+
+2005-06-06 16:44  twisti
+
+       * src/cacao/cacao.c: - moved jit_init - added builtin_init
+
+2005-06-06 16:42  twisti
+
+       * src/native/.cvsignore: Ignore nativetable.inc
+
+2005-06-06 16:42  twisti
+
+       * src/native/vm/VMObject.c: Use memory macros.
+
+2005-06-06 16:41  twisti
+
+       * src/native/vm/Constructor.c: - renamed arguments to fit
+         classpath's - use static utf_init
+
+2005-06-06 16:37  twisti
+
+       * src/native/tools/.cvsignore: Ignore generated files.
+
+2005-06-06 16:35  twisti
+
+       * src/vm/builtintable.inc: Contains builtin tables (internal,
+         automatic). Included in builtin.c.
+
+2005-06-01 00:35  twisti
+
+       * src/threads/native/Makefile.am: Include OS_DIR.
+
+2005-05-31 20:54  twisti
+
+       * src/classpath/java/lang/: Thread.java, ThreadLocal.java:
+         No-thread (--disable-threads) workaround for CACAO.
+
+2005-05-31 20:36  twisti
+
+       * src/cacaoh/headers.c: - include <stdarg.h> - define _exceptionptr
+
+2005-05-31 18:04  twisti
+
+       * src/vm/builtin.c: - removed lazy loading defines - changed output
+         of unresolved builtin functions - added #include "md-abi.h":
+         TRACE_ARGS_NUM - use short TYPE_ defines instead of long ones (i
+         think we should finally   merge them)
+
+2005-05-31 18:02  twisti
+
+       * src/vm/jit/: parse.c, reg.inc, stack.c: Removed lazy loading
+         defines and old, unused code.
+
+2005-05-31 18:01  twisti
+
+       * src/vm/jit/powerpc/: asmpart.S, codegen.c, codegen.h: Many
+         changes (nearly too much for one commit):  - lazy loading/code
+         patching  - removed machine depend stuff  - removed
+         monitorenter/exit assembler functions  - code indent
+
+2005-05-31 17:55  twisti
+
+       * src/vm/jit/powerpc/: darwin/md-abi.h, darwin/md-abi.inc,
+         darwin/md-asm.h, linux/md-abi.h, linux/md-abi.inc,
+         linux/md-asm.h: Machine dependent stuff.
+
+2005-05-31 17:55  twisti
+
+       * src/vm/jit/powerpc/arch.h: Removed ABI related stuff (now in
+         OS_DIR/md-abi.h).
+
+2005-05-31 17:54  twisti
+
+       * src/vm/jit/powerpc/patcher.c: Patcher functions implemented.
+
+2005-05-31 17:53  twisti
+
+       * src/vm/jit/i386/patcher.c: - use monitorenter/exit macros - fixed
+         bug: returns is exception case did not release the monitor lock,
+         this resulted in a deadlock for the waiting threads (thanks
+         jowenn)
+
+2005-05-31 17:39  twisti
+
+       * src/vm/jit/patcher.h: - defined PATCHER_MONITOREXIT and
+         PATCHER_MARK_PATCHED_MONITOREXIT - added powerpc defines
+
+2005-05-31 17:06  twisti
+
+       * src/vm/jit/powerpc/Makefile.am: - include OS_DIR - added:
+         patcher.c - added EXTRA_DIST: md files from os subdirs
+
+2005-05-31 16:35  twisti
+
+       * src/vm/: Makefile.am, jit/Makefile.am: Include OS_DIR.
+
+2005-05-31 16:33  twisti
+
+       * configure.in: Define OS_DIR for Makefiles.
+
+2005-05-31 12:30  twisti
+
+       * src/vm/jit/mips/codegen.c: We don't need to save temporary
+         registers in runverbose && ACC_SYNCHRONIZED case, since this
+         functions are tagged an non-leaf in parse.
+
+2005-05-29 23:39  twisti
+
+       * src/native/vm/VMAccessController.c: - killed panic, return NULL
+         is error case - emacs tailer - some header include fixes
+
+2005-05-27 15:18  twisti
+
+       * src/native/vm/VMStackWalker.c: getCallingClass,
+         getCallingClassLoader: implemented
+
+2005-05-27 15:18  twisti
+
+       * src/classpath/vm/reference/gnu/classpath/VMStackWalker.java:
+         getCallingClass, getCallingClassLoader: made native
+
+2005-05-27 13:20  twisti
+
+       * configure.in: Check for pango only with gtk peer enabled.
+
+2005-05-25 10:07  twisti
+
+       * src/vm/jit/: patcher.h, alpha/patcher.c: Defined
+         PATCHER_MONITORENTER/EXIT macros (i have some problems to see
+         where macros can be used ;-)
+
+2005-05-24 17:41  christian
+
+       * src/vm/jit/reg.inc: Missing "regsneeded" renamed to intregsneeded
+         (for PowerPC).
+
+2005-05-24 17:39  christian
+
+       * src/classpath/vm/reference/java/lang/VMProcess.java: Libc
+         include/static Classpath Name Conflict Patch.
+
+2005-05-24 12:28  twisti
+
+       * src/vm/jit/powerpc/: asmpart.S, codegen.c: - compilation fixes -
+         started to implement lazy loading
+
+2005-05-24 10:37  twisti
+
+       * configure.in: - disabled gtk static build, problems with cairo -
+         removed xml/xslt stuff
+
+2005-05-23 20:13  edwin
+
+       * src/vm/class.c: fixed missing linking check in get_array_class
+
+2005-05-23 17:23  twisti
+
+       * autogen.sh: Include src/classpath/m4 for aclocal to get AM_ICONV*
+         stuff from classpath.
+
+2005-05-23 17:23  twisti
+
+       * configure.in: Check for additional libraries with
+         STATIC_CLASSPATH (not finished yet).
+
+2005-05-23 17:22  twisti
+
+       * src/cacao/Makefile.am: Added some libraries with STATIC_CLASSPATH
+         (not finished yet).
+
+2005-05-23 14:04  twisti
+
+       * src/native/native.c: Removed orphaned headers: made problems with
+         java_lang_VMProcess.h because of redefinition of stdin/out/err.
+
+2005-05-23 13:57  twisti
+
+       * src/cacaoh/headers.c: Fixed: missing return statement at end of
+         non-void function
+
+2005-05-23 12:32  twisti
+
+       * src/: cacaoh/headers.c, threads/green/threads.c,
+         threads/native/threads.c: Killed panic's.
+
+2005-05-23 12:31  twisti
+
+       * src/cacaoh/Makefile.am: Added DISABLE_GC stuff.
+
+2005-05-23 12:28  twisti
+
+       * src/vm/jit/stacktrace.c: - killed panic's - getStackCollector:
+         return on OOM, TODO: return value may not be NULL
+
+2005-05-23 12:23  twisti
+
+       * src/vm/jit/parse.c: - killed panic's - added USE_INLINING
+         #ifdef's (but always enabled, yet)
+
+2005-05-23 12:22  twisti
+
+       * src/vm/jit/jit.c: - warning fixes - added USE_INLINING #ifdef's
+         (but always enabled, yet)
+
+2005-05-23 12:21  twisti
+
+       * src/vm/jit/Makefile.am: Added USE_INLINING stuff.
+
+2005-05-23 12:20  twisti
+
+       * configure.in: Added: --disable-gc, --disable-inlining (but
+         currently disabled)
+
+2005-05-23 12:19  twisti
+
+       * src/mm/nogc.c: Allocates memory with malloc (no GC).
+
+2005-05-23 12:19  twisti
+
+       * src/mm/Makefile.am: Added nogc.c
+
+2005-05-23 10:50  twisti
+
+       * src/toolbox/: logging.c, logging.h: - dolog: don't use vsprintf,
+         just print it out (no need to a buffer) - log_message_utf,
+         log_message_class_message_class: added - error, panic: removed
+
+2005-05-23 10:34  twisti
+
+       * src/vm/jit/codegen.inc: - removed _CODEGEN_INC_H_ define, it's no
+         header - use ptrint instead of long - killed panic's
+
+2005-05-23 10:32  twisti
+
+       * src/vm/utf8.c: - line length changes - removed panic in comment
+         (for grep'ing)
+
+2005-05-23 10:23  twisti
+
+       * src/vm/: tables.c, unzip.c: Killed panic's.
+
+2005-05-23 10:22  twisti
+
+       * src/vm/: string.c, stringlocal.h: - killed panic's -
+         javastring_strlen: added
+
+2005-05-23 10:22  twisti
+
+       * src/vm/statistics.c: Use dolog instead of sprintf/log_text, so no
+         fixed buffer required.
+
+2005-05-23 10:21  twisti
+
+       * src/vm/loader.c: - killed panic's - load_class_from_classbuffer:
+         use malloc instead of a fixed buffer
+
+2005-05-23 10:19  twisti
+
+       * src/vm/: linker.c, linker.h: - killed panic's -
+         linker_compute_subclasses: no j.l.O special required anymore -
+         print_arraydescriptor: removed
+
+2005-05-23 10:18  twisti
+
+       * src/vm/initialize.c: Use
+         log_message_class/log_message_class_message_class instead of a
+         fixed buffer.
+
+2005-05-23 10:17  twisti
+
+       * src/vm/class.c: - killed panic's - use log_message_utf instead of
+         fixed buffer
+
+2005-05-23 10:12  twisti
+
+       * src/vm/: builtin.c, builtin.h: - builtin_throw_exception,
+         builtin_trace_args, builtin_displaymethodstop:   calculate
+         message length and use malloc memory instead of fixed buffer
+         length - builtin_displaymethodstart: removed - killed panic's -
+         removed warnings
+
+2005-05-23 10:06  twisti
+
+       * src/vm/jit/stack.h: - killed panic's - some macro reformating
+
+2005-05-23 10:04  twisti
+
+       * src/vm/jit/: alpha/codegen.c, i386/codegen.h, stack.c: Killed
+         panic's.
+
+2005-05-23 10:01  twisti
+
+       * src/vm/jit/: helper.c, reg.inc: Killed panic's.
+
+2005-05-22 21:49  twisti
+
+       * src/vm/jit/loop/: analyze.c, graph.c, loop.c: Killed panic's.
+
+2005-05-21 17:07  twisti
+
+       * src/mm/memory.c: Killed panic's.
+
+2005-05-21 16:59  twisti
+
+       * src/native/vm/: Constructor.c, Field.c, Method.c, VMClass.c,
+         VMRuntime.c, VMThrowable.c: - killed panic's - removed warnings
+
+2005-05-21 16:58  twisti
+
+       * src/native/jni.c: Killed panic's.
+
+2005-05-21 16:58  twisti
+
+       * src/native/native.c: Added includes to prevent compiler warnings
+         with STATIC_CLASSPATH.
+
+2005-05-21 01:05  twisti
+
+       * src/vm/: exceptions.c, exceptions.h: - new_verifyerror takes
+         varargs - don't use fixed message buffer length: calculate
+         message length and   malloc memory
+
+2005-05-20 19:51  twisti
+
+       * src/vm/jit/mips/codegen.c: Killed panic's.
+
+2005-05-20 19:46  twisti
+
+       * src/vm/jit/powerpc/codegen.c: - killed panic's - some icmd
+         reordering
+
+2005-05-20 19:43  twisti
+
+       * src/vm/jit/inline/: inline.c, parseRT.c, parseXTA.c: Killed
+         panic's.
+
+2005-05-20 17:28  twisti
+
+       * src/native/include/Makefile.am: Typo in
+         java_security_VMAccessController.h, so it was regenerated every
+         run.
+
+2005-05-20 14:02  jowenn
+
+       * src/native/vm/VMAccessController.c: perhaps I should commit the
+         implementation too
+
+2005-05-20 13:20  twisti
+
+       * src/vm/jit/verify/typecheck.c: - killed panic's, replaced mostly
+         by verify errors - added some exceptions macros
+
+2005-05-20 13:19  twisti
+
+       * src/vm/jit/verify/typeinfo.c: Killed panic's, replaced by
+         log_text/assert.
+
+2005-05-20 13:09  twisti
+
+       * src/classpath/vm/reference/java/security/VMAccessController.java:
+         Sorry for reverting changes, but so it's simpler to merge with
+         new classpath releases.
+
+2005-05-19 10:48  jowenn
+
+       * src/:
+         classpath/vm/reference/java/security/VMAccessController.java,
+         native/native.c, native/include/Makefile.am,
+         native/vm/Makefile.am, vm/class.c, vm/class.h, vm/loader.c,
+         vm/jit/stacktrace.c, vm/jit/stacktrace.h,
+         vm/jit/x86_64/patcher.c: VMAccessController.getStack (currently
+         leads in some cases to endless loops)
+
+2005-05-17 11:05  twisti
+
+       * src/vm/jit/i386/codegen.c: Killed panic's.
+
+2005-05-13 17:32  twisti
+
+       * src/native/include/Makefile.am: Added
+         ADDITIONAL_STATIC_CLASSPATH_HEADER_FILES, which contains all
+         additional classes for header generation required for a static
+         cacaco.
+
+2005-05-13 16:36  twisti
+
+       * configure.in: - added AM_CONDITIONAL for STATIC_CLASSPATH - added
+         src/native/tools/Makefile
+
+2005-05-13 16:19  twisti
+
+       * src/vm/jit/mips/codegen.c: #include "stringlocal.h"
+
+2005-05-13 16:04  twisti
+
+       * src/vm/jit/i386/arch.h: - added missing INT_*, FLT_* defines -
+         reenabled SUPPORT_CONST_STORE
+
+2005-05-13 16:03  twisti
+
+       * src/vm/jit/i386/codegen.c: Use patcher_putfieldconst in
+         ICMD_PUTFIELDCONST.
+
+2005-05-13 16:02  twisti
+
+       * src/vm/jit/i386/patcher.c: Implemented patcher_putfieldconst.
+
+2005-05-13 16:02  twisti
+
+       * src/vm/jit/stack.c: Added missing defines PUTFIELDCONST: i386,
+         alpha, mips
+
+2005-05-13 16:01  twisti
+
+       * src/vm/jit/patcher.h: Added i386 define for
+         patcher_putfieldconst.
+
+2005-05-13 15:08  twisti
+
+       * src/classpath/native/jni/:
+         java-nio/gnu_java_nio_charset_iconv_IconvDecoder.c,
+         java-nio/gnu_java_nio_charset_iconv_IconvEncoder.c,
+         xmlj/xmlj_util.c, xmlj/xmlj_util.h: Use SIZEOF_VOID_P for 64-bit
+         pointer checks.
+
+2005-05-13 14:21  twisti
+
+       * src/classpath/native/jni/java-nio/gnu_java_nio_VMSelector.c:
+         Check which strerror we have or even if we have any.
+
+2005-05-13 12:50  twisti
+
+       * src/classpath/: configure.ac, lib/Makefile.am, lib/standard.omit:
+         Don't include gtk peers or xmlj classes if disabled.
+         lib/standard.omit is generated in configure.
+
+2005-05-13 12:12  twisti
+
+       * tests/codepatching/: getfieldJ.java, getstaticJ.java, test.java:
+         Use really long values for long field/static tests.
+
+2005-05-13 11:10  twisti
+
+       * src/vm/jit/x86_64/codegen.c: #include "vm/stringlocal.h"
+
+2005-05-13 11:08  twisti
+
+       * src/vm/jit/i386/codegen.c: - correct order of argument-register
+         assigment/monitorenter/verbose call   code - renamed some I386_*
+         to more common REG_* or ALU_* - added monitors for patcher
+         functions
+
+2005-05-13 11:06  twisti
+
+       * src/vm/jit/i386/asmpart.S: - added monitor for patcher functions
+         - renamed asm_builtin_checkarraycast to
+         asm_builtin_arraycheckcast
+
+2005-05-13 11:06  twisti
+
+       * src/vm/jit/i386/patcher.c: Added monitor for patcher functions.
+
+2005-05-13 11:05  twisti
+
+       * src/vm/jit/i386/codegen.h: - renamed some I386_* to more common
+         REG_* or ALU_* - added some alpha like macros (i think they can
+         make the code generator   more readable)
+
+2005-05-13 11:04  twisti
+
+       * src/vm/jit/i386/emitfuncs.c: Renamed I386_* to more common REG_*
+         or ALU_*.
+
+2005-05-13 02:02  twisti
+
+       * src/native/native.c: - forgot to include generated header files
+         for dummynativetable - killed panic's
+
+2005-05-13 01:55  twisti
+
+       * src/cacaoh/: headers.c, headers.h: Added exceptions (again) since
+         the exceptions.[ch] stuff does not work as it should for cacaoh.
+
+2005-05-13 01:53  twisti
+
+       * src/: toolbox/util.c, mm/boehm.c, mm/memory.c: #include
+         "vm/stringlocal.h"
+
+2005-05-13 01:45  twisti
+
+       * src/native/: native.c, nativetable.inc: Moved dummynativetable
+         into native.c, for a static cacao the nativetable.inc file is
+         generated.
+
+2005-05-13 01:44  twisti
+
+       * src/native/Makefile.am: Added `if STATIC_CLASSPATH' for
+         nativetable.inc generation.
+
+2005-05-13 01:38  twisti
+
+       * src/native/tools/: Makefile.am, gennativetable.c: Reactivate
+         gennativetable, it's required for a static cacao.
+
+2005-05-13 01:21  twisti
+
+       * src/native/vm/: Constructor.c, Method.c, VMObject.c, VMSystem.c,
+         VMThread.c: Moved global string definitions to string.c for 2
+         reasons: it seems to be more logical and exceptions.[ch] is no
+         longer in libvmcore.
+
+2005-05-13 01:02  twisti
+
+       * src/vm/: classcache.c, descriptor.c, exceptions.c, exceptions.h,
+         linker.c, resolve.c, string.c, stringlocal.h, utf8.c,
+         jit/helper.c, jit/stack.c, jit/alpha/codegen.c: Moved global
+         string definitions to string.c for 2 reasons: it seems to be more
+         logical and exceptions.[ch] is no longer in libvmcore.
+
+2005-05-13 01:00  twisti
+
+       * src/vm/Makefile.am: Don't include exceptions.[ch] in libvmcore,
+         since cacaoh and gennativetable cannot create runtime exceptions.
+
+2005-05-13 00:59  twisti
+
+       * src/: cacao/cacao.c, vm/loader.c, vm/loader.h: Renamed
+         create_all_classes to loader_load_all_classes.
+
+2005-05-11 23:33  twisti
+
+       * src/native/tools/: Makefile.am, gennativetable.c: Restored
+         deleted file.
+
+2005-05-11 21:52  twisti
+
+       * src/vm/jit/mips/asmpart.S: Handle compiler exceptions.
+
+2005-05-11 17:37  twisti
+
+       * src/lib/Makefile.am: - glibj.zip location bugfix - updated to
+         classpath-0.15
+
+2005-05-11 17:34  twisti
+
+       * src/vm/jit/alpha/codegen.c: Patcher stub bugfix: don't increment
+         mcodeptr with ++.
+
+2005-05-11 17:31  twisti
+
+       * src/vm/jit/codegen.inc: - use MCOPY macros - use ptrint instead
+         of long
+
+2005-05-11 15:47  twisti
+
+       * src/native/: nativetable.inc, include/Makefile.am: Renamed
+         java_net_InetAddress to java_net_VMInetAddress.
+
+2005-05-11 15:34  twisti
+
+       * src/vm/jit/alpha/: asmpart.S, patcher.c: Renamed *_checkarraycast
+         to *_arraycheckcast.
+
+2005-05-11 15:03  twisti
+
+       * src/vm/jit/x86_64/: asmpart.S, patcher.c: Renamed
+         *_checkarraycast to *_arraycheckcast.
+
+2005-05-11 14:54  twisti
+
+       * src/vm/jit/: parse.c, reg.inc, stack.c: __MIPS__ defines for lazy
+         loading.
+
+2005-05-11 14:53  twisti
+
+       * src/: vm/jit/patcher.h, vm/jit/verify/typecheck.c,
+         cacaoh/headers.c: Renamed *_checkarraycast to *_arraycheckcast.
+
+2005-05-11 14:52  twisti
+
+       * src/vm/jit/codegen.inc: Added comment to gen_resolvebranch.
+
+2005-05-11 14:51  twisti
+
+       * src/vm/jit/mips/: Makefile.am, arch.h, asmpart.S, codegen.c,
+         codegen.h, patcher.c: Lazy loading.
+
+2005-05-11 14:50  twisti
+
+       * src/vm/: builtin.c, builtin.h: - renamed *_checkarraycast to
+         *_arraycheckcast - added __MIPS__ define
+
+2005-05-11 14:05  twisti
+
+       * src/vm/jit/x86_64/codegen.c: Patcher stub bugfix: don't increment
+         mcodeptr with ++.
+
+2005-05-09 17:30  twisti
+
+       * src/vm/jit/stack.c: Print catch type for try-catch blocks.
+
+2005-05-04 17:33  twisti
+
+       * src/classpath/configure.ac: Use AC_C_INLINE.
+
+2005-05-04 17:28  twisti
+
+       * src/native/nativetable.inc: - added
+         Java_java_lang_VMObject_getClass - other static classpath changes
+         (i have to reactivate the gen tool)
+
+2005-05-04 17:23  twisti
+
+       * src/native/jni.c: ISO C compile fix, arghhh!
+
+2005-05-04 17:10  twisti
+
+       * src/classpath/vm/reference/java/lang/VMClassLoader.java: Added
+         again our old getResources() code, since the reference
+         implementation has problems with flat bootclasspathes.
+
+2005-05-04 17:07  twisti
+
+       * src/native/vm/VMClassLoader.c: Added
+         Java_java_lang_VMClassLoader_nativeGetResources again, since the
+         GNU classpath java-only implementation has some bootstrap
+         problems (strange problems with flat bootclasspathes).
+
+2005-05-04 17:06  twisti
+
+       * src/native/nativetable.inc: - added java_lang_Class.h - added
+         Java_java_lang_VMClassLoader_nativeGetResources
+
+2005-05-04 14:39  christian
+
+       * src/vm/jit/lsra.inc: panic() elimiated
+
+2005-05-04 12:41  twisti
+
+       * src/classpath/java/util/LocaleData.java: Arghhh! This one is
+         generated, as always...
+
+2005-05-04 12:26  twisti
+
+       * src/native/vm/VMThread.c: Removed sleep, it's now implemented
+         completely in java.
+
+2005-05-04 12:25  twisti
+
+       * src/native/vm/VMObject.c: Added getClass.
+
+2005-05-04 12:25  twisti
+
+       * src/native/vm/VMClassLoader.c: Removed nativeGetResources, it's
+         now completely implemented in GNU classpath, with zip handling.
+
+2005-05-04 12:19  twisti
+
+       * src/native/include/: java_lang_ClassLoader.h,
+         java_lang_Cloneable.h, java_lang_Object.h, java_lang_String.h,
+         java_lang_Thread.h, java_lang_ThreadGroup.h,
+         java_lang_Throwable.h, java_lang_VMObject.h,
+         java_lang_VMThread.h: Regenerated for classpath-0.15.
+
+2005-05-04 12:09  twisti
+
+       * src/classpath/: AUTHORS, ChangeLog, NEWS, acinclude.m4,
+         autogen.sh, configure.ac, pkg.m4, doc/hacking.texinfo,
+         doc/vmintegration.texinfo, doc/api/Makefile.am,
+         examples/gnu/classpath/examples/html/Demo.java,
+         examples/gnu/classpath/examples/swing/Demo.java,
+         examples/gnu/classpath/examples/swing/GNULookAndFeel.java,
+         gnu/CORBA/primitiveArrayTypeCode.java,
+         gnu/CORBA/primitiveTypeCode.java,
+         gnu/classpath/Configuration.java.in,
+         gnu/classpath/SystemProperties.java, gnu/java/awt/Buffers.java,
+         gnu/java/awt/ComponentDataBlitOp.java,
+         gnu/java/awt/EmbeddedWindowSupport.java,
+         gnu/java/awt/package.html,
+         gnu/java/awt/color/CieXyzConverter.java,
+         gnu/java/awt/color/ClutProfileConverter.java,
+         gnu/java/awt/color/ColorLookUpTable.java,
+         gnu/java/awt/color/ColorSpaceConverter.java,
+         gnu/java/awt/color/GrayProfileConverter.java,
+         gnu/java/awt/color/GrayScaleConverter.java,
+         gnu/java/awt/color/LinearRGBConverter.java,
+         gnu/java/awt/color/ProfileHeader.java,
+         gnu/java/awt/color/PyccConverter.java,
+         gnu/java/awt/color/RgbProfileConverter.java,
+         gnu/java/awt/color/SrgbConverter.java,
+         gnu/java/awt/color/TagEntry.java,
+         gnu/java/awt/color/ToneReproductionCurve.java,
+         gnu/java/awt/color/package.html,
+         gnu/java/awt/image/ImageDecoder.java,
+         gnu/java/awt/image/XBMDecoder.java,
+         gnu/java/awt/image/package.html,
+         gnu/java/awt/peer/ClasspathFontPeer.java,
+         gnu/java/awt/peer/package.html,
+         gnu/java/awt/peer/gtk/GdkGraphics.java,
+         gnu/java/awt/peer/gtk/GdkGraphics2D.java,
+         gnu/java/awt/peer/gtk/GdkScreenGraphicsDevice.java,
+         gnu/java/awt/peer/gtk/GtkImagePainter.java,
+         gnu/java/awt/peer/gtk/GtkToolkit.java,
+         gnu/java/beans/IntrospectionIncubator.java,
+         gnu/java/beans/package.html,
+         gnu/java/beans/decoder/PersistenceParser.java,
+         gnu/java/beans/decoder/package.html,
+         gnu/java/beans/editors/package.html,
+         gnu/java/io/EncodingManager.java, gnu/java/io/package.html,
+         gnu/java/lang/ClassHelper.java, gnu/java/lang/MainThread.java,
+         gnu/java/lang/package.html,
+         gnu/java/lang/reflect/TypeSignature.java,
+         gnu/java/lang/reflect/package.html,
+         gnu/java/locale/Calendar.java, gnu/java/locale/Calendar_de.java,
+         gnu/java/locale/Calendar_en.java,
+         gnu/java/locale/Calendar_nl.java,
+         gnu/java/locale/LocaleHelper.java,
+         gnu/java/locale/LocaleInformation.java,
+         gnu/java/locale/LocaleInformation_aa.java,
+         gnu/java/locale/LocaleInformation_aa_DJ.java,
+         gnu/java/locale/LocaleInformation_aa_ER.java,
+         gnu/java/locale/LocaleInformation_aa_ER_SAAHO.java,
+         gnu/java/locale/LocaleInformation_aa_ET.java,
+         gnu/java/locale/LocaleInformation_af.java,
+         gnu/java/locale/LocaleInformation_af_ZA.java,
+         gnu/java/locale/LocaleInformation_am.java,
+         gnu/java/locale/LocaleInformation_am_ET.java,
+         gnu/java/locale/LocaleInformation_ar.java,
+         gnu/java/locale/LocaleInformation_ar_DZ.java,
+         gnu/java/locale/LocaleInformation_ar_IN.java,
+         gnu/java/locale/LocaleInformation_ar_IQ.java,
+         gnu/java/locale/LocaleInformation_ar_JO.java,
+         gnu/java/locale/LocaleInformation_ar_KW.java,
+         gnu/java/locale/LocaleInformation_ar_LB.java,
+         gnu/java/locale/LocaleInformation_ar_LY.java,
+         gnu/java/locale/LocaleInformation_ar_MA.java,
+         gnu/java/locale/LocaleInformation_ar_QA.java,
+         gnu/java/locale/LocaleInformation_ar_SA.java,
+         gnu/java/locale/LocaleInformation_ar_SY.java,
+         gnu/java/locale/LocaleInformation_ar_TN.java,
+         gnu/java/locale/LocaleInformation_ar_YE.java,
+         gnu/java/locale/LocaleInformation_as.java,
+         gnu/java/locale/LocaleInformation_as_IN.java,
+         gnu/java/locale/LocaleInformation_az_Cyrl.java,
+         gnu/java/locale/LocaleInformation_be.java,
+         gnu/java/locale/LocaleInformation_be_BY.java,
+         gnu/java/locale/LocaleInformation_bg.java,
+         gnu/java/locale/LocaleInformation_bg_BG.java,
+         gnu/java/locale/LocaleInformation_bn.java,
+         gnu/java/locale/LocaleInformation_bn_IN.java,
+         gnu/java/locale/LocaleInformation_ca.java,
+         gnu/java/locale/LocaleInformation_ca_ES.java,
+         gnu/java/locale/LocaleInformation_cs.java,
+         gnu/java/locale/LocaleInformation_cs_CZ.java,
+         gnu/java/locale/LocaleInformation_cy.java,
+         gnu/java/locale/LocaleInformation_cy_GB.java,
+         gnu/java/locale/LocaleInformation_da.java,
+         gnu/java/locale/LocaleInformation_da_DK.java,
+         gnu/java/locale/LocaleInformation_de.java,
+         gnu/java/locale/LocaleInformation_de_AT.java,
+         gnu/java/locale/LocaleInformation_de_BE.java,
+         gnu/java/locale/LocaleInformation_de_CH.java,
+         gnu/java/locale/LocaleInformation_de_DE.java,
+         gnu/java/locale/LocaleInformation_de_LI.java,
+         gnu/java/locale/LocaleInformation_de_LU.java,
+         gnu/java/locale/LocaleInformation_dv.java,
+         gnu/java/locale/LocaleInformation_dv_MV.java,
+         gnu/java/locale/LocaleInformation_dz.java,
+         gnu/java/locale/LocaleInformation_dz_BT.java,
+         gnu/java/locale/LocaleInformation_el.java,
+         gnu/java/locale/LocaleInformation_el_GR.java,
+         gnu/java/locale/LocaleInformation_en.java,
+         gnu/java/locale/LocaleInformation_en_AS.java,
+         gnu/java/locale/LocaleInformation_en_AU.java,
+         gnu/java/locale/LocaleInformation_en_BE.java,
+         gnu/java/locale/LocaleInformation_en_BW.java,
+         gnu/java/locale/LocaleInformation_en_BZ.java,
+         gnu/java/locale/LocaleInformation_en_CA.java,
+         gnu/java/locale/LocaleInformation_en_GB.java,
+         gnu/java/locale/LocaleInformation_en_GU.java,
+         gnu/java/locale/LocaleInformation_en_HK.java,
+         gnu/java/locale/LocaleInformation_en_IE.java,
+         gnu/java/locale/LocaleInformation_en_IN.java,
+         gnu/java/locale/LocaleInformation_en_MH.java,
+         gnu/java/locale/LocaleInformation_en_MP.java,
+         gnu/java/locale/LocaleInformation_en_MT.java,
+         gnu/java/locale/LocaleInformation_en_NZ.java,
+         gnu/java/locale/LocaleInformation_en_PH.java,
+         gnu/java/locale/LocaleInformation_en_PK.java,
+         gnu/java/locale/LocaleInformation_en_SG.java,
+         gnu/java/locale/LocaleInformation_en_UM.java,
+         gnu/java/locale/LocaleInformation_en_US.java,
+         gnu/java/locale/LocaleInformation_en_US_POSIX.java,
+         gnu/java/locale/LocaleInformation_en_VI.java,
+         gnu/java/locale/LocaleInformation_en_ZA.java,
+         gnu/java/locale/LocaleInformation_en_ZW.java,
+         gnu/java/locale/LocaleInformation_eo.java,
+         gnu/java/locale/LocaleInformation_es.java,
+         gnu/java/locale/LocaleInformation_es_AR.java,
+         gnu/java/locale/LocaleInformation_es_BO.java,
+         gnu/java/locale/LocaleInformation_es_CL.java,
+         gnu/java/locale/LocaleInformation_es_CO.java,
+         gnu/java/locale/LocaleInformation_es_CR.java,
+         gnu/java/locale/LocaleInformation_es_DO.java,
+         gnu/java/locale/LocaleInformation_es_EC.java,
+         gnu/java/locale/LocaleInformation_es_ES.java,
+         gnu/java/locale/LocaleInformation_es_GT.java,
+         gnu/java/locale/LocaleInformation_es_HN.java,
+         gnu/java/locale/LocaleInformation_es_MX.java,
+         gnu/java/locale/LocaleInformation_es_NI.java,
+         gnu/java/locale/LocaleInformation_es_PA.java,
+         gnu/java/locale/LocaleInformation_es_PE.java,
+         gnu/java/locale/LocaleInformation_es_PR.java,
+         gnu/java/locale/LocaleInformation_es_PY.java,
+         gnu/java/locale/LocaleInformation_es_SV.java,
+         gnu/java/locale/LocaleInformation_es_US.java,
+         gnu/java/locale/LocaleInformation_es_UY.java,
+         gnu/java/locale/LocaleInformation_es_VE.java,
+         gnu/java/locale/LocaleInformation_et.java,
+         gnu/java/locale/LocaleInformation_et_EE.java,
+         gnu/java/locale/LocaleInformation_eu.java,
+         gnu/java/locale/LocaleInformation_eu_ES.java,
+         gnu/java/locale/LocaleInformation_fa.java,
+         gnu/java/locale/LocaleInformation_fa_AF.java,
+         gnu/java/locale/LocaleInformation_fa_IR.java,
+         gnu/java/locale/LocaleInformation_fi.java,
+         gnu/java/locale/LocaleInformation_fi_FI.java,
+         gnu/java/locale/LocaleInformation_fo.java,
+         gnu/java/locale/LocaleInformation_fo_FO.java,
+         gnu/java/locale/LocaleInformation_fr.java,
+         gnu/java/locale/LocaleInformation_fr_BE.java,
+         gnu/java/locale/LocaleInformation_fr_CA.java,
+         gnu/java/locale/LocaleInformation_fr_CH.java,
+         gnu/java/locale/LocaleInformation_fr_LU.java,
+         gnu/java/locale/LocaleInformation_ga.java,
+         gnu/java/locale/LocaleInformation_ga_IE.java,
+         gnu/java/locale/LocaleInformation_gl.java,
+         gnu/java/locale/LocaleInformation_gl_ES.java,
+         gnu/java/locale/LocaleInformation_gu.java,
+         gnu/java/locale/LocaleInformation_gu_IN.java,
+         gnu/java/locale/LocaleInformation_gv.java,
+         gnu/java/locale/LocaleInformation_gv_GB.java,
+         gnu/java/locale/LocaleInformation_he.java,
+         gnu/java/locale/LocaleInformation_he_IL.java,
+         gnu/java/locale/LocaleInformation_hi.java,
+         gnu/java/locale/LocaleInformation_hi_IN.java,
+         gnu/java/locale/LocaleInformation_hr.java,
+         gnu/java/locale/LocaleInformation_hu.java,
+         gnu/java/locale/LocaleInformation_hu_HU.java,
+         gnu/java/locale/LocaleInformation_hy.java,
+         gnu/java/locale/LocaleInformation_hy_AM.java,
+         gnu/java/locale/LocaleInformation_hy_AM_REVISED.java,
+         gnu/java/locale/LocaleInformation_id.java,
+         gnu/java/locale/LocaleInformation_id_ID.java,
+         gnu/java/locale/LocaleInformation_is.java,
+         gnu/java/locale/LocaleInformation_is_IS.java,
+         gnu/java/locale/LocaleInformation_it.java,
+         gnu/java/locale/LocaleInformation_it_CH.java,
+         gnu/java/locale/LocaleInformation_it_IT.java,
+         gnu/java/locale/LocaleInformation_iu.java,
+         gnu/java/locale/LocaleInformation_ja.java,
+         gnu/java/locale/LocaleInformation_ja_JP.java,
+         gnu/java/locale/LocaleInformation_ka.java,
+         gnu/java/locale/LocaleInformation_kk.java,
+         gnu/java/locale/LocaleInformation_kk_KZ.java,
+         gnu/java/locale/LocaleInformation_kl.java,
+         gnu/java/locale/LocaleInformation_kl_GL.java,
+         gnu/java/locale/LocaleInformation_km.java,
+         gnu/java/locale/LocaleInformation_km_KH.java,
+         gnu/java/locale/LocaleInformation_kn.java,
+         gnu/java/locale/LocaleInformation_kn_IN.java,
+         gnu/java/locale/LocaleInformation_ko.java,
+         gnu/java/locale/LocaleInformation_ko_KR.java,
+         gnu/java/locale/LocaleInformation_kw.java,
+         gnu/java/locale/LocaleInformation_kw_GB.java,
+         gnu/java/locale/LocaleInformation_ky.java,
+         gnu/java/locale/LocaleInformation_lo.java,
+         gnu/java/locale/LocaleInformation_lo_LA.java,
+         gnu/java/locale/LocaleInformation_lt.java,
+         gnu/java/locale/LocaleInformation_lt_LT.java,
+         gnu/java/locale/LocaleInformation_lv.java,
+         gnu/java/locale/LocaleInformation_lv_LV.java,
+         gnu/java/locale/LocaleInformation_mk.java,
+         gnu/java/locale/LocaleInformation_ml.java,
+         gnu/java/locale/LocaleInformation_ml_IN.java,
+         gnu/java/locale/LocaleInformation_mn.java,
+         gnu/java/locale/LocaleInformation_mn_MN.java,
+         gnu/java/locale/LocaleInformation_mr.java,
+         gnu/java/locale/LocaleInformation_mr_IN.java,
+         gnu/java/locale/LocaleInformation_ms.java,
+         gnu/java/locale/LocaleInformation_ms_BN.java,
+         gnu/java/locale/LocaleInformation_ms_MY.java,
+         gnu/java/locale/LocaleInformation_mt.java,
+         gnu/java/locale/LocaleInformation_mt_MT.java,
+         gnu/java/locale/LocaleInformation_nb.java,
+         gnu/java/locale/LocaleInformation_nb_NO.java,
+         gnu/java/locale/LocaleInformation_nl.java,
+         gnu/java/locale/LocaleInformation_nl_BE.java,
+         gnu/java/locale/LocaleInformation_nl_NL.java,
+         gnu/java/locale/LocaleInformation_nn.java,
+         gnu/java/locale/LocaleInformation_nn_NO.java,
+         gnu/java/locale/LocaleInformation_om.java,
+         gnu/java/locale/LocaleInformation_om_ET.java,
+         gnu/java/locale/LocaleInformation_om_KE.java,
+         gnu/java/locale/LocaleInformation_or.java,
+         gnu/java/locale/LocaleInformation_or_IN.java,
+         gnu/java/locale/LocaleInformation_pa.java,
+         gnu/java/locale/LocaleInformation_pa_IN.java,
+         gnu/java/locale/LocaleInformation_pl.java,
+         gnu/java/locale/LocaleInformation_pl_PL.java,
+         gnu/java/locale/LocaleInformation_ps.java,
+         gnu/java/locale/LocaleInformation_ps_AF.java,
+         gnu/java/locale/LocaleInformation_pt.java,
+         gnu/java/locale/LocaleInformation_pt_BR.java,
+         gnu/java/locale/LocaleInformation_pt_PT.java,
+         gnu/java/locale/LocaleInformation_ro.java,
+         gnu/java/locale/LocaleInformation_ro_RO.java,
+         gnu/java/locale/LocaleInformation_ru.java,
+         gnu/java/locale/LocaleInformation_ru_RU.java,
+         gnu/java/locale/LocaleInformation_ru_UA.java,
+         gnu/java/locale/LocaleInformation_sa.java,
+         gnu/java/locale/LocaleInformation_sa_IN.java,
+         gnu/java/locale/LocaleInformation_sk.java,
+         gnu/java/locale/LocaleInformation_sk_SK.java,
+         gnu/java/locale/LocaleInformation_sl.java,
+         gnu/java/locale/LocaleInformation_so.java,
+         gnu/java/locale/LocaleInformation_so_DJ.java,
+         gnu/java/locale/LocaleInformation_so_ET.java,
+         gnu/java/locale/LocaleInformation_so_KE.java,
+         gnu/java/locale/LocaleInformation_so_SO.java,
+         gnu/java/locale/LocaleInformation_sq.java,
+         gnu/java/locale/LocaleInformation_sq_AL.java,
+         gnu/java/locale/LocaleInformation_sr.java,
+         gnu/java/locale/LocaleInformation_sr_Latn.java,
+         gnu/java/locale/LocaleInformation_sv.java,
+         gnu/java/locale/LocaleInformation_sv_FI.java,
+         gnu/java/locale/LocaleInformation_sv_SE.java,
+         gnu/java/locale/LocaleInformation_sw.java,
+         gnu/java/locale/LocaleInformation_sw_KE.java,
+         gnu/java/locale/LocaleInformation_sw_TZ.java,
+         gnu/java/locale/LocaleInformation_ta.java,
+         gnu/java/locale/LocaleInformation_ta_IN.java,
+         gnu/java/locale/LocaleInformation_te.java,
+         gnu/java/locale/LocaleInformation_te_IN.java,
+         gnu/java/locale/LocaleInformation_th.java,
+         gnu/java/locale/LocaleInformation_th_TH.java,
+         gnu/java/locale/LocaleInformation_ti.java,
+         gnu/java/locale/LocaleInformation_ti_ER.java,
+         gnu/java/locale/LocaleInformation_ti_ET.java,
+         gnu/java/locale/LocaleInformation_tr.java,
+         gnu/java/locale/LocaleInformation_tr_TR.java,
+         gnu/java/locale/LocaleInformation_tt.java,
+         gnu/java/locale/LocaleInformation_tt_RU.java,
+         gnu/java/locale/LocaleInformation_uk.java,
+         gnu/java/locale/LocaleInformation_uk_UA.java,
+         gnu/java/locale/LocaleInformation_ur.java,
+         gnu/java/locale/LocaleInformation_uz.java,
+         gnu/java/locale/LocaleInformation_uz_AF.java,
+         gnu/java/locale/LocaleInformation_vi.java,
+         gnu/java/locale/LocaleInformation_zh.java,
+         gnu/java/locale/LocaleInformation_zh_CN_Hans.java,
+         gnu/java/locale/LocaleInformation_zh_HK_Hant.java,
+         gnu/java/locale/LocaleInformation_zh_Hant.java,
+         gnu/java/locale/LocaleInformation_zh_MO_Hant.java,
+         gnu/java/locale/LocaleInformation_zh_SG_Hans.java,
+         gnu/java/locale/LocaleInformation_zh_TW_Hant.java,
+         gnu/java/locale/package.html, gnu/java/math/package.html,
+         gnu/java/net/CRLFInputStream.java,
+         gnu/java/net/EmptyX509TrustManager.java,
+         gnu/java/net/HeaderFieldHelper.java,
+         gnu/java/net/LineInputStream.java,
+         gnu/java/net/PlainSocketImpl.java,
+         gnu/java/net/URLParseError.java, gnu/java/net/package.html,
+         gnu/java/net/protocol/file/Connection.java,
+         gnu/java/net/protocol/file/Handler.java,
+         gnu/java/net/protocol/file/package.html,
+         gnu/java/net/protocol/ftp/ActiveModeDTP.java,
+         gnu/java/net/protocol/ftp/BlockInputStream.java,
+         gnu/java/net/protocol/ftp/CompressedInputStream.java,
+         gnu/java/net/protocol/ftp/DTP.java,
+         gnu/java/net/protocol/ftp/DTPInputStream.java,
+         gnu/java/net/protocol/ftp/FTPConnection.java,
+         gnu/java/net/protocol/ftp/FTPURLConnection.java,
+         gnu/java/net/protocol/ftp/PassiveModeDTP.java,
+         gnu/java/net/protocol/ftp/StreamInputStream.java,
+         gnu/java/net/protocol/http/ChunkedInputStream.java,
+         gnu/java/net/protocol/http/HTTPConnection.java,
+         gnu/java/net/protocol/http/HTTPURLConnection.java,
+         gnu/java/net/protocol/http/Headers.java,
+         gnu/java/net/protocol/http/Request.java,
+         gnu/java/net/protocol/http/event/package.html,
+         gnu/java/net/protocol/https/Handler.java,
+         gnu/java/net/protocol/jar/Connection.java,
+         gnu/java/net/protocol/jar/Handler.java,
+         gnu/java/net/protocol/jar/package.html,
+         gnu/java/nio/ChannelInputStream.java,
+         gnu/java/nio/ChannelOutputStream.java,
+         gnu/java/nio/InputStreamChannel.java,
+         gnu/java/nio/OutputStreamChannel.java,
+         gnu/java/nio/SelectorProviderImpl.java,
+         gnu/java/nio/package.html,
+         gnu/java/nio/channels/FileChannelImpl.java,
+         gnu/java/nio/channels/package.html,
+         gnu/java/nio/charset/ByteCharset.java,
+         gnu/java/nio/charset/Cp424.java, gnu/java/nio/charset/Cp437.java,
+         gnu/java/nio/charset/Cp737.java, gnu/java/nio/charset/Cp775.java,
+         gnu/java/nio/charset/Cp850.java, gnu/java/nio/charset/Cp852.java,
+         gnu/java/nio/charset/Cp855.java, gnu/java/nio/charset/Cp857.java,
+         gnu/java/nio/charset/Cp860.java, gnu/java/nio/charset/Cp861.java,
+         gnu/java/nio/charset/Cp862.java, gnu/java/nio/charset/Cp863.java,
+         gnu/java/nio/charset/Cp864.java, gnu/java/nio/charset/Cp865.java,
+         gnu/java/nio/charset/Cp866.java, gnu/java/nio/charset/Cp869.java,
+         gnu/java/nio/charset/Cp874.java,
+         gnu/java/nio/charset/EncodingHelper.java,
+         gnu/java/nio/charset/ISO_8859_13.java,
+         gnu/java/nio/charset/ISO_8859_15.java,
+         gnu/java/nio/charset/ISO_8859_2.java,
+         gnu/java/nio/charset/ISO_8859_3.java,
+         gnu/java/nio/charset/ISO_8859_4.java,
+         gnu/java/nio/charset/ISO_8859_5.java,
+         gnu/java/nio/charset/ISO_8859_6.java,
+         gnu/java/nio/charset/ISO_8859_7.java,
+         gnu/java/nio/charset/ISO_8859_8.java,
+         gnu/java/nio/charset/ISO_8859_9.java,
+         gnu/java/nio/charset/KOI_8.java, gnu/java/nio/charset/MS874.java,
+         gnu/java/nio/charset/MacCentralEurope.java,
+         gnu/java/nio/charset/MacCroatian.java,
+         gnu/java/nio/charset/MacCyrillic.java,
+         gnu/java/nio/charset/MacDingbat.java,
+         gnu/java/nio/charset/MacGreek.java,
+         gnu/java/nio/charset/MacIceland.java,
+         gnu/java/nio/charset/MacRoman.java,
+         gnu/java/nio/charset/MacRomania.java,
+         gnu/java/nio/charset/MacSymbol.java,
+         gnu/java/nio/charset/MacThai.java,
+         gnu/java/nio/charset/MacTurkish.java,
+         gnu/java/nio/charset/Provider.java,
+         gnu/java/nio/charset/UTF_16.java,
+         gnu/java/nio/charset/UTF_16BE.java,
+         gnu/java/nio/charset/UTF_16Decoder.java,
+         gnu/java/nio/charset/UTF_16Encoder.java,
+         gnu/java/nio/charset/UTF_16LE.java,
+         gnu/java/nio/charset/UTF_8.java,
+         gnu/java/nio/charset/UnicodeLittle.java,
+         gnu/java/nio/charset/Windows1250.java,
+         gnu/java/nio/charset/Windows1251.java,
+         gnu/java/nio/charset/Windows1252.java,
+         gnu/java/nio/charset/Windows1253.java,
+         gnu/java/nio/charset/Windows1254.java,
+         gnu/java/nio/charset/Windows1255.java,
+         gnu/java/nio/charset/Windows1256.java,
+         gnu/java/nio/charset/Windows1257.java,
+         gnu/java/nio/charset/Windows1258.java,
+         gnu/java/nio/charset/package.html,
+         gnu/java/nio/charset/iconv/IconvCharset.java,
+         gnu/java/nio/charset/iconv/IconvDecoder.java,
+         gnu/java/nio/charset/iconv/IconvEncoder.java,
+         gnu/java/nio/charset/iconv/IconvMetaData.java,
+         gnu/java/nio/charset/iconv/IconvProvider.java,
+         gnu/java/rmi/RMIMarshalledObjectInputStream.java,
+         gnu/java/rmi/RMIMarshalledObjectOutputStream.java,
+         gnu/java/rmi/package.html, gnu/java/rmi/dgc/DGCImpl.java,
+         gnu/java/rmi/dgc/package.html,
+         gnu/java/rmi/registry/RegistryImpl.java,
+         gnu/java/rmi/registry/package.html,
+         gnu/java/rmi/server/ProtocolConstants.java,
+         gnu/java/rmi/server/RMIDefaultSocketFactory.java,
+         gnu/java/rmi/server/RMIIncomingThread.java,
+         gnu/java/rmi/server/RMIObjectInputStream.java,
+         gnu/java/rmi/server/RMIObjectOutputStream.java,
+         gnu/java/rmi/server/RMIVoidValue.java,
+         gnu/java/rmi/server/UnicastConnectionManager.java,
+         gnu/java/rmi/server/UnicastRef.java,
+         gnu/java/rmi/server/UnicastRemoteCall.java,
+         gnu/java/rmi/server/UnicastRemoteStub.java,
+         gnu/java/rmi/server/UnicastServerRef.java,
+         gnu/java/rmi/server/package.html, gnu/java/security/OID.java,
+         gnu/java/security/package.html,
+         gnu/java/security/action/package.html,
+         gnu/java/security/ber/package.html,
+         gnu/java/security/der/DERReader.java,
+         gnu/java/security/der/DERValue.java,
+         gnu/java/security/der/package.html,
+         gnu/java/security/pkcs/package.html,
+         gnu/java/security/provider/CollectionCertStoreImpl.java,
+         gnu/java/security/provider/DSAParameterGenerator.java,
+         gnu/java/security/provider/DefaultPolicy.java,
+         gnu/java/security/provider/EncodedKeyFactory.java,
+         gnu/java/security/provider/GnuDHPublicKey.java,
+         gnu/java/security/provider/GnuDSAPrivateKey.java,
+         gnu/java/security/provider/GnuDSAPublicKey.java,
+         gnu/java/security/provider/GnuRSAPrivateKey.java,
+         gnu/java/security/provider/GnuRSAPublicKey.java,
+         gnu/java/security/provider/PKIXCertPathValidatorImpl.java,
+         gnu/java/security/provider/RSA.java,
+         gnu/java/security/provider/SHA1PRNG.java,
+         gnu/java/security/provider/SHA1withRSA.java,
+         gnu/java/security/provider/X509CertificateFactory.java,
+         gnu/java/security/provider/package.html,
+         gnu/java/security/util/package.html,
+         gnu/java/security/x509/GnuPKIExtension.java,
+         gnu/java/security/x509/X500DistinguishedName.java,
+         gnu/java/security/x509/X509CRL.java,
+         gnu/java/security/x509/X509CRLEntry.java,
+         gnu/java/security/x509/X509CertPath.java,
+         gnu/java/security/x509/X509CertSelectorImpl.java,
+         gnu/java/security/x509/X509Certificate.java,
+         gnu/java/security/x509/package.html,
+         gnu/java/security/x509/ext/AuthorityKeyIdentifier.java,
+         gnu/java/security/x509/ext/BasicConstraints.java,
+         gnu/java/security/x509/ext/CRLNumber.java,
+         gnu/java/security/x509/ext/CertificatePolicies.java,
+         gnu/java/security/x509/ext/ExtendedKeyUsage.java,
+         gnu/java/security/x509/ext/Extension.java,
+         gnu/java/security/x509/ext/GeneralNames.java,
+         gnu/java/security/x509/ext/IssuerAlternativeNames.java,
+         gnu/java/security/x509/ext/KeyUsage.java,
+         gnu/java/security/x509/ext/PolicyConstraint.java,
+         gnu/java/security/x509/ext/PolicyMappings.java,
+         gnu/java/security/x509/ext/PrivateKeyUsagePeriod.java,
+         gnu/java/security/x509/ext/ReasonCode.java,
+         gnu/java/security/x509/ext/SubjectAlternativeNames.java,
+         gnu/java/security/x509/ext/SubjectKeyIdentifier.java,
+         gnu/java/security/x509/ext/package.html,
+         gnu/java/text/package.html, gnu/java/util/package.html,
+         gnu/java/util/prefs/package.html,
+         gnu/javax/swing/text/html/package.html,
+         gnu/javax/swing/text/html/parser/HTML_401F.java,
+         gnu/javax/swing/text/html/parser/gnuDTD.java,
+         gnu/javax/swing/text/html/parser/htmlAttributeSet.java,
+         gnu/javax/swing/text/html/parser/htmlValidator.java,
+         gnu/javax/swing/text/html/parser/package.html,
+         gnu/javax/swing/text/html/parser/models/PCDATAonly_model.java,
+         gnu/javax/swing/text/html/parser/models/TableRowContentModel.java,
+         gnu/javax/swing/text/html/parser/models/list.java,
+         gnu/javax/swing/text/html/parser/models/noTagModel.java,
+         gnu/javax/swing/text/html/parser/models/node.java,
+         gnu/javax/swing/text/html/parser/models/package.html,
+         gnu/javax/swing/text/html/parser/models/transformer.java,
+         gnu/javax/swing/text/html/parser/support/Parser.java,
+         gnu/javax/swing/text/html/parser/support/gnuStringIntMapper.java,
+         gnu/javax/swing/text/html/parser/support/package.html,
+         gnu/javax/swing/text/html/parser/support/parameterDefaulter.java,
+         gnu/javax/swing/text/html/parser/support/textPreProcessor.java,
+         gnu/javax/swing/text/html/parser/support/low/Buffer.java,
+         gnu/javax/swing/text/html/parser/support/low/Constants.java,
+         gnu/javax/swing/text/html/parser/support/low/Location.java,
+         gnu/javax/swing/text/html/parser/support/low/ParseException.java,
+         gnu/javax/swing/text/html/parser/support/low/Queue.java,
+         gnu/javax/swing/text/html/parser/support/low/ReaderTokenizer.java,
+         gnu/javax/swing/text/html/parser/support/low/Token.java,
+         gnu/javax/swing/text/html/parser/support/low/node.java,
+         gnu/javax/swing/text/html/parser/support/low/package.html,
+         gnu/javax/swing/text/html/parser/support/low/pattern.java,
+         gnu/xml/aelfred2/JAXPFactory.java,
+         gnu/xml/aelfred2/SAXDriver.java, gnu/xml/aelfred2/XmlParser.java,
+         gnu/xml/aelfred2/XmlReader.java, gnu/xml/dom/DomImpl.java,
+         gnu/xml/dom/DomNode.java,
+         gnu/xml/dom/html2/DomHTMLAnchorElement.java,
+         gnu/xml/dom/html2/DomHTMLAppletElement.java,
+         gnu/xml/dom/html2/DomHTMLAreaElement.java,
+         gnu/xml/dom/html2/DomHTMLBRElement.java,
+         gnu/xml/dom/html2/DomHTMLBaseElement.java,
+         gnu/xml/dom/html2/DomHTMLBaseFontElement.java,
+         gnu/xml/dom/html2/DomHTMLBodyElement.java,
+         gnu/xml/dom/html2/DomHTMLButtonElement.java,
+         gnu/xml/dom/html2/DomHTMLCollection.java,
+         gnu/xml/dom/html2/DomHTMLDListElement.java,
+         gnu/xml/dom/html2/DomHTMLDirectoryElement.java,
+         gnu/xml/dom/html2/DomHTMLDivElement.java,
+         gnu/xml/dom/html2/DomHTMLDocument.java,
+         gnu/xml/dom/html2/DomHTMLElement.java,
+         gnu/xml/dom/html2/DomHTMLFieldSetElement.java,
+         gnu/xml/dom/html2/DomHTMLFontElement.java,
+         gnu/xml/dom/html2/DomHTMLFormElement.java,
+         gnu/xml/dom/html2/DomHTMLFrameElement.java,
+         gnu/xml/dom/html2/DomHTMLFrameSetElement.java,
+         gnu/xml/dom/html2/DomHTMLHRElement.java,
+         gnu/xml/dom/html2/DomHTMLHeadElement.java,
+         gnu/xml/dom/html2/DomHTMLHeadingElement.java,
+         gnu/xml/dom/html2/DomHTMLHtmlElement.java,
+         gnu/xml/dom/html2/DomHTMLIFrameElement.java,
+         gnu/xml/dom/html2/DomHTMLImageElement.java,
+         gnu/xml/dom/html2/DomHTMLImpl.java,
+         gnu/xml/dom/html2/DomHTMLInputElement.java,
+         gnu/xml/dom/html2/DomHTMLIsIndexElement.java,
+         gnu/xml/dom/html2/DomHTMLLIElement.java,
+         gnu/xml/dom/html2/DomHTMLLabelElement.java,
+         gnu/xml/dom/html2/DomHTMLLegendElement.java,
+         gnu/xml/dom/html2/DomHTMLLinkElement.java,
+         gnu/xml/dom/html2/DomHTMLMapElement.java,
+         gnu/xml/dom/html2/DomHTMLMenuElement.java,
+         gnu/xml/dom/html2/DomHTMLMetaElement.java,
+         gnu/xml/dom/html2/DomHTMLModElement.java,
+         gnu/xml/dom/html2/DomHTMLOListElement.java,
+         gnu/xml/dom/html2/DomHTMLObjectElement.java,
+         gnu/xml/dom/html2/DomHTMLOptGroupElement.java,
+         gnu/xml/dom/html2/DomHTMLOptionElement.java,
+         gnu/xml/dom/html2/DomHTMLParagraphElement.java,
+         gnu/xml/dom/html2/DomHTMLParamElement.java,
+         gnu/xml/dom/html2/DomHTMLParser.java,
+         gnu/xml/dom/html2/DomHTMLPreElement.java,
+         gnu/xml/dom/html2/DomHTMLQuoteElement.java,
+         gnu/xml/dom/html2/DomHTMLScriptElement.java,
+         gnu/xml/dom/html2/DomHTMLSelectElement.java,
+         gnu/xml/dom/html2/DomHTMLStyleElement.java,
+         gnu/xml/dom/html2/DomHTMLTableCaptionElement.java,
+         gnu/xml/dom/html2/DomHTMLTableCellElement.java,
+         gnu/xml/dom/html2/DomHTMLTableColElement.java,
+         gnu/xml/dom/html2/DomHTMLTableElement.java,
+         gnu/xml/dom/html2/DomHTMLTableRowElement.java,
+         gnu/xml/dom/html2/DomHTMLTableSectionElement.java,
+         gnu/xml/dom/html2/DomHTMLTextAreaElement.java,
+         gnu/xml/dom/html2/DomHTMLTitleElement.java,
+         gnu/xml/dom/html2/DomHTMLUListElement.java,
+         gnu/xml/dom/ls/SAXEventSink.java, include/Makefile.am,
+         include/gnu_java_nio_charset_iconv_IconvDecoder.h,
+         include/gnu_java_nio_charset_iconv_IconvEncoder.h,
+         include/java_io_ObjectInputStream.h,
+         include/java_io_VMObjectInputStream.h,
+         include/java_lang_Double.h, include/java_lang_Object.h,
+         include/java_lang_VMDouble.h, include/java_net_InetAddress.h,
+         include/java_net_NetworkInterface.h,
+         include/java_net_VMInetAddress.h,
+         include/java_net_VMNetworkInterface.h, include/jni.h,
+         include/jni_md-alpha.h, include/jni_md-i386.h,
+         include/jni_md-mips.h, include/jni_md-powerpc.h,
+         include/jni_md-x86_64.h, java/awt/AWTEvent.java,
+         java/awt/AWTKeyStroke.java, java/awt/BorderLayout.java,
+         java/awt/Button.java, java/awt/Checkbox.java,
+         java/awt/Choice.java, java/awt/Component.java,
+         java/awt/Font.java, java/awt/FontMetrics.java,
+         java/awt/Frame.java, java/awt/GraphicsDevice.java,
+         java/awt/GraphicsEnvironment.java, java/awt/MediaTracker.java,
+         java/awt/MenuComponent.java, java/awt/MenuItem.java,
+         java/awt/Robot.java, java/awt/TextComponent.java,
+         java/awt/Transparency.java, java/awt/Window.java,
+         java/awt/geom/Arc2D.java, java/awt/geom/Area.java,
+         java/awt/geom/CubicCurve2D.java, java/awt/geom/GeneralPath.java,
+         java/awt/geom/QuadCurve2D.java, java/awt/image/ConvolveOp.java,
+         java/awt/image/IndexColorModel.java,
+         java/awt/image/PixelGrabber.java, java/awt/image/RasterOp.java,
+         java/awt/print/PrinterJob.java, java/beans/EventHandler.java,
+         java/beans/FeatureDescriptor.java, java/beans/Introspector.java,
+         java/beans/beancontext/BeanContextServicesSupport.java,
+         java/beans/beancontext/BeanContextSupport.java,
+         java/io/DataInputStream.java, java/io/DataOutputStream.java,
+         java/io/FileInputStream.java, java/io/FileOutputStream.java,
+         java/io/FilePermission.java, java/io/InputStreamReader.java,
+         java/io/ObjectInputStream.java, java/io/OutputStreamWriter.java,
+         java/io/PipedInputStream.java, java/io/PrintStream.java,
+         java/io/RandomAccessFile.java, java/lang/AssertionError.java,
+         java/lang/Class.java, java/lang/ClassLoader.java,
+         java/lang/Double.java, java/lang/Float.java,
+         java/lang/InheritableThreadLocal.java, java/lang/Object.java,
+         java/lang/Runtime.java, java/lang/String.java,
+         java/lang/System.java, java/lang/Thread.java,
+         java/lang/ThreadLocal.java, java/lang/annotation/package.html,
+         java/net/Inet4Address.java, java/net/Inet6Address.java,
+         java/net/InetAddress.java, java/net/NetworkInterface.java,
+         java/net/ServerSocket.java, java/net/URI.java, java/net/URL.java,
+         java/net/URLClassLoader.java, java/nio/ByteBufferImpl.java,
+         java/nio/CharBufferImpl.java, java/nio/charset/Charset.java,
+         java/nio/charset/CharsetDecoder.java,
+         java/nio/charset/CharsetEncoder.java, java/rmi/Naming.java,
+         java/rmi/server/RemoteObject.java,
+         java/security/AccessControlContext.java,
+         java/security/Security.java, java/text/DecimalFormat.java,
+         java/text/DecimalFormatSymbols.java,
+         java/text/SimpleDateFormat.java, java/util/Calendar.java,
+         java/util/Currency.java, java/util/GregorianCalendar.java,
+         java/util/LocaleData.java, java/util/zip/GZIPInputStream.java,
+         javax/imageio/ImageIO.java, javax/imageio/spi/IIORegistry.java,
+         javax/swing/BoxLayout.java, javax/swing/CellRendererPane.java,
+         javax/swing/ImageIcon.java, javax/swing/JColorChooser.java,
+         javax/swing/JComboBox.java, javax/swing/JComponent.java,
+         javax/swing/JFormattedTextField.java, javax/swing/JList.java,
+         javax/swing/JMenu.java, javax/swing/JRootPane.java,
+         javax/swing/JTextArea.java, javax/swing/JToggleButton.java,
+         javax/swing/JToolBar.java, javax/swing/RepaintManager.java,
+         javax/swing/Timer.java, javax/swing/ToolTipManager.java,
+         javax/swing/TransferHandler.java, javax/swing/UIDefaults.java,
+         javax/swing/UIManager.java,
+         javax/swing/colorchooser/DefaultHSBChooserPanel.java,
+         javax/swing/colorchooser/DefaultRGBChooserPanel.java,
+         javax/swing/colorchooser/DefaultSwatchChooserPanel.java,
+         javax/swing/plaf/basic/BasicArrowButton.java,
+         javax/swing/plaf/basic/BasicButtonListener.java,
+         javax/swing/plaf/basic/BasicButtonUI.java,
+         javax/swing/plaf/basic/BasicColorChooserUI.java,
+         javax/swing/plaf/basic/BasicComboBoxUI.java,
+         javax/swing/plaf/basic/BasicDesktopIconUI.java,
+         javax/swing/plaf/basic/BasicGraphicsUtils.java,
+         javax/swing/plaf/basic/BasicInternalFrameTitlePane.java,
+         javax/swing/plaf/basic/BasicListUI.java,
+         javax/swing/plaf/basic/BasicLookAndFeel.java,
+         javax/swing/plaf/basic/BasicMenuBarUI.java,
+         javax/swing/plaf/basic/BasicMenuItemUI.java,
+         javax/swing/plaf/basic/BasicMenuUI.java,
+         javax/swing/plaf/basic/BasicOptionPaneUI.java,
+         javax/swing/plaf/basic/BasicPopupMenuUI.java,
+         javax/swing/plaf/basic/BasicScrollBarUI.java,
+         javax/swing/plaf/basic/BasicScrollPaneUI.java,
+         javax/swing/plaf/basic/BasicSliderUI.java,
+         javax/swing/plaf/basic/BasicSplitPaneDivider.java,
+         javax/swing/plaf/basic/BasicTabbedPaneUI.java,
+         javax/swing/plaf/basic/BasicToggleButtonUI.java,
+         javax/swing/plaf/basic/BasicToolBarUI.java,
+         javax/swing/plaf/metal/MetalBorders.java,
+         javax/swing/plaf/metal/MetalButtonUI.java,
+         javax/swing/plaf/metal/MetalCheckBoxUI.java,
+         javax/swing/plaf/metal/MetalComboBoxUI.java,
+         javax/swing/plaf/metal/MetalDesktopIconUI.java,
+         javax/swing/plaf/metal/MetalInternalFrameUI.java,
+         javax/swing/plaf/metal/MetalLabelUI.java,
+         javax/swing/plaf/metal/MetalLookAndFeel.java,
+         javax/swing/plaf/metal/MetalPopupMenuSeparatorUI.java,
+         javax/swing/plaf/metal/MetalProgressBarUI.java,
+         javax/swing/plaf/metal/MetalRadioButtonUI.java,
+         javax/swing/plaf/metal/MetalRootPaneUI.java,
+         javax/swing/plaf/metal/MetalScrollBarUI.java,
+         javax/swing/plaf/metal/MetalScrollPaneUI.java,
+         javax/swing/plaf/metal/MetalSeparatorUI.java,
+         javax/swing/plaf/metal/MetalSliderUI.java,
+         javax/swing/plaf/metal/MetalSplitPaneUI.java,
+         javax/swing/plaf/metal/MetalTabbedPaneUI.java,
+         javax/swing/plaf/metal/MetalTextFieldUI.java,
+         javax/swing/plaf/metal/MetalToggleButtonUI.java,
+         javax/swing/plaf/metal/MetalToolBarUI.java,
+         javax/swing/plaf/metal/MetalToolTipUI.java,
+         javax/swing/plaf/metal/MetalTreeUI.java,
+         javax/swing/text/AbstractDocument.java,
+         javax/swing/text/ChangedCharSetException.java,
+         javax/swing/text/DefaultEditorKit.java,
+         javax/swing/text/Document.java, javax/swing/text/GapContent.java,
+         javax/swing/text/JTextComponent.java,
+         javax/swing/text/SimpleAttributeSet.java,
+         javax/swing/text/StringContent.java,
+         javax/swing/text/StyleConstants.java,
+         javax/swing/text/StyleContext.java,
+         javax/swing/text/html/HTML.java,
+         javax/swing/text/html/HTMLDocument.java,
+         javax/swing/text/html/HTMLEditorKit.java,
+         javax/swing/text/html/HTMLFrameHyperlinkEvent.java,
+         javax/swing/text/html/package.html,
+         javax/swing/text/html/parser/AttributeList.java,
+         javax/swing/text/html/parser/ContentModel.java,
+         javax/swing/text/html/parser/DTD.java,
+         javax/swing/text/html/parser/DTDConstants.java,
+         javax/swing/text/html/parser/DocumentParser.java,
+         javax/swing/text/html/parser/Element.java,
+         javax/swing/text/html/parser/Entity.java,
+         javax/swing/text/html/parser/Parser.java,
+         javax/swing/text/html/parser/ParserDelegator.java,
+         javax/swing/text/html/parser/TagElement.java,
+         javax/swing/text/html/parser/package.html,
+         javax/swing/text/rtf/ControlWordToken.java,
+         javax/swing/text/rtf/RTFEditorKit.java,
+         javax/swing/text/rtf/RTFParseException.java,
+         javax/swing/text/rtf/RTFParser.java,
+         javax/swing/text/rtf/RTFScanner.java,
+         javax/swing/text/rtf/TextToken.java,
+         javax/swing/text/rtf/Token.java,
+         javax/swing/tree/DefaultTreeSelectionModel.java, m4/accross.m4,
+         m4/acinclude.m4, m4/iconv.m4, m4/lib-ld.m4, m4/lib-link.m4,
+         m4/lib-prefix.m4, m4/pkg.m4, native/fdlibm/dtoa.c,
+         native/fdlibm/e_asin.c, native/fdlibm/e_exp.c,
+         native/fdlibm/e_rem_pio2.c, native/fdlibm/ieeefp.h,
+         native/fdlibm/strtod.c, native/jni/Makefile.am,
+         native/jni/classpath/jcl.h,
+         native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkPixbufDecoder.c,
+         native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c,
+         native/jni/java-io/Makefile.am,
+         native/jni/java-io/java_io_ObjectInputStream.c,
+         native/jni/java-io/java_io_VMFile.c,
+         native/jni/java-io/java_io_VMObjectInputStream.c,
+         native/jni/java-io/java_io_VMObjectStreamClass.c,
+         native/jni/java-io/javaio.c, native/jni/java-lang/Makefile.am,
+         native/jni/java-lang/java_lang_Double.c,
+         native/jni/java-lang/java_lang_Math.c,
+         native/jni/java-lang/java_lang_Object.c,
+         native/jni/java-lang/java_lang_VMDouble.c,
+         native/jni/java-lang/java_lang_VMFloat.c,
+         native/jni/java-lang/java_lang_VMProcess.c,
+         native/jni/java-lang/java_lang_VMSystem.c,
+         native/jni/java-lang/java_lang_reflect_Array.c,
+         native/jni/java-net/Makefile.am,
+         native/jni/java-net/gnu_java_net_PlainDatagramSocketImpl.c,
+         native/jni/java-net/gnu_java_net_PlainSocketImpl.c,
+         native/jni/java-net/java_net_InetAddress.c,
+         native/jni/java-net/java_net_NetworkInterface.c,
+         native/jni/java-net/java_net_VMInetAddress.c,
+         native/jni/java-net/java_net_VMNetworkInterface.c,
+         native/jni/java-net/javanet.c, native/jni/java-nio/Makefile.am,
+         native/jni/java-nio/gnu_java_nio_VMPipe.c,
+         native/jni/java-nio/gnu_java_nio_VMSelector.c,
+         native/jni/java-nio/gnu_java_nio_channels_FileChannelImpl.c,
+         native/jni/java-nio/gnu_java_nio_charset_iconv_IconvDecoder.c,
+         native/jni/java-nio/gnu_java_nio_charset_iconv_IconvEncoder.c,
+         native/jni/java-nio/java_nio_MappedByteBufferImpl.c,
+         native/jni/java-nio/java_nio_VMDirectByteBuffer.c,
+         native/jni/java-util/java_util_VMTimeZone.c,
+         org/omg/CORBA/ARG_IN.java, org/omg/CORBA/ARG_INOUT.java,
+         org/omg/CORBA/ARG_OUT.java, org/omg/CORBA/Any.java,
+         org/omg/CORBA/AnyHolder.java, org/omg/CORBA/AnySeqHelper.java,
+         org/omg/CORBA/AnySeqHolder.java, org/omg/CORBA/BAD_CONTEXT.java,
+         org/omg/CORBA/BAD_INV_ORDER.java,
+         org/omg/CORBA/BAD_OPERATION.java, org/omg/CORBA/BAD_PARAM.java,
+         org/omg/CORBA/BAD_POLICY.java,
+         org/omg/CORBA/BAD_POLICY_TYPE.java,
+         org/omg/CORBA/BAD_POLICY_VALUE.java,
+         org/omg/CORBA/BAD_TYPECODE.java,
+         org/omg/CORBA/BooleanHolder.java,
+         org/omg/CORBA/BooleanSeqHelper.java,
+         org/omg/CORBA/BooleanSeqHolder.java, org/omg/CORBA/Bounds.java,
+         org/omg/CORBA/ByteHolder.java, org/omg/CORBA/COMM_FAILURE.java,
+         org/omg/CORBA/CTX_RESTRICT_SCOPE.java,
+         org/omg/CORBA/CharHolder.java, org/omg/CORBA/CharSeqHelper.java,
+         org/omg/CORBA/CharSeqHolder.java,
+         org/omg/CORBA/CompletionStatus.java,
+         org/omg/CORBA/CompletionStatusHelper.java,
+         org/omg/CORBA/Context.java, org/omg/CORBA/ContextList.java,
+         org/omg/CORBA/DATA_CONVERSION.java,
+         org/omg/CORBA/DoubleHolder.java,
+         org/omg/CORBA/DoubleSeqHelper.java,
+         org/omg/CORBA/DoubleSeqHolder.java,
+         org/omg/CORBA/Environment.java, org/omg/CORBA/ExceptionList.java,
+         org/omg/CORBA/FREE_MEM.java, org/omg/CORBA/FixedHolder.java,
+         org/omg/CORBA/FloatHolder.java,
+         org/omg/CORBA/FloatSeqHelper.java,
+         org/omg/CORBA/FloatSeqHolder.java, org/omg/CORBA/IDLEntity.java,
+         org/omg/CORBA/IDLType.java, org/omg/CORBA/IMP_LIMIT.java,
+         org/omg/CORBA/INITIALIZE.java, org/omg/CORBA/INTERNAL.java,
+         org/omg/CORBA/INTF_REPOS.java,
+         org/omg/CORBA/INVALID_TRANSACTION.java,
+         org/omg/CORBA/INV_FLAG.java, org/omg/CORBA/INV_IDENT.java,
+         org/omg/CORBA/INV_OBJREF.java, org/omg/CORBA/INV_POLICY.java,
+         org/omg/CORBA/IntHolder.java, org/omg/CORBA/LongHolder.java,
+         org/omg/CORBA/LongLongSeqHelper.java,
+         org/omg/CORBA/LongLongSeqHolder.java,
+         org/omg/CORBA/LongSeqHelper.java,
+         org/omg/CORBA/LongSeqHolder.java, org/omg/CORBA/MARSHAL.java,
+         org/omg/CORBA/NO_IMPLEMENT.java, org/omg/CORBA/NO_MEMORY.java,
+         org/omg/CORBA/NO_PERMISSION.java, org/omg/CORBA/NO_RESPONSE.java,
+         org/omg/CORBA/NVList.java, org/omg/CORBA/NamedValue.java,
+         org/omg/CORBA/OBJECT_NOT_EXIST.java,
+         org/omg/CORBA/OBJ_ADAPTER.java, org/omg/CORBA/OMGVMCID.java,
+         org/omg/CORBA/ORB.java, org/omg/CORBA/Object.java,
+         org/omg/CORBA/OctetSeqHelper.java,
+         org/omg/CORBA/OctetSeqHolder.java,
+         org/omg/CORBA/PERSIST_STORE.java,
+         org/omg/CORBA/PRIVATE_MEMBER.java,
+         org/omg/CORBA/PUBLIC_MEMBER.java, org/omg/CORBA/Principal.java,
+         org/omg/CORBA/PrincipalHolder.java, org/omg/CORBA/Request.java,
+         org/omg/CORBA/ShortHolder.java,
+         org/omg/CORBA/ShortSeqHelper.java,
+         org/omg/CORBA/ShortSeqHolder.java,
+         org/omg/CORBA/StringHolder.java,
+         org/omg/CORBA/StringSeqHelper.java,
+         org/omg/CORBA/StringSeqHolder.java,
+         org/omg/CORBA/StructMember.java,
+         org/omg/CORBA/SystemException.java, org/omg/CORBA/TCKind.java,
+         org/omg/CORBA/TRANSACTION_REQUIRED.java,
+         org/omg/CORBA/TRANSACTION_ROLLEDBACK.java,
+         org/omg/CORBA/TRANSIENT.java, org/omg/CORBA/TypeCode.java,
+         org/omg/CORBA/TypeCodeHolder.java,
+         org/omg/CORBA/ULongLongSeqHelper.java,
+         org/omg/CORBA/ULongLongSeqHolder.java,
+         org/omg/CORBA/ULongSeqHelper.java,
+         org/omg/CORBA/ULongSeqHolder.java, org/omg/CORBA/UNKNOWN.java,
+         org/omg/CORBA/UNSUPPORTED_POLICY.java,
+         org/omg/CORBA/UNSUPPORTED_POLICY_VALUE.java,
+         org/omg/CORBA/UShortSeqHelper.java,
+         org/omg/CORBA/UShortSeqHolder.java,
+         org/omg/CORBA/UnionMember.java, org/omg/CORBA/UserException.java,
+         org/omg/CORBA/VM_ABSTRACT.java, org/omg/CORBA/VM_CUSTOM.java,
+         org/omg/CORBA/VM_NONE.java, org/omg/CORBA/VM_TRUNCATABLE.java,
+         org/omg/CORBA/ValueMember.java,
+         org/omg/CORBA/WCharSeqHelper.java,
+         org/omg/CORBA/WCharSeqHolder.java,
+         org/omg/CORBA/WStringSeqHelper.java,
+         org/omg/CORBA/WStringSeqHolder.java,
+         org/omg/CORBA/WrongTransaction.java,
+         org/omg/CORBA/DynAnyPackage/Invalid.java,
+         org/omg/CORBA/DynAnyPackage/InvalidSeq.java,
+         org/omg/CORBA/DynAnyPackage/InvalidValue.java,
+         org/omg/CORBA/DynAnyPackage/TypeMismatch.java,
+         org/omg/CORBA/DynAnyPackage/package.html,
+         org/omg/CORBA/ORBPackage/InconsistentTypeCode.java,
+         org/omg/CORBA/ORBPackage/InvalidName.java,
+         org/omg/CORBA/ORBPackage/package.html,
+         org/omg/CORBA/TypeCodePackage/BadKind.java,
+         org/omg/CORBA/TypeCodePackage/Bounds.java,
+         org/omg/CORBA/TypeCodePackage/package.html,
+         org/omg/CORBA/portable/IDLEntity.java,
+         org/omg/CORBA/portable/InputStream.java,
+         org/omg/CORBA/portable/OutputStream.java,
+         org/omg/CORBA/portable/Streamable.java,
+         scripts/classpath.spec.in,
+         vm/reference/java/io/VMObjectInputStream.java,
+         vm/reference/java/lang/VMClass.java,
+         vm/reference/java/lang/VMClassLoader.java,
+         vm/reference/java/lang/VMDouble.java,
+         vm/reference/java/lang/VMObject.java,
+         vm/reference/java/net/VMInetAddress.java,
+         vm/reference/java/net/VMNetworkInterface.java: Updated to
+         classpath-0.15.
+
+2005-05-03 21:27  twisti
+
+       * src/vm/jit/alpha/: asmpart.S, codegen.c, patcher.c: Patcher
+         synchronization.
+
+2005-05-03 21:25  twisti
+
+       * src/vm/jit/stacktrace.c: gcc-2.x compile fix.
+
+2005-05-03 21:25  twisti
+
+       * src/vm/jit/stack.c: Print `(NOT RESOLVED)' for unresolved
+         get/put{static,field} instructions.
+
+2005-05-03 21:24  twisti
+
+       * src/vm/jit/jit.c: - added asmpart.h include - removed codegen.h
+         include
+
+2005-05-01 14:27  jowenn
+
+       * src/: native/jni.c, native/vm/Method.c, vm/class.c, vm/class.h,
+         vm/loader.c, vm/utf8.c, vm/utf8.h: FromReflectedMethod can be
+         called for methods and constructors
+
+2005-04-30 22:12  twisti
+
+       * src/vm/jit/x86_64/patcher.c: Bugfix for the _great_ x86_64 isa.
+         Since %r12 is handled like %rsp, moves with %r12 as base register
+         are 1-byte longer. Arghh, i hate cisc...
+
+2005-04-30 18:29  jowenn
+
+       * src/native/jni.c: FromRef*
+
+2005-04-30 15:45  jowenn
+
+       * src/: native/jni.c, native/vm/Field.c, native/vm/VMClass.c,
+         vm/initialize.c, vm/statistics.c, vm/statistics.h,
+         vm/jit/codegen.inc, vm/jit/jit.c, vm/jit/stacktrace.c,
+         vm/jit/x86_64/asmpart.S, vm/jit/x86_64/codegen.c,
+         vm/jit/x86_64/patcher.c: more statistics, less crashing
+
+2005-04-30 15:29  twisti
+
+       * src/vm/jit/patcher.h: We need an extra patcher_putfieldconst fro
+         x86_64.
+
+2005-04-30 15:29  twisti
+
+       * src/vm/jit/x86_64/codegen.c: - use new patcher for putfieldconst
+         - warning fixes
+
+2005-04-30 15:28  twisti
+
+       * src/vm/jit/x86_64/patcher.c: - sync stuff must be done before
+         builtin_monitorexit - implemented patcher_putfieldconst
+
+2005-04-30 15:27  twisti
+
+       * src/vm/jit/x86_64/arch.h: Enabled SUPPORT_CONST_STORE again.
+
+2005-04-30 13:51  jowenn
+
+       * src/toolbox/logging.h: increase the MAXLIGTEXT constant. Perhaps
+         it's a littlebit too generous now, but at least verbosecall
+         doesn't crash anymore during eclipse startup.  It should be
+         considered, if using a constant smaller length should be used and
+         if necessary dynamically increased
+
+2005-04-29 21:29  twisti
+
+       * src/vm/jit/x86_64/patcher.c: Removed debug output, sync code
+         works, checked on c4.
+
+2005-04-29 21:17  twisti
+
+       * src/threads/native/: threads.c, threads.h: Added get_dummyLR.
+
+2005-04-29 21:01  twisti
+
+       * src/vm/jit/x86_64/codegen.c: - also save temporary registers in
+         leaf methods for -verbosecall - create a virtual
+         java_objectheader in patchref stubs to synchronize   patcher
+         calls - use some alpha macros
+
+2005-04-29 20:55  twisti
+
+       * src/vm/jit/x86_64/codegen.h: I think we should also use some
+         alpha macros on x86_64.
+
+2005-04-29 20:55  twisti
+
+       * src/vm/jit/x86_64/asmpart.S: Again a libc-movaps bugfix. Arghhh!
+
+2005-04-29 20:54  twisti
+
+       * src/vm/jit/x86_64/arch.h: Added additional {INT,FLT}_*_CNT
+         defines.
+
+2005-04-29 17:22  twisti
+
+       * src/vm/jit/x86_64/patcher.c: Synchronize patcher functions.
+         Unfortunately it's not possible to write a wrapper for all
+         patcher functions (ra is calculated differently).
+
+2005-04-29 17:18  twisti
+
+       * src/vm/jit/x86_64/asmpart.S: Pass java_objectheader to
+         asm_wrapper_patcher.
+
+2005-04-28 15:31  twisti
+
+       * src/vm/jit/x86_64/patcher.c: -sa bugfix in
+         patcher_builtin_checkarraycast, patcher_builtin_arrayinstanceof.
+
+2005-04-28 14:52  jowenn
+
+       * tests/: cond1.java, cond2.java: testcases for  (cond) ? x:y
+
+2005-04-28 14:38  jowenn
+
+       * src/native/jni.c: the real implementation doesn't work yet as I
+         would like, so this is only to make eclipse startup that much,
+         that the show assembler runtime option crashes
+
+2005-04-28 14:34  jowenn
+
+       * src/vm/jit/x86_64/codegen.c: less debug output to make twisti
+         happy
+
+2005-04-28 14:19  jowenn
+
+       * src/vm/jit/: codegen.inc, jit.c, parse.c, parse.h, stack.c,
+         stacktrace.c, x86_64/codegen.c: less debug output
+
+2005-04-28 11:12  jowenn
+
+       * src/vm/jit/stack.c: don't optimize too much
+
+2005-04-27 16:29  twisti
+
+       * src/vm/jit/x86_64/codegen.c: Forgot code patching nop's in
+         checkcast/instanceof with -sa.
+
+2005-04-27 16:28  twisti
+
+       * src/vm/jit/x86_64/patcher.c: Do it like on alpha in
+         patcher_get_putstatic.
+
+2005-04-27 15:17  jowenn
+
+       * src/vm/jit/: codegen.inc, stacktrace.c, stacktrace.h,
+         x86_64/codegen.c, x86_64/patcher.c: general: less warnings in
+         stacktrace.c
+
+         x86_64: fix for clinit within native stub
+
+2005-04-27 14:58  twisti
+
+       * tests/codepatching/test.java: Added: doit's and try-catch blocks
+
+2005-04-27 14:58  christian
+
+       * src/vm/jit/reg.inc: [no log message]
+
+2005-04-27 14:53  twisti
+
+       * src/vm/jit/alpha/asmpart.S: - float register defines (couldn't
+         find a header file at least on osf) - added float registers to
+         SAVE_*_REGISTERS, RESTORE_*_REGISTERS - return zero in exception
+         case in asm_calljavafunction2 - fixed gp bug in
+         asm_throw_and_handle_exception: hit with hardware   null pointer
+         - changes in asm_wrapper_patcher
+
+2005-04-27 14:46  twisti
+
+       * src/vm/jit/alpha/codegen.c: - use itmp3 for patchref branch and
+         save the return address in the patchref   stub, since the ra
+         register is not saved in leaf methods - implemented remaining
+         lazy loading stuff
+
+2005-04-27 14:44  twisti
+
+       * src/vm/jit/alpha/codegen.h: Moved ALIGNCODENOP from codegen.c
+
+2005-04-27 14:44  twisti
+
+       * src/vm/jit/alpha/patcher.c: The return address is now store on
+         the stack in the patchref stub, since the ra register may not be
+         saved in leaf methods.
+
+2005-04-27 14:42  twisti
+
+       * src/vm/jit/stack.c: - remaining lazy loading stuff for alpha -
+         print `(NOT RESOLVED)' for invoke instructions
+
+2005-04-27 14:42  twisti
+
+       * src/vm/jit/parse.c: Remaining lazy loading stuff for alpha.
+
+2005-04-26 21:50  twisti
+
+       * src/vm/jit/x86_64/codegen.h: Define M_NOP.
+
+2005-04-26 21:50  twisti
+
+       * src/vm/jit/x86_64/codegen.c: - handle monitorenter/exit inline -
+         renamed ICMD_NULLCHECKPOP to ICMD_CHECKNULL - generate 5 nop's
+         with showdisassemble for patchrefs - all patchrefs use the same
+         patcher wrapper
+
+2005-04-26 21:49  twisti
+
+       * src/vm/jit/x86_64/patcher.c: - all patcher use the same wrapper
+         and thus the same passing conventions - skip nop's with
+         showdisassemble
+
+2005-04-26 21:48  twisti
+
+       * src/vm/jit/x86_64/asmpart.S: - removed: asm_builtin_monitorenter,
+         asm_builtin_monitorexit (these are now   handled inline) - we
+         only need one patcher wrapper
+
+2005-04-26 18:16  twisti
+
+       * src/vm/jit/alpha/: Makefile.am, asmpart.S, codegen.c, codegen.h,
+         patcher.c: Lazy loading for alpha and code patching stuff.
+
+2005-04-26 18:15  twisti
+
+       * src/vm/jit/stack.c: Lazy loading for alpha (some left).
+
+2005-04-26 18:14  twisti
+
+       * src/vm/jit/reg.inc: Lazy loading for alpha.
+
+2005-04-26 18:14  twisti
+
+       * src/vm/jit/patcher.h: Added patcher_checkcast_instanceof_class
+         for other architectures than i386 and x86_64.
+
+2005-04-26 18:14  twisti
+
+       * src/vm/jit/parse.c: - lazy loading for alpha (some left) -
+         bugfix: don't pass NULL to builtin functions, since RISC machines
+         optimize that to a `clr reg' or similar - BUILTIN_anewarray
+         replaced with BUILTIN_newarray
+
+2005-04-26 18:12  twisti
+
+       * src/vm/jit/asmpart.h: Added asm_sync_instruction_cache for alpha.
+
+2005-04-26 18:11  twisti
+
+       * src/vm/jit/: i386/codegen.c, x86_64/codegen.c: Small bugfix in
+         invokevirtual.
+
+2005-04-26 18:11  twisti
+
+       * src/vm/builtin.c: Code patching: alpha define in builtin table.
+
+2005-04-26 18:10  twisti
+
+       * src/native/vm/VMSystemProperties.c: Added java.runtime.version,
+         java.runtime.name properties for tomcat4.
+
+2005-04-26 11:11  twisti
+
+       * tests/codepatching/test.java: - doit - try-catch blocks
+
+2005-04-26 01:15  twisti
+
+       * src/vm/jit/x86_64/codegen.c: Oops, sorry for that.
+
+2005-04-25 16:19  twisti
+
+       * src/cacaoh/headers.c: - removed unused i386 stuff
+         (asm_builtin_newarray,   asm_builtin_arrayinstanceof) - changed
+         asm_wrapper_patcher_builtin_* to patcher_builtin_*
+
+2005-04-25 16:16  twisti
+
+       * src/vm/jit/i386/codegen.c: - monitorenter/exit are now handled
+         inline - renamed ICMD_NULLCHECKPOP to ICMD_CHECKNULL - generate
+         nop's for showdisassemble (-sa) - all lazy instructions use
+         patchref
+
+2005-04-25 16:15  twisti
+
+       * src/vm/jit/i386/codegen.h: - removed ALIGNCODENOP - added M_NOP
+
+2005-04-25 16:14  twisti
+
+       * src/vm/jit/i386/patcher.c: - changes signatures (every patcher
+         uses the same assembler wrapper) - handle showdisassemble (-sa)
+
+2005-04-25 16:13  twisti
+
+       * src/vm/jit/i386/asmpart.S: Removed (a lot of stuff):   -
+         unrequired patcher wrapper   - asm_builtin_monitorenter,
+         asm_builtin_monitorexit: are now handled     inline   -
+         asm_builtin_newarray, asm_builtin_multianewarray,
+         asm_builtin_arrayinstanceof: not required anymore since 4-byte
+         stack     slots (i386 calling convention)
+
+2005-04-25 16:10  twisti
+
+       * src/vm/jit/patcher.h: - changed signatures - added functionptr
+         defines
+
+2005-04-25 16:10  twisti
+
+       * src/vm/jit/parse.h: Added: BUILTIN1T, BUILTIN2T which take a
+         target argument. The normal BUILTIN macros set target to NULL.
+
+2005-04-25 16:09  twisti
+
+       * src/vm/jit/parse.c: new, newarray, multianewarray,
+         checkarraycast, arrayinstanceof now also use the patchref stuff,
+         so we need only 1 wrapper.
+
+2005-04-25 16:07  twisti
+
+       * src/vm/jit/asmpart.h: We need only on assembler patcher wrapper,
+         removed the others.
+
+2005-04-25 16:06  twisti
+
+       * src/vm/builtin.c: Replaced asm_wrapper_patcher_BUILTIN_* with
+         PATCHER_builtin_* macros in builtin table.
+
+2005-04-25 16:05  twisti
+
+       * src/vm/builtin.h: Removed: asm_builtin_arrayinstanceof,
+         asm_builtin_newarray (since the i386 has now 4-byte stack slots,
+         they are not required anymore).
+
+2005-04-25 12:14  christian
+
+       * src/vm/jit/reg.inc: Reserve 0(esp) for argument of monitor enter
+         for synchronized methods
+
+2005-04-25 12:01  twisti
+
+       * src/vm/builtin.c: - made builtin_monitorexit void - some code
+         reformatting
+
+2005-04-25 12:00  twisti
+
+       * src/vm/builtin.h: Don't use assembler monitorenter/exit wrapper
+         anymore.
+
+2005-04-25 10:50  christian
+
+       * src/vm/jit/i386/asmpart.S: asmpart.S for 4 Byte Stackslots
+
+2005-04-25 09:23  christian
+
+       * src/vm/jit/i386/codegen.c: codegen.c for 4 Byte Stack Slots
+
+2005-04-24 19:57  twisti
+
+       * src/vm/jit/parse.c: Do a ICMD_CHECKNULL before monitorenter and
+         nothing on monitorexit.
+
+2005-04-24 19:55  twisti
+
+       * src/vm/jit/: jit.c, jit.h, lsra.inc, reg.inc, stack.c,
+         loop/tracing.c, verify/typecheck.c: Renamed ICMD_NULLCHECKPOP to
+         ICMD_CHECKNULL and it does not pop an operand off the stack
+         anymore.
+
+2005-04-24 15:07  jowenn
+
+       * src/: native/vm/VMThrowable.c, threads/native/threads.h,
+         vm/builtin.h, vm/exceptions.c, vm/exceptions.h, vm/jit/helper.c,
+         vm/jit/helper.h, vm/jit/stacktrace.h, vm/jit/x86_64/asmpart.S,
+         vm/jit/x86_64/codegen.c, vm/jit/x86_64/patcher.c: more
+         stacktraces
+
+2005-04-23 10:06  christian
+
+       * src/vm/jit/: lsra.inc, i386/icmd_uses_reg_res.inc: LSRA updated
+         to 4 Byte Stackslot (i386) i386/icmd_uses_reg_res.inc
+         _conservatively_ updated to asm_wrapper, etc. changes -> need
+         finetuning
+
+2005-04-23 00:01  jowenn
+
+       * src/: native/vm/VMStackWalker.c, native/vm/VMThrowable.c,
+         vm/builtin.c, vm/jit/codegen.inc, vm/jit/parse.c,
+         vm/jit/stacktrace.c, vm/jit/x86_64/asmoffsets.h,
+         vm/jit/x86_64/asmpart.S, vm/jit/x86_64/codegen.c:  first part of
+         stacktraces on x86_64
+
+2005-04-22 19:37  christian
+
+       * src/vm/: builtin.h, jit/alpha/arch.h, jit/mips/arch.h,
+         jit/x86_64/arch.h: [alpha|mips|x86_64]arch.h adopted to latest
+         change
+
+2005-04-22 19:33  christian
+
+       * src/vm/jit/: reg.h, reg.inc, stack.c, i386/arch.h,
+         i386/codegen.h, i386/emitfuncs.c, powerpc/arch.h,
+         powerpc/codegen.c, x86_64/codegen.c: 4 Byte Stackslots for i386
+         (native Calling Convention) 16 Byte Stack alignment for PowerPC
+         in createnativestub no copy of spilled arguments to spilled
+         locals on x86_64 new define HAS_4BYTE_STACKSLOT in arch.h
+         SUPPORT_COMBINE_INTEGER_REGISTERS instead of USE_TWOREGS
+
+2005-04-22 16:57  twisti
+
+       * src/vm/jit/: helper.h, i386/patcher.c, x86_64/patcher.c:
+         asmhelper.h to helper.h changes.
+
+2005-04-22 16:50  christian
+
+       * src/vm/jit/Makefile.am: Renamed asmhelper.[ch] to helper.[ch]
+
+2005-04-22 15:55  twisti
+
+       * src/vm/jit/x86_64/Makefile.am: Added: patcher.c
+
+2005-04-22 15:55  twisti
+
+       * src/vm/jit/x86_64/codegen.c: Changes the patchref stuff.
+
+2005-04-22 15:55  twisti
+
+       * src/vm/jit/x86_64/asmpart.S: We only need 3 patcher wrapper
+         functions.
+
+2005-04-22 15:54  twisti
+
+       * src/vm/jit/x86_64/arch.h: Temporary disable SUPPORT_CONST_STORE.
+
+2005-04-22 15:54  twisti
+
+       * src/vm/jit/x86_64/patcher.c: Call it patcher_builtin_newarray
+         instead of patcher_builtin_anewarray.
+
+2005-04-22 15:52  twisti
+
+       * src/threads/native/threads.c: Use some global variables (class_,
+         utf_).
+
+2005-04-22 15:51  twisti
+
+       * src/native/vm/VMThread.c: Use global class_java_lang_ThreadGroup
+         variable.
+
+2005-04-22 15:51  twisti
+
+       * src/native/vm/VMStackWalker.c: Use builtin_anewarray instead of
+         builtin_newarray.
+
+2005-04-22 15:50  twisti
+
+       * src/native/native.c: - use global class_ variables - use
+         builtin_anewarray instead of builtin_newarray
+
+2005-04-22 15:50  twisti
+
+       * src/native/jni.c: Implemented NewObjectArray correctly.
+
+2005-04-22 15:34  twisti
+
+       * src/vm/jit/i386/codegen.c: Lazy loading changes.
+
+2005-04-22 15:34  twisti
+
+       * src/vm/jit/i386/asmpart.S: Implemented patcher wrapper.
+
+2005-04-22 15:33  twisti
+
+       * src/vm/jit/i386/Makefile.am: Added: patcher.c
+
+2005-04-22 15:33  twisti
+
+       * src/vm/jit/i386/arch.h: Temporary disabled SUPPORT_CONST_STORE.
+
+2005-04-22 15:31  twisti
+
+       * src/vm/jit/i386/codegen.h: Added: i386_emit_membase32
+
+2005-04-22 15:30  twisti
+
+       * src/vm/jit/i386/: emitfuncs.c, emitfuncs.h: Added:
+         i386_alu_imm32_reg
+
+2005-04-22 15:30  twisti
+
+       * src/vm/jit/x86_64/codegen.c: Fixed 2 nasty bugs in
+         ICMD_INSTANCEOF.
+
+2005-04-22 15:29  twisti
+
+       * src/vm/jit/Makefile.am: Added patcher.h
+
+2005-04-22 15:28  twisti
+
+       * src/vm/jit/i386/patcher.c: Implemented remaining patcher
+         functions.
+
+2005-04-22 15:28  twisti
+
+       * src/vm/jit/patcher.h: patcher_builtin_new gets a
+         contant_classref.
+
+2005-04-22 15:26  twisti
+
+       * src/vm/jit/: parse.c, reg.inc, stack.c: Enable lazy loading for
+         i386.
+
+2005-04-22 15:21  twisti
+
+       * src/vm/jit/: helper.c, helper.h: Removed unused functions.
+
+2005-04-22 15:18  twisti
+
+       * src/vm/builtin.h: Temporary asm_builtin_multianewarray for i386
+         (till 4-byte stack slots).
+
+2005-04-22 00:41  twisti
+
+       * src/vm/builtin.c: - renamed patcher wrapper entries in builtin
+         table - renamed builtin_nmultianewarray to builtin_multianewarray
+         - some cleanup
+
+2005-04-22 00:41  twisti
+
+       * src/vm/builtin.h: Renamed builtin_nmultianewarray to
+         builtin_multianewarray.
+
+2005-04-22 00:38  twisti
+
+       * src/cacaoh/headers.c: Renamed patcher wrapper function dummies.
+
+2005-04-22 00:36  twisti
+
+       * src/vm/jit/asmpart.h: Renamed patcher wrapper functions.
+
+2005-04-22 00:36  twisti
+
+       * src/vm/jit/patcher.h: Added more functions.
+
+2005-04-22 00:35  twisti
+
+       * src/vm/jit/stacktrace.c: Use builtin_anewarray instead of
+         builtin_newarray.
+
+2005-04-22 00:35  twisti
+
+       * src/vm/jit/parse.c: Renamed patcher wrapper function names and
+         some builtins.
+
+2005-04-22 00:18  twisti
+
+       * src/vm/: class.c, class.h, linker.c, loader.c: Added:
+         class_java_lang_ThreadGroup
+
+2005-04-22 00:17  twisti
+
+       * src/vm/: utf8.c, utf8.h: Added: utf_java_lang_ThreadGroup
+
+2005-04-21 22:25  twisti
+
+       * src/vm/jit/asmpart.h: Added asm_patcher_wrapper
+
+2005-04-21 22:19  twisti
+
+       * src/vm/jit/patcher.h: Added more functions.
+
+2005-04-21 21:44  twisti
+
+       * src/vm/jit/codegen.inc: - renamed patchref.asmwrapper to patcher
+         - warning fix
+
+2005-04-21 21:44  twisti
+
+       * src/vm/jit/codegen.inc.h: Renamed patchref.asmwrapper to patcher
+
+2005-04-21 18:55  twisti
+
+       * tests/codepatching/: invokestatic.java, test.java: More stuff...
+
+2005-04-21 18:40  twisti
+
+       * src/vm/jit/i386/: emitfuncs.c, emitfuncs.h: - bugfix in
+         i386_mov_membase32_reg - added some membase32 functions
+
+2005-04-21 13:22  twisti
+
+       * src/vm/jit/x86_64/patcher.c: Code patching functions rewritten in
+         C.
+
+2005-04-21 09:57  christian
+
+       * src/vm/jit/i386/icmd_uses_reg_res.inc: gnu header added
+
+2005-04-21 00:58  twisti
+
+       * tests/codepatching/test.java: Save.
+
+2005-04-20 18:01  twisti
+
+       * src/vm/jit/: patcher.h, i386/patcher.c: Starting to write code
+         patching functions is C.
+
+2005-04-19 22:31  twisti
+
+       * tests/codepatching/: multianewarray.java, newarray.java,
+         test.java: More tests.
+
+2005-04-19 15:51  twisti
+
+       * src/vm/jit/x86_64/asmpart.S: Merged 3 patcher functions:  -
+         asm_patcher_builtin_newarray  -
+         asm_patcher_builtin_checkarraycast  -
+         asm_patcher_builtin_arrayinstanceof
+
+2005-04-15 16:29  edwin
+
+       * src/vm/classcache.c: added annotation for splint checking ran
+         indent over the code
+
+2005-04-15 11:33  edwin
+
+       * contrib/log2xml.pl: preserve indentation of log text
+
+2005-04-15 11:06  edwin
+
+       * contrib/log2xml.pl: output more valid xml
+
+2005-04-14 22:11  edwin
+
+       * contrib/log2xml.pl: typo
+
+2005-04-14 22:10  edwin
+
+       * contrib/log2xml.pl: disabled debug print, added vim boilerplate
+
+2005-04-14 21:44  edwin
+
+       * contrib/: log2xml.pl, log2xml.vim: added log2xml.pl and
+         log2xml.vim
+
+2005-04-14 14:04  edwin
+
+       * src/: vm/loader.c, native/vm/VMClassLoader.c, vm/loader.h:
+         synchronize VMClassLoader.defineClass and load_class_bootstrap
+
+2005-04-14 10:13  christian
+
+       * src/vm/jit/i386/icmd_uses_reg_res.inc: for using reserved
+         registers on i386
+
+2005-04-14 09:23  edwin
+
+       * src/native/vm/VMThrowable.c: do not panic if the stacktrace is
+         empty
+
+2005-04-14 08:07  edwin
+
+       * src/vm/loader.c: use log_text for logging
+
+2005-04-14 07:17  edwin
+
+       * src/: native/vm/VMClassLoader.c, toolbox/logging.c, vm/builtin.c,
+         vm/class.c, vm/class.h, vm/loader.c, vm/string.c,
+         vm/stringlocal.h, vm/utf8.c, vm/utf8.h: implemented defineClass
+         with name == NULL call ClassLoader.loadClass with dotted name
+         instead of slashed name prefix log messages with thread id
+         (preparation for log2xml.pl)
+
+2005-04-13 17:32  christian
+
+       * src/vm/jit/: reg.inc, stack.c, i386/arch.h: redo of changes
+         overwritten by last commit
+
+2005-04-13 14:50  christian
+
+       * src/: cacao/cacao.c, vm/jit/jit.h, vm/jit/lsra.h,
+         vm/jit/lsra.inc, vm/jit/reg.h, vm/jit/reg.inc, vm/jit/stack.c,
+         vm/jit/stack.h, vm/jit/i386/arch.h, vm/jit/i386/codegen.c,
+         vm/jit/i386/codegen.h, vm/jit/powerpc/asmpart.S,
+         vm/jit/x86_64/codegen.h, vm/jit/alpha/codegen.c,
+         vm/jit/alpha/codegen.h, vm/jit/mips/codegen.c,
+         vm/jit/mips/codegen.h, vm/jit/powerpc/codegen.c,
+         vm/jit/powerpc/codegen.h: register allocator uses unused argument
+         registers in non leaf methods as temp ICMD_xRETURN changed, so
+         that REG_RESULTs are saved in case of monitorexit (MIPS, POWERPC)
+         new lsra version (i386 uses now reserved registers as temp)
+         spilled local vars use now the memory location of corresponding
+         spilled arguments (MIPS, ALPHA, x86_64)
+
+2005-04-13 00:57  twisti
+
+       * src/vm/jit/alpha/arch.h: Define CONDITIONAL_LOADCONST with 1.
+
+2005-04-13 00:56  twisti
+
+       * src/vm/jit/: mips/codegen.c, alpha/codegen.c: patchref patch.
+
+2005-04-13 00:01  twisti
+
+       * src/vm/builtin.c: i386 defines in builtin table.
+
+2005-04-13 00:00  twisti
+
+       * src/vm/builtin.h: Comment asm_builtin_new for now (code patching
+         related).
+
+2005-04-12 23:59  twisti
+
+       * src/vm/jit/parse.c: Disable lazy loading now for i386.
+
+2005-04-12 23:59  twisti
+
+       * src/vm/jit/i386/codegen.c: Some lazy loading stuff.
+
+2005-04-12 23:57  twisti
+
+       * src/vm/jit/i386/asmpart.S: First code patching functions.
+
+2005-04-12 23:57  twisti
+
+       * src/vm/jit/i386/arch.h: Define CONDITIONAL_LOADCONST with 1.
+
+2005-04-12 23:54  twisti
+
+       * src/cacaoh/headers.c: Added asm_builtin_newarray for i386 (will
+         be removed).
+
+2005-04-12 22:43  twisti
+
+       * src/cacaoh/headers.c: Renamed code patching functions.
+
+2005-04-12 22:32  twisti
+
+       * src/vm/jit/x86_64/codegen.c: Renamed code patching functions.
+
+2005-04-12 22:32  twisti
+
+       * src/vm/jit/x86_64/asmpart.S: - renamed code patching functions -
+         added array checkcast and instanceof code patcher
+
+2005-04-12 22:31  twisti
+
+       * src/vm/jit/helper.c: Convert ClassNotFoundException's to
+         NoClassDefFoundError's.
+
+2005-04-12 21:53  twisti
+
+       * src/vm/jit/asmpart.h: Renamed code patching functions.
+
+2005-04-12 21:52  twisti
+
+       * src/vm/jit/codegen.inc: dseg_display warning fix.
+
+2005-04-12 21:52  twisti
+
+       * src/vm/jit/parse.c: Lazy array checkcast and instanceof.
+
+2005-04-12 21:50  twisti
+
+       * src/vm/builtin.c: Added asm_patcher_* functions.
+
+2005-04-12 21:50  twisti
+
+       * src/vm/linker.c: Link important system classes.
+
+2005-04-12 21:49  twisti
+
+       * src/vm/loader.c: Moved exception loading to exceptions.c
+
+2005-04-12 21:48  twisti
+
+       * src/vm/: utf8.c, utf8.h: Added:
+         utf_java_lang_ClassNotFoundException
+
+2005-04-12 21:47  twisti
+
+       * src/vm/: exceptions.c, exceptions.h: - added:
+         string_java_lang_VMThrowable - load an link all required
+         exceptions
+
+2005-04-12 21:46  twisti
+
+       * src/vm/: class.c, class.h: Added:
+         class_java_lang_ClassNotFoundException
+
+2005-04-11 17:53  twisti
+
+       * tests/codepatching/: checkcastC.java, checkcastI.java,
+         instanceofC.java, instanceofI.java, test.java: Added tests:
+         checkcast, instanceof
+
+2005-04-11 17:50  twisti
+
+       * src/vm/jit/asmpart.h: Added: asm_checkcast_instanceof_flags,
+         asm_checkcast_instanceof_interface, asm_instanceof_class
+
+2005-04-11 17:49  twisti
+
+       * src/vm/jit/: parse.c, x86_64/asmpart.S, x86_64/codegen.c: Lazy
+         checkcast and instanceof.
+
+2005-04-11 17:48  twisti
+
+       * src/vm/jit/stack.c: Lazy instanceof.
+
+2005-04-11 14:50  twisti
+
+       * tests/codepatching/: getfieldD.java, getfieldF.java,
+         getfieldI.java, getfieldJ.java, getfieldL.java, getstaticD.java,
+         getstaticF.java, getstaticI.java, getstaticJ.java,
+         getstaticL.java, invokespecial.java, putfieldD.java,
+         putfieldF.java, putfieldI.java, putfieldJ.java, putfieldL.java,
+         putfieldconstIF.java, putfieldconstJDL.java, putstaticD.java,
+         putstaticF.java, putstaticI.java, putstaticJ.java,
+         putstaticL.java, test.java: Check all code patching
+         possibilities.
+
+2005-04-11 12:50  twisti
+
+       * src/vm/builtin.c: ifdef assembler functions in builtin table.
+
+2005-04-11 12:49  twisti
+
+       * src/vm/jit/parse.c: Old loading code bug fixing.
+
+2005-04-11 12:02  twisti
+
+       * src/cacaoh/headers.c: Changed asm_builtin_newarray signature.
+
+2005-04-11 12:00  twisti
+
+       * src/vm/jit/helper.c: Warning fixes (arghhh).
+
+2005-04-11 11:58  twisti
+
+       * src/vm/jit/x86_64/: asmpart.S, codegen.c, codegen.h, emitfuncs.c,
+         emitfuncs.h: Lazy loading changes (CHECKCAST and INSTANCEOF are
+         still missing).
+
+2005-04-11 11:57  twisti
+
+       * src/vm/jit/tools/genoffsets.c: Generate some defines for code
+         patching functions.
+
+2005-04-11 11:56  twisti
+
+       * src/vm/jit/: parse.c, reg.inc, stack.c: Lazy loading changes.
+
+2005-04-11 11:55  twisti
+
+       * src/vm/jit/parse.h: Added OP2AT which also sets the target.
+
+2005-04-11 11:48  twisti
+
+       * src/vm/jit/codegen.inc: Print memory address in dseg_display.
+
+2005-04-11 11:46  twisti
+
+       * src/vm/jit/asmpart.h: Added code patching functions.
+
+2005-04-11 11:45  twisti
+
+       * src/vm/jit/: helper.c, helper.h: Major changes: added functions,
+         renamed functions, ...
+
+2005-04-11 11:43  twisti
+
+       * src/vm/: loader.c, loader.h: - moved class_getconstant,
+         innerclass_getconstant to class.[ch] - check for
+         load_newly_created_array error in load_class_bootstrap
+
+2005-04-11 11:42  twisti
+
+       * src/vm/: class.c, class.h: Moved from loader.[ch]:
+         class_getconstant, innerclass_getconstant
+
+2005-04-11 11:40  twisti
+
+       * src/vm/builtin.h: Added BUILTIN_nmultianewarray define.
+
+2005-04-11 11:40  twisti
+
+       * src/vm/builtin.c: Added asm_builtin_newarray to builtin_desc.
+
+2005-04-07 13:23  twisti
+
+       * src/vm/jit/Makefile.am: - added asmhelper.[ch] - removed
+         asmpart.c (duplicate object file)
+
+2005-04-07 13:21  twisti
+
+       * src/vm/jit/asmpart.h: Removed helper prototypes.
+
+2005-04-07 13:20  twisti
+
+       * src/vm/jit/x86_64/asmpart.S: Comment fix.
+
+2005-04-07 13:20  twisti
+
+       * src/vm/jit/helper.h: Helper header.
+
+2005-04-07 13:19  twisti
+
+       * src/vm/jit/helper.c: Renamed.
+
+2005-04-06 18:06  twisti
+
+       * src/cacaoh/headers.c: Added proper asm_builtin_new.
+
+2005-04-06 18:06  twisti
+
+       * src/vm/jit/x86_64/codegen.c: Removed function checking from
+         BUILTINn, this is now done in parse.
+
+2005-04-06 18:05  twisti
+
+       * src/vm/builtin.c: Added asm_builtin_new to builtin table.
+
+2005-04-06 18:05  twisti
+
+       * src/vm/jit/x86_64/asmpart.S: - don't pass pv to
+         asm_builtin_new_helper - save float argument register in
+         asm_invokespecial
+
+2005-04-06 18:04  twisti
+
+       * src/vm/jit/stack.c: Print descriptors for function calls with
+         -si.
+
+2005-04-06 18:03  twisti
+
+       * src/vm/jit/parse.c: Check which function to call in JAVA_NEW.
+
+2005-04-06 17:49  twisti
+
+       * src/vm/jit/: asmpart.h, helper.c: No need for pv, removed it.
+
+2005-04-06 17:10  edwin
+
+       * src/vm/jit/jit.c: revert commit of debug code
+
+2005-04-06 17:07  edwin
+
+       * src/vm/: classcache.c, resolve.c, jit/jit.c: fixed bug in
+         classcache_add_constraint
+
+2005-04-06 15:04  twisti
+
+       * src/vm/jit/: parse.c, stack.c: Fixed compile problems.
+
+2005-04-06 14:16  twisti
+
+       * src/vm/linker.c: Include missing vm/classcache.h
+
+2005-04-06 14:13  twisti
+
+       * src/vm/jit/x86_64/asmpart.S: - changes for asm_check_clinit:
+         don't use a stack location to pass the   patch machine code,
+         instead read 8 bytes in a bunch and pass it in a   itmp register
+         - added: asm_builtin_new, asm_invokespecial
+
+2005-04-06 14:12  twisti
+
+       * src/vm/jit/x86_64/codegen.c: - changes to use codegen_addpatchref
+         - BUILTIN_new and INVOKESPECIAL use lazy loading
+
+2005-04-06 14:10  twisti
+
+       * src/vm/jit/: stack.c, reg.inc: Lazy loading changes, #ifdef'd for
+         x86_64.
+
+2005-04-06 14:06  twisti
+
+       * src/vm/jit/parse.c: Lazy loading changes, #ifdef'd for x86_64.
+
+2005-04-06 14:05  twisti
+
+       * src/vm/jit/parse.h: Added OP2A_NOINC: required for lazy loading
+         code
+
+2005-04-06 14:04  twisti
+
+       * src/vm/jit/codegen.inc.h: Renamed clinitref to patchref.
+
+2005-04-06 14:04  twisti
+
+       * src/vm/jit/codegen.inc: - changed codegen_addclinitref to
+         codegen_addpatchref: different arguments,   clinitref is now
+         called patchref - only call codegen_insertmethod for i386/x86_64,
+         problems with xdsp - additionally show integer offset in
+         datasegment
+
+2005-04-06 12:32  twisti
+
+       * src/cacaoh/headers.c: Removed asm_builtin_new.
+
+2005-04-06 12:29  twisti
+
+       * src/vm/jit/Makefile.am: Added asmpart.c
+
+2005-04-06 12:28  twisti
+
+       * src/vm/jit/asmpart.h: Added code patching prototypes.
+
+2005-04-06 12:27  twisti
+
+       * src/vm/jit/helper.c: Helper functions for asmpart code patching
+         functions. These do the complicated stuff in portable c.
+
+2005-04-06 11:05  twisti
+
+       * src/vm/jit/powerpc/codegen.c: - float argument store bugfix (use
+         M_FST for float values) - CHECKCAST bugfix - throw native stub
+         size exception - bugfix in passing the xpc to
+         asm_handle_nat_exception
+
+2005-04-06 01:00  edwin
+
+       * src/vm/: resolve.c, resolve.h: link class in
+         resolve_field/resolve_method
+
+2005-04-06 00:52  christian
+
+       * src/vm/jit/powerpc/codegen.h: new ARGVAR Handler for Powerpc
+
+2005-04-05 22:51  edwin
+
+       * src/vm/resolve.c: do not use members set by
+         method_descriptor2types in resolve_ functions
+
+2005-04-05 22:36  edwin
+
+       * src/vm/resolve.c: call method_descriptor2types
+
+2005-04-05 20:01  christian
+
+       * src/vm/jit/x86_64/codegen.h: consecutive argument numbering for
+         -si
+
+2005-04-05 19:38  christian
+
+       * src/vm/jit/: reg.h, alpha/codegen.h, mips/codegen.h: new ARGVAR
+         handling for mips and alpha
+
+2005-04-05 17:54  christian
+
+       * src/vm/jit/stack.c: [no log message]
+
+2005-04-05 17:49  christian
+
+       * src/vm/jit/codegen.inc: [no log message]
+
+2005-04-05 17:42  christian
+
+       * src/vm/jit/: jit.c, reg.h, reg.inc: old ARGVAR handling in
+         stack.c eliminated
+
+2005-04-05 17:26  christian
+
+       * src/vm/jit/: stack.c, i386/codegen.h, x86_64/codegen.h: new
+         ARGVAR Handling in stack.c
+
+2005-04-05 12:26  edwin
+
+       * src/vm/: resolve.c, resolve.h: dont use stack in
+         create_unresolved_ functions if no typeinfo available
+
+2005-04-05 12:12  edwin
+
+       * src/vm/: resolve.c, resolve.h: enable the create_unresolved_...
+         functions to work without typeinfo
+
+2005-04-04 16:59  edwin
+
+       * src/vm/: resolve.c, resolve.h: renamed resolve_class to
+         resolve_class_from_name added unresolved_class and resolve_class
+
+2005-04-04 16:36  twisti
+
+       * src/vm/jit/x86_64/codegen.c: Argument counting more compact.
+
+2005-04-04 15:05  edwin
+
+       * src/vm/: initialize.c, initialize.h: do not include class.h in
+         initialize.h
+
+2005-04-04 13:34  christian
+
+       * src/vm/jit/stack.c: [no log message]
+
+2005-04-04 12:39  christian
+
+       * src/: cacao/cacao.c, vm/method.h, vm/statistics.c,
+         vm/statistics.h, vm/jit/codegen.inc, vm/jit/jit.c, vm/jit/lsra.h,
+         vm/jit/lsra.inc, vm/jit/reg.h, vm/jit/reg.inc, vm/jit/stack.c,
+         vm/jit/stack.h, vm/jit/i386/codegen.c, vm/jit/i386/emitfuncs.c,
+         vm/jit/mips/codegen.c: Adress Register File, Neues ARG_VAR
+         Handling, neue LSRA Version
+
+2005-04-04 12:06  twisti
+
+       * src/cacao/cacao.c: Call load_class_bootstrap for specific method
+         compilation. This option is mostly used to develop new ports,
+         where calling java code is not yet possible.
+
+2005-04-04 11:41  twisti
+
+       * src/native/vm/: VMClass.c, VMClassLoader.c: Forgot to include
+         initialize.h
+
+2005-04-04 11:31  twisti
+
+       * src/vm/jit/tools/genoffsets.c: Include all headers explicitly.
+
+2005-04-04 11:28  twisti
+
+       * src/vm/jit/: alpha/Makefile.am, i386/Makefile.am,
+         mips/Makefile.am, powerpc/Makefile.am, x86_64/Makefile.am:
+         offsets.h depends on genoffsets and config.h, all other headers
+         are included in genoffsets.c.
+
+2005-04-04 11:20  twisti
+
+       * src/vm/jit/powerpc/asmpart.S: Renamed class_init to
+         initialize_class.
+
+2005-04-04 00:51  twisti
+
+       * src/vm/jit/mips/asmpart.S: Renamed class_init to
+         initialize_class.
+
+2005-04-04 00:48  twisti
+
+       * src/vm/jit/alpha/codegen.c: - -verbosecall bugfix - comment fix
+
+2005-04-04 00:36  twisti
+
+       * src/vm/jit/alpha/asmpart.S: Renamed class_init to
+         initialize_class.
+
+2005-04-03 23:56  twisti
+
+       * src/vm/jit/i386/asmpart.S: Renamed class_init to
+         initialize_class.
+
+2005-04-03 23:48  twisti
+
+       * src/cacao/cacao.c: Renamed class_init to initialize_class.
+
+2005-04-03 23:44  twisti
+
+       * src/: vm/jit/jit.c, vm/jit/x86_64/asmpart.S, native/jni.c,
+         native/vm/Field.c, native/vm/VMClass.c,
+         native/vm/VMClassLoader.c: Renamed class_init to
+         initialize_class.
+
+2005-04-03 23:44  twisti
+
+       * src/vm/: class.c, class.h, linker.c: Renamed create_classinfo to
+         class_create_classinfo.
+
+2005-04-03 23:42  twisti
+
+       * src/vm/: loader.c, loader.h: Removed class_init* stuff (now in
+         initialize.[ch]).
+
+2005-04-03 23:41  twisti
+
+       * src/vm/builtin.c: Renamed class_init to initialize_class.
+
+2005-04-03 23:40  twisti
+
+       * src/vm/initialize.h: Added comment.
+
+2005-04-03 23:39  twisti
+
+       * src/vm/: initialize.c, initialize.h: Static class initializer
+         functions.
+
+2005-04-03 23:37  twisti
+
+       * src/vm/Makefile.am: Added initialize.[ch]
+
+2005-04-03 18:53  edwin
+
+       * src/: cacao/cacao.c, native/jni.c, native/native.c,
+         native/vm/VMClass.c, native/vm/VMClassLoader.c,
+         native/vm/VMStackWalker.c, native/vm/VMThread.c,
+         threads/green/threads.c, vm/builtin.c, vm/class.c, vm/class.h,
+         vm/classcache.c, vm/classcache.h, vm/linker.c, vm/loader.c,
+         vm/loader.h, vm/resolve.c, vm/tables.c, vm/jit/parse.c,
+         vm/jit/stacktrace.c, vm/jit/inline/parseXTA.c,
+         vm/jit/verify/typeinfo.c: removed the class hash and all
+         functions identifying classes by name only
+
+2005-04-03 18:13  twisti
+
+       * src/: cacaoh/headers.h, native/jni.c, toolbox/util.c,
+         vm/descriptor.c, vm/resolve.c, vm/jit/asmpart.h: Fixed
+         --disable-threads compiling issues (missing header includes).
+
+2005-04-02 21:33  edwin
+
+       * src/: cacao/cacao.c, cacaoh/cacaoh.c, cacaoh/headers.c,
+         native/jni.c, native/native.c, native/vm/VMClass.c,
+         native/vm/VMClassLoader.c, native/vm/VMThrowable.c,
+         threads/native/threads.c, vm/builtin.c, vm/class.c, vm/class.h,
+         vm/exceptions.c, vm/linker.c, vm/loader.c, vm/loader.h,
+         vm/resolve.c, vm/string.c, vm/jit/parse.c, vm/jit/stacktrace.c,
+         vm/jit/inline/parseRT.c, vm/jit/inline/parseXTA.c,
+         vm/jit/inline/parseXTA.h, vm/jit/verify/typeinfo.c: no more
+         unloaded classinfos! use references for superclass and
+         superinterfaces until linking
+
+2005-04-02 19:24  twisti
+
+       * configure.in: - map alphaev56 cpu to alpha - bugfix: removed
+         --{en,dis}able-load-library configure options, this   causes a
+         bug in Double.<clinit> since initIDs() is in the if statement
+
+2005-04-02 15:54  edwin
+
+       * src/vm/: loader.c, jit/verify/typeinfo.c: started changing
+         constant pool to constant_classrefs
+
+2005-04-02 12:07  edwin
+
+       * src/: vm/class.h, vm/classcache.c, vm/linker.c, vm/loader.c,
+         vm/method.h, vm/jit/alpha/codegen.c, vm/jit/i386/codegen.c,
+         vm/jit/mips/codegen.c, vm/jit/powerpc/codegen.c,
+         vm/jit/verify/typecheck.c, vm/jit/x86_64/codegen.c,
+         native/native.c, native/vm/VMClass.c: changed exception types and
+         innerclass references to classref_or_classinfo
+
+2005-04-02 04:05  edwin
+
+       * src/vm/: loader.c, references.h, resolve.c, resolve.h,
+         jit/codegen.inc, jit/parse.c, jit/inline/inline.c,
+         jit/inline/parseRT.c, jit/inline/parseXTA.c: removed "class"
+         field in constant_FMIref
+
+2005-04-02 03:15  edwin
+
+       * src/native/vm/VMClassLoader.c: fixed segfault in defineClass
+
+2005-04-02 02:46  edwin
+
+       * src/cacaoh/headers.c: classinfo: changed type of super and
+         interfaces to classref_or_classinfo
+
+2005-04-02 02:41  edwin
+
+       * src/: native/jni.c, native/native.c, native/vm/VMClass.c,
+         vm/class.c, vm/class.h, vm/classcache.c, vm/descriptor.c,
+         vm/linker.c, vm/loader.c, vm/loader.h, vm/method.c, vm/resolve.c,
+         vm/jit/inline/parseRT.c, vm/jit/inline/parseRTstats.c,
+         vm/jit/inline/parseXTA.c, vm/jit/verify/typecheck.c,
+         vm/jit/verify/typeinfo.c, vm/jit/verify/typeinfo.h: classinfo:
+         changed type of super and interfaces to classref_or_classinfo
+         fixed some warnings
+
+2005-04-01 23:24  edwin
+
+       * src/vm/jit/: parse.c, parse.h, inline/parseXTA.c: moved
+         descriptor2typesL to jit/inline/parseXTA.c
+
+2005-04-01 23:19  edwin
+
+       * src/vm/: method.c, method.h, jit/jit.c, jit/parse.c, jit/parse.h,
+         jit/alpha/codegen.c, jit/i386/codegen.c, jit/inline/inline.c,
+         jit/inline/parseRT.c, jit/inline/parseXTA.c, jit/mips/codegen.c,
+         jit/powerpc/codegen.c, jit/x86_64/codegen.c: changed
+         descriptor2types to parsed descriptors and moved it to method.c
+
+2005-04-01 22:57  edwin
+
+       * src/native/: jni.c, native.c, vm/Field.c, vm/VMClass.c: switched
+         JNI to parsed descriptors
+
+2005-04-01 22:56  edwin
+
+       * src/vm/: descriptor.c, descriptor.h, global.h, linker.c,
+         loader.c, loader.h, resolve.c, resolve.h, jit/verify/typeinfo.c:
+         removed old descriptor parsing functions added declared type in
+         typedesc rearranged PRIMITIVETYPE_ constants
+
+2005-04-01 18:53  edwin
+
+       * src/vm/: Makefile.am, access.h, class.c, class.h, classcache.c,
+         classcache.h, descriptor.c, descriptor.h, exceptions.h, field.h,
+         global.h, linker.c, linker.h, loader.c, loader.h, method.c,
+         method.h, references.h, resolve.c, resolve.h, stringlocal.h,
+         utf8.h, jit/codegen.inc.h, jit/jit.h, jit/stack.c, jit/stack.h,
+         jit/inline/parseXTA.h, jit/inline/sets.c, jit/inline/sets.h,
+         jit/tools/genoffsets.c, jit/verify/typecheck.c,
+         jit/verify/typeinfo.c, jit/verify/typeinfo.h: extended type
+         system to use symbolic references introduce pre-parsed
+         descriptors cleaned up headers made classcache thread-safe
+
+2005-04-01 15:31  twisti
+
+       * src/vm/jit/mips/asmpart.S: - added asm_calljavafunction_int -
+         call proper class load/link functions - set the noreorder/reorder
+         pragmas on better positions
+
+2005-04-01 15:28  twisti
+
+       * src/vm/jit/x86_64/codegen.c: Patched back in the s1 == REG_ITMP1
+         (former d == REG_ITMP3) optimization.
+
+2005-04-01 15:20  twisti
+
+       * src/vm/jit/alpha/codegen.c: CHECKCAST bugfix.
+
+2005-04-01 15:10  twisti
+
+       * src/vm/jit/i386/codegen.c: CHECKCAST bugfix.
+
+2005-04-01 15:00  twisti
+
+       * src/vm/jit/powerpc/asmpart.S: - added asm_calljavafunction_int -
+         call proper class load/link functions
+
+2005-04-01 13:23  twisti
+
+       * src/vm/jit/x86_64/codegen.c: - fixed CHECKCAST bug - align stack
+         to 16-byte only in non-leafmethods (this saves some stack
+         frames)
+
+2005-04-01 10:42  twisti
+
+       * src/native/vm/VMClass.c: Arghhh, small type in #if.
+
+2005-03-31 21:29  twisti
+
+       * src/native/vm/VMClassLoader.c: - defineClass: implemented
+         (instead of calling the JNI function, this one   is called more
+         often) - loadClass: some changes (not finished)
+
+2005-03-31 21:27  twisti
+
+       * src/native/vm/VMClass.c: - forName: just return NULL, to use
+         classpath default implementation - isAssignableFrom: use builtin
+         function instead of JNI - isInstance: use builtin function
+         instead of JNI - loadArrayClass: implemented
+
+2005-03-31 21:23  twisti
+
+       * src/native/jni.c: Call native functions (instead the other way
+         around) for: DefineClass, IsAssignableFrom, IsInstanceOf
+
+2005-03-31 21:18  twisti
+
+       * tests/native/: Makefile.am, checkjni.c, checkjni.java: Initial
+         JNI test code.
+
+2005-03-31 17:50  twisti
+
+       * src/vm/linker.c: Fixed bug in adding interface methods to
+         abstract classes (don't add <clinit> and <init> methods).
+
+2005-03-31 16:49  twisti
+
+       * src/vm/jit/x86_64/asmpart.S: - call proper class load/link
+         functions - return NULL on exception in asm_calljavafunction*
+
+2005-03-31 11:52  christian
+
+       * src/vm/jit/x86_64/emitfuncs.c: shift bug finaly fixed
+
+2005-03-30 22:32  twisti
+
+       * src/mm/: boehm.c, boehm.h: Warning fixes.
+
+2005-03-30 22:20  twisti
+
+       * src/native/nativetable.inc: - added nativeGetResources - fix for
+         defineClass
+
+2005-03-30 22:18  twisti
+
+       * src/vm/jit/alpha/asmpart.S: - added asm_calljavafunction_int -
+         call proper class load/link functions
+
+2005-03-30 22:18  twisti
+
+       * src/vm/jit/stack.c: Two ICMD_PUT{STATIC,FIELD}CONST bugfixes.
+
+2005-03-30 22:14  twisti
+
+       * src/vm/jit/i386/asmpart.S: Call proper class load/link functions.
+
+2005-03-30 22:08  twisti
+
+       * src/vm/jit/verify/typeinfo.c: Call proper class load/link
+         functions.
+
+2005-03-30 22:08  twisti
+
+       * src/vm/jit/inline/parseXTA.h: Moved LAZYLOADING* from loader.h
+
+2005-03-30 22:07  twisti
+
+       * src/vm/jit/jit.c: Removed unnecessary stdlib.h include.
+
+2005-03-30 22:06  twisti
+
+       * src/vm/: utf8.c, utf8.h: Added
+         utf_java_lang_NoClassDefFoundError: : required in native vm class
+         loading functions.
+
+2005-03-30 22:05  twisti
+
+       * src/vm/global.h: Removed CLASS_IS_ARRAY macro.x
+
+2005-03-30 22:05  twisti
+
+       * src/vm/linker.c: Link primitive type wrapper classes in
+         linker_init.
+
+2005-03-30 22:04  twisti
+
+       * src/vm/loader.c: Load primitive type wrapper classes in
+         loader_init.
+
+2005-03-30 22:03  twisti
+
+       * src/vm/loader.h: Moved LAZYLOADING* to xta header.
+
+2005-03-30 21:30  twisti
+
+       * src/vm/: class.c, class.h: Added
+         class_java_lang_NoClassDefFoundError: required in native vm class
+         loading functions.
+
+2005-03-30 21:28  twisti
+
+       * src/native/vm/: VMClass.c, VMClassLoader.c, VMThrowable.c: Use
+         proper class load and link functions.
+
+2005-03-30 21:27  twisti
+
+       * src/native/native.c: - proper link_class call - moved primitive
+         wrapper type loading/linking to {loader,linker}_init
+
+2005-03-30 21:16  twisti
+
+       * src/native/jni.c: Set classloader in DefineClass.
+
+2005-03-30 21:12  twisti
+
+       * src/mm/memory.h: Forward typedef dumpblock and dumpinfo.
+
+2005-03-30 18:47  twisti
+
+       * src/: vm/builtin.c, vm/builtin.h, vm/class.c, vm/linker.c,
+         vm/linker.h, vm/loader.c, vm/loader.h, vm/resolve.c, vm/string.c,
+         vm/utf8.c, vm/utf8.h, vm/jit/parse.c, cacao/cacao.c,
+         cacaoh/cacaoh.c, threads/native/threads.c: Use proper class load
+         and link functions.
+
+2005-03-30 18:47  twisti
+
+       * src/vm/: exceptions.c, exceptions.h: - added new_internalerror
+         (TODO: use get_variable_message_length, if i get   some time for
+         it...) - use proper class load and link functions
+
+2005-03-30 18:44  twisti
+
+       * src/native/jni.c: Class loading and linking changes (use proper
+         functions).
+
+2005-03-30 14:55  twisti
+
+       * src/vm/jit/i386/asmpart.S: Removed deprecated .globl defines:
+         asm_builtin_checkcast, asm_builtin_anewarray,
+         asm_builtin_newarray_array
+
+2005-03-30 14:55  twisti
+
+       * src/vm/jit/x86_64/asmpart.S: Removed unused .globl defines (from
+         i386): asm_builtin_anewarray, asm_builtin_newarray_array,
+         asm_builtin_arrayinstanceof
+
+2005-03-30 14:54  twisti
+
+       * src/vm/jit/mips/asmpart.S: Removed deprecated .globl defines:
+         asm_builtin_trace, asm_builtin_exittrace
+
+2005-03-30 14:53  twisti
+
+       * src/vm/jit/alpha/asmpart.S: Removed deprecated .globl defines:
+         asm_builtin_checkcast, asm_builtin_trace, asm_builtin_exittrace
+
+2005-03-30 14:51  twisti
+
+       * src/vm/jit/asmpart.h: Removed deprecated prototypes.
+
+2005-03-30 14:50  twisti
+
+       * src/classpath/: .cvsignore, doc/.cvsignore, doc/api/.cvsignore,
+         examples/.cvsignore, external/.cvsignore,
+         gnu/classpath/.cvsignore, include/.cvsignore, lib/.cvsignore,
+         native/.cvsignore, native/fdlibm/.cvsignore,
+         native/jni/.cvsignore, native/jni/classpath/.cvsignore,
+         native/jni/gtk-peer/.cvsignore, native/jni/java-io/.cvsignore,
+         native/jni/java-lang/.cvsignore, native/jni/java-net/.cvsignore,
+         native/jni/java-nio/.cvsignore, native/jni/java-util/.cvsignore,
+         native/jni/xmlj/.cvsignore, native/target/.cvsignore,
+         native/target/Linux/.cvsignore, native/target/generic/.cvsignore,
+         scripts/.cvsignore, vm/.cvsignore, vm/reference/.cvsignore:
+         Reimport.
+
+2005-03-30 14:32  twisti
+
+       * src/cacaoh/headers.c: - added asm_builtin_new (how did this
+         work?) - include proper headers - changed asmpart function
+         defines
+
+2005-03-30 12:24  twisti
+
+       * src/native/native.h: Added proper header includes.
+
+2005-03-30 12:23  twisti
+
+       * src/native/native.c: Removed ProtectionDomain stuff, this is done
+         via gnu classpath.
+
+2005-03-30 12:18  twisti
+
+       * src/vm/: loader.c, loader.h: Removed ProtectionDomain stuff, this
+         is done through gnu classpath.
+
+2005-03-30 12:03  twisti
+
+       * src/vm/: utf8.c, utf8.h: Added: utf_strcat_classname
+
+2005-03-30 11:55  twisti
+
+       * src/vm/jit/: jit.c, jit.h: Moved builtin table stuff to
+         builtin.[ch]
+
+2005-03-30 11:54  twisti
+
+       * src/vm/: builtin.c, builtin.h: Moved builtin table stuff from
+         jit.c
+
+2005-03-30 11:49  twisti
+
+       * src/toolbox/logging.c: Don't use fixed buffer length for
+         log_message_class and log_message_method (todo: change other
+         functions too).
+
+2005-03-30 00:46  twisti
+
+       * src/vm/jit/parse.c: Replaced class_load with class_load_extern
+         (this is not finished yet).
+
+2005-03-30 00:34  twisti
+
+       * src/cacao/cacao.c: - added linker_init() call - check for
+         exceptions in _init() calls
+
+2005-03-30 00:30  twisti
+
+       * src/vm/Makefile.am: Added additional files.
+
+2005-03-30 00:27  twisti
+
+       * src/native/jni.h: Added header includes: field, method
+
+2005-03-30 00:24  twisti
+
+       * src/toolbox/: util.c, util.h: Added get_variable_message_length:
+         this function determines the buffer size required by e.g.
+         vnsprintf
+
+2005-03-30 00:23  twisti
+
+       * src/: toolbox/logging.h, mm/boehm.h: Changed header includes.
+
+2005-03-30 00:21  twisti
+
+       * src/vm/jit/asmpart.h: - changes header includes - use cacao types
+         instead of jni ones
+
+2005-03-30 00:20  twisti
+
+       * src/vm/jit/codegen.inc.h: - added header includes - moved
+         function prototypes from jit.h: createcompilerstub,
+         createnativestub, removecompilerstub, removenativestub
+
+2005-03-30 00:18  twisti
+
+       * src/vm/jit/jit.h: - added header includes - moved function
+         prototypes to codegen.inc.h: createcompilerstub,
+         createnativestub, removecompilerstub, removenativestub
+
+2005-03-30 00:12  twisti
+
+       * src/vm/jit/stacktrace.h: Moved stuff from global.h
+
+2005-03-30 00:09  twisti
+
+       * src/vm/class.h: - added constant_classref typedef - removed
+         unused extern
+
+2005-03-30 00:09  twisti
+
+       * src/vm/: class.c, jit/tools/genoffsets.c: Include proper header
+         files.
+
+2005-03-30 00:00  twisti
+
+       * src/vm/: loader.c, loader.h, global.h: Moved a lot of stuff to
+         seperate files.
+
+2005-03-29 23:57  twisti
+
+       * src/vm/linker.h: Moved stuff from global.h
+
+2005-03-29 23:56  twisti
+
+       * src/vm/linker.c: Moved stuff from loader.c
+
+2005-03-29 23:55  twisti
+
+       * src/vm/unzip.h: Include proper header files.
+
+2005-03-29 23:50  twisti
+
+       * src/vm/tables.h: Include proper header files.
+
+2005-03-29 23:50  twisti
+
+       * src/vm/builtin.h: - added header include - define
+         BUILTIN_anewarray
+
+2005-03-29 23:49  twisti
+
+       * src/vm/builtin.c: Removed SIZE_FROM_CLASSINFO stuff (i think we
+         don't need this anymore, because we now use boehm as gc).
+
+2005-03-29 23:42  twisti
+
+       * src/vm/method.h: - moved stuff from global.h - added proper
+         header includes
+
+2005-03-29 23:36  twisti
+
+       * src/vm/field.h: Include new proper header files.
+
+2005-03-29 23:28  twisti
+
+       * src/vm/: descriptor.h, resolve.h: Moved stuff from global.h
+
+2005-03-29 23:26  twisti
+
+       * src/vm/: classcache.h, access.h, descriptor.c: Include new proper
+         header files.
+
+2005-03-29 23:25  twisti
+
+       * src/vm/exceptions.h: Global variables comment.
+
+2005-03-29 18:46  twisti
+
+       * src/vm/utf8.h: - added utf_strcat - added utf structure (from
+         global.h)
+
+2005-03-29 18:45  twisti
+
+       * src/vm/utf8.c: Added: utf_strcat
+
+2005-03-29 00:44  twisti
+
+       * src/vm/jit/inline/: inline.c, parseRT.c, parseXTA.c, sets.c,
+         sets.h: Changed some includes.
+
+2005-03-29 00:44  twisti
+
+       * src/vm/jit/inline/parseXTA.h: Added: xtainfo, xtafldinfo
+         structures
+
+2005-03-29 00:35  twisti
+
+       * src/vm/class.h: Moved stuff from other headers (global.h,
+         loader.h).
+
+2005-03-29 00:34  twisti
+
+       * src/vm/class.c: Added: class_freecpool, class_free
+
+2005-03-29 00:12  christian
+
+       * src/vm/jit/x86_64/emitfuncs.c: bugfix in saving rcx for lshl
+
+2005-03-29 00:09  twisti
+
+       * src/vm/resolve.c: Include linker.h instead of loader.h.
+
+2005-03-28 23:59  twisti
+
+       * src/vm/: linker.c, linker.h: Linker related stuff (mostly from
+         loader.c/global.h).
+
+2005-03-28 23:57  twisti
+
+       * src/vm/: method.c, method.h: Method related stuff (mostly from
+         loader.c/global.h).
+
+2005-03-28 23:56  twisti
+
+       * src/vm/: field.c, field.h: Field related stuff (mostly from
+         loader.c/global.h).
+
+2005-03-27 21:00  edwin
+
+       * src/vm/tables.c: initialize and free classcache
+
+2005-03-27 20:59  edwin
+
+       * src/vm/utf8.c: made array_packagename harder to spoof
+
+2005-03-27 20:56  edwin
+
+       * src/vm/: access.c, access.h: check defining classloader in
+         SAME_PACKAGE
+
+2005-03-27 17:38  edwin
+
+       * src/vm/jit/verify/typeinfo.c: moved CLASS_IS_ARRAY to
+         vm/jit/verify/typeinfo.c
+
+2005-03-27 17:17  edwin
+
+       * src/vm/descriptor.c: added macro CLASSREF_INIT
+
+2005-03-27 17:16  edwin
+
+       * src/vm/: class.c, class.h: added functions for dynamically
+         creating classrefs added macro CLASSREF_INIT
+
+2005-03-27 17:15  edwin
+
+       * src/vm/global.h: moved typecheckverbose flag to
+         jit/verify/typeinfo.h
+
+2005-03-27 16:49  edwin
+
+       * src/vm/class.h: added functions for dynamically creating class
+         references
+
+2005-03-27 16:43  edwin
+
+       * src/vm/descriptor.c: added paramslots field in methoddesc
+
+2005-03-27 16:41  edwin
+
+       * src/vm/global.h: added some fields for parsed descriptors removed
+         typecheck configuration macros from global.h
+
+2005-03-25 21:15  edwin
+
+       * src/vm/jit/verify/typeinfo.c: moved the check for
+         classinfo->linked
+
+2005-03-25 21:14  edwin
+
+       * src/vm/jit/verify/typeinfo.h: documentation updates for the
+         coming changes
+
+2005-03-25 18:12  edwin
+
+       * src/vm/: resolve.c, resolve.h: added functions for freeing memory
+
+2005-03-25 16:54  twisti
+
+       * src/vm/jit/x86_64/asmpart.S: - added asm_calljavafunction_int
+         (for calls which require an int return   value).  - stack align
+         fix, problems with -sai (you know, this movaps instruction in
+         libc's printf)
+
+2005-03-25 16:13  edwin
+
+       * src/vm/descriptor.c: check if classnames are valid
+
+2005-03-25 15:25  edwin
+
+       * src/vm/classcache.c: fix merging of classcache_class_entry:s
+
+2005-03-25 15:05  edwin
+
+       * src/vm/Makefile.am: added
+         {access,classcache,descriptor,resolve}.[ch] to Makefile.am
+
+2005-03-25 14:45  edwin
+
+       * src/vm/jit/: jit.h, verify/typecheck.c: moved
+         INSTRUCTION_PUTCONST_* macros to vm/jit/jit.h
+
+2005-03-25 14:35  edwin
+
+       * src/vm/: statistics.c, statistics.h: added statistics for size of
+         classrefs and parsed descriptors
+
+2005-03-25 14:32  edwin
+
+       * src/vm/global.h: minor documentation fixes
+
+2005-03-25 14:30  edwin
+
+       * src/vm/: class.c, global.h: added data structures for parsed
+         descriptors and class references
+
+2005-03-25 13:35  edwin
+
+       * src/vm/: resolve.c, resolve.h: added new code for resolving
+         symbolic references
+
+2005-03-25 13:34  edwin
+
+       * src/vm/: classcache.c, classcache.h: added new code for the
+         loaded class cache and loading constraints
+
+2005-03-25 13:33  edwin
+
+       * src/vm/: descriptor.c, descriptor.h: added new code for
+         pre-parsed descriptors
+
+2005-03-25 13:23  edwin
+
+       * src/vm/: access.c, access.h: added new code for checking access
+         rights
+
+2005-03-24 20:06  edwin
+
+       * src/native/vm/VMSystemProperties.c: temporary fix for getenv
+         returning NULL for LD_LIBRARY_PATH
+
+2005-03-24 19:48  twisti
+
+       * src/vm/jit/alpha/codegen.c: - implemented: ICMD_PUTSTATICCONST,
+         ICMD_PUTFIELDCONST - check for null pointer in ICMD_INVOKESPECIAL
+
+2005-03-24 18:56  christian
+
+       * src/vm/jit/x86_64/: codegen.c, emitfuncs.c: Problem with
+         not/wrong saved argument registers used as temp registers
+         resolved
+
+2005-03-24 13:21  twisti
+
+       * src/vm/jit/x86_64/: codegen.h, emitfuncs.c: Added
+         x86_64_emit_byte_rex: movb_reg_membase needs a special rex byte,
+         because the 64-bit flag is not set, but we need the low nibbles
+         of all registers (e.g. mov %bpl,(%rax,%rcx,1)).
+
+2005-03-24 11:13  twisti
+
+       * src/vm/unzip.c: Add all files (including .properties) to the zip
+         dir list.
+
+2005-03-23 20:26  twisti
+
+       * src/vm/jit/i386/asmpart.S: Added asm_calljavafunction_int (for
+         calls which require an int return value).
+
+2005-03-23 12:55  twisti
+
+       * src/cacao/cacao.c: - support external classpath - don't add
+         classpath to bootstrap classloader
+
+2005-03-23 12:46  twisti
+
+       * src/native/vm/VMClassLoader.c: Ooops! Sorry for this bug.
+
+2005-03-23 12:21  twisti
+
+       * src/vm/jit/asmpart.h: Added asm_calljavafunction_int (for calls
+         which require an int return value).
+
+2005-03-23 12:19  twisti
+
+       * src/toolbox/Makefile.am: Added util.[ch]
+
+2005-03-23 12:19  twisti
+
+       * src/toolbox/: util.c, util.h: This should be used for the utility
+         functions, like a getcwd() replacement.
+
+2005-03-23 12:16  twisti
+
+       * src/vm/: loader.c, loader.h: Export classpath_entries (this
+         should be stored somewhere in a jni struct).
+
+2005-03-23 12:10  twisti
+
+       * src/vm/: utf8.c, utf8.h: Added: utf_java_util_Vector,
+         utf_loadClass,        utf_java_lang_String__java_lang_Class
+
+2005-03-23 12:09  twisti
+
+       * src/vm/: class.c, class.h: Added class_java_util_Vector
+
+2005-03-23 12:08  twisti
+
+       * src/native/include/Makefile.am: - support external classpath -
+         added: java_util_Vector.h
+
+2005-03-23 12:05  twisti
+
+       * src/classpath/vm/reference/java/lang/VMClassLoader.java: - made
+         defineClass(ClassLoader cl, String name, byte[] data, int offset,
+         int len, ProtectionDomain pd)   native - in the meantime, throw a
+         deprecated error on defineClass without   ProtectionDomain -
+         implemented getResources: use native nativeGetResources function
+
+2005-03-23 11:59  twisti
+
+       * src/native/vm/VMClassLoader.c: - implemented
+         defineClass(Ljava/lang/ClassLoader;Ljava/lang/String;[BIILjava/security/ProtectionDomain;)Ljava/lang/Class;
+         instead of defineClass(Ljava/lang/String;[BII)Ljava/lang/Class;
+         - implemented Java_java_lang_VMClassLoader_nativeGetResources
+
+2005-03-23 11:57  twisti
+
+       * src/native/vm/VMSystemProperties.c: - support external classpath
+         - add gnu.classpath.boot.library.path property - use util
+         _Jv_getcwd call (prefix?)
+
+2005-03-22 12:21  twisti
+
+       * src/vm/jit/schedule/schedule.c: Schedule progress.
+
+2005-03-21 18:00  twisti
+
+       * src/vm/jit/schedule/: schedule.c, schedule.h: Scheduler work.
+
+2005-03-21 10:40  twisti
+
+       * src/vm/jit/schedule/schedule.c: Initial scheduling.
+
+2005-03-20 18:21  twisti
+
+       * src/vm/jit/mips/codegen.c: Implemented PUTSTATICCONST and
+         PUTFIELDCONST.
+
+2005-03-20 18:20  twisti
+
+       * src/vm/jit/mips/arch.h: Enabled SUPPORT_CONST_STORE
+
+2005-03-20 17:26  twisti
+
+       * src/vm/jit/x86_64/asmpart.S: - don't pass stackpointer to
+         asm_check_clinit - check for compiler exceptions
+
+2005-03-20 17:26  twisti
+
+       * src/vm/jit/x86_64/emitfuncs.c: Renamed x86_64_is_immxx to
+         IS_IMMxx.
+
+2005-03-20 17:25  twisti
+
+       * src/vm/jit/x86_64/codegen.h: Renamed x86_64_is_immxx to IS_IMMxx.
+         Maybe these should be moved somewhere else.
+
+2005-03-20 17:24  twisti
+
+       * src/vm/jit/x86_64/codegen.c: - PUTSTATICCONST, PUTFIELDCONST
+         implemented - don't pass stack pointer to asm_check_clinit -
+         removed needless exceptions
+
+2005-03-20 16:03  twisti
+
+       * src/vm/jit/mips/Makefile.am: Build dir support.
+
+2005-03-20 15:43  edwin
+
+       * src/vm/jit/: stack.c, verify/typecheck.c: PUT{STATIC,FIELD}CONST:
+         use iptr[0].op1 for constant type PUT{STATIC,FIELD}CONST: use
+         correct value from iptr[0].val
+
+2005-03-20 15:29  edwin
+
+       * src/vm/jit/verify/typecheck.c: add verification of
+         PUT{STATIC,FIELD}CONST
+
+2005-03-20 15:28  edwin
+
+       * src/vm/jit/stack.c: PUT{FIELD,STATIC}CONST: store type of
+         constant in iptr[1].op1
+
+2005-03-20 14:49  twisti
+
+       * src/vm/jit/i386/codegen.c: Implemented: PUTSTATICCONST,
+         PUTFIELDCONST
+
+2005-03-20 14:42  twisti
+
+       * src/vm/jit/i386/: emitfuncs.c, emitfuncs.h: Added
+         i386_mov_imm_mem
+
+2005-03-20 14:42  twisti
+
+       * src/vm/jit/stack.c: PUTSTATICCONST, PUTFIELDCONST bugfixes.
+
+2005-03-20 14:39  twisti
+
+       * src/vm/jit/jit.c: SUPPORT_LONG_LOG -> SUPPORT_LONG_LOGICAL
+
+2005-03-20 12:24  twisti
+
+       * src/vm/jit/: alpha/arch.h, i386/arch.h, mips/arch.h,
+         powerpc/arch.h, x86_64/arch.h: Added and changed some SUPPORT
+         defines.
+
+2005-03-20 12:22  twisti
+
+       * src/vm/jit/: jit.c, jit.h, reg.inc, stack.c: New ICMDs:
+         PUTSTATICCONST, PUTFIELDCONST, IMULPOW2, LMULPOW2
+
+2005-03-19 16:57  twisti
+
+       * src/vm/jit/mips/codegen.c: Implemented integer ICMD_xASTORECONST
+         instructions.
+
+2005-03-18 14:23  twisti
+
+       * src/cacaoh/Makefile.am: cacaoh does not need libjavalang.
+
+2005-03-18 13:45  twisti
+
+       * configure.in, src/Makefile.am: External classpath support.
+
+2005-03-18 13:42  twisti
+
+       * src/lib/.cvsignore: Ignore Makefiles.
+
+2005-03-18 13:41  twisti
+
+       * src/lib/Makefile.am: External classpath support.
+
+2005-03-18 10:24  twisti
+
+       * src/vm/jit/schedule/: schedule.c, schedule.h: First try to
+         implement the scheduler.
+
+2005-03-10 17:33  twisti
+
+       * src/vm/jit/Makefile.am: Added: if USE_SCHEDULER
+
+2005-03-10 17:22  twisti
+
+       * configure.in: Added --enable-scheduler, but disabled by default
+         except for xdspcore.
+
+2005-03-10 17:17  christian
+
+       * src/vm/jit/: lsra.h, lsra.inc: simple LSRA update
+
+2005-03-10 14:47  twisti
+
+       * src/vm/jit/jit.h: Added IS_ADR_TYPE macro.
+
+2005-03-10 14:45  twisti
+
+       * src/vm/jit/stack.c: Pass stdout to disassinstr for xDSPcore.
+
+2005-03-10 14:43  twisti
+
+       * src/vm/jit/: lsra.h, lsra.inc: - GNU header update - changed
+         __i386__ to __I386__ (cross-compile problems)
+
+2005-03-10 14:31  twisti
+
+       * src/vm/: statistics.c, statistics.h: - reformated some output, so
+         the number from a whole classpath compile can   be read - added
+         scheduler statistics
+
+2005-03-10 13:20  twisti
+
+       * src/vm/jit/schedule/: schedule.c, schedule.h: Better latency
+         calculation.
+
+2005-03-10 09:15  christian
+
+       * src/vm/jit/: lsra.h, lsra.inc: simple LSRA: argument precoloring
+         with CONSECUTIVE* flags
+
+2005-03-09 13:11  twisti
+
+       * configure.in: Added --disable-statistics
+
+2005-03-09 13:07  twisti
+
+       * src/cacao/cacao.c: #ifdef STATISTICS statistics option.
+
+2005-03-09 13:06  twisti
+
+       * src/vm/Makefile.am: Only compile statistics object with
+         STATISTICS.
+
+2005-03-09 13:01  twisti
+
+       * src/vm/loader.c: Include config.h and ifdef statistics stuff to
+         support --disable-statistics.
+
+2005-03-09 12:57  twisti
+
+       * src/native/: jni.c, vm/VMSystemProperties.c: Include config.h and
+         ifdef statistics stuff to support --disable-statistics.
+
+2005-03-09 12:55  twisti
+
+       * src/: cacaoh/cacaoh.c, mm/memory.c: ifdef statistics stuff to
+         support --disable-statistics.
+
+2005-03-09 12:53  twisti
+
+       * src/: toolbox/logging.c, toolbox/logging.h, cacao/cacao.c:
+         Include config.h and ifdef statistics stuff to support
+         --disable-statistics.
+
+2005-03-09 12:53  twisti
+
+       * src/vm/global.h: - added CACAO_JRE_DIR - removed STATISTICS
+         (configure option)
+
+2005-03-09 12:37  twisti
+
+       * src/vm/jit/: inline/inline.c, inline/parseRT.c,
+         inline/parseRTstats.c, inline/parseXTA.c, jit.c: Include config.h
+         and ifdef statistics stuff to support --disable-statistics.
+
+2005-03-09 12:14  twisti
+
+       * src/: vm/jit/x86_64/dis-asm.h, toolbox/avl.c, toolbox/list.c:
+         Added config.h to resolve undefined reference on recompilation
+         with a changes config.
+
+2005-03-08 07:34  christian
+
+       * src/vm/jit/powerpc/codegen.c: simple lsra first POWERPC Version
+         (all long in memory)
+
+2005-03-08 07:27  christian
+
+       * src/cacao/cacao.c: simple lsra first POWERPC Version (all long in
+         memory)
+
+2005-03-08 07:24  christian
+
+       * src/vm/jit/: lsra.h, lsra.inc, powerpc/codegen.c: simple lsra
+         first POWERPC Version (all long in memory)
+
+2005-03-07 12:39  twisti
+
+       * src/vm/jit/stack.c: For xdsp debugging purposes.
+
+2005-03-07 11:46  christian
+
+       * configure.in, src/vm/global.h: lsra configure switch
+
+2005-03-07 11:15  twisti
+
+       * src/native/: nativetable.inc, include/Makefile.am: Forgot to add
+         native functions which are implemented in classpath itself.
+
+2005-03-07 10:50  twisti
+
+       * src/native/native.c: Compile warning fix.
+
+2005-03-07 10:04  christian
+
+       * src/vm/jit/: lsra.h, lsra.inc: simple LSRA Update
+
+2005-03-07 09:43  christian
+
+       * src/: cacao/cacao.c, vm/global.h, vm/jit/lsra.h, vm/jit/lsra.inc,
+         vm/jit/x86_64/codegen.c: simple LSRA for i386,alpha, x86_64
+
+2005-03-07 00:10  stefan
+
+       * src/vm/jit/powerpc/: asmpart.S, codegen.c: don't use r2 as a temp
+         register on linux was also used as an "argument register" to
+         asm_call_jit_compiler
+
+2005-03-05 19:47  twisti
+
+       * src/scripts/: cacao.in, java.in, rmiregistry.in: Bugfix.
+
+2005-03-05 18:54  twisti
+
+       * configure.in: Removed src/native/tools/Makefile.
+
+2005-03-05 18:27  twisti
+
+       * src/scripts/Makefile.am: Added bin_SCRIPTS.
+
+2005-03-05 18:27  twisti
+
+       * configure.in: - add AM_MAINTAINER_MODE - removed
+         --enable-portable-native-sync - pass architecture specific
+         library dir to classpath via --libdir
+
+2005-03-05 18:13  twisti
+
+       * src/classpath/native/jni/: gtk-peer/Makefile.am,
+         java-io/Makefile.am, java-lang/Makefile.am, java-net/Makefile.am,
+         java-nio/Makefile.am, java-util/Makefile.am: Removed install
+         target and use lib_LTLIBRARIES instead of pklib_LTLIBRARIES.
+
+2005-03-05 18:13  twisti
+
+       * src/classpath/resource/Makefile.am: Changed securitydir to
+         $(prefix)/jre/lib/security.
+
+2005-03-05 18:12  twisti
+
+       * src/classpath/lib/Makefile.am: Removed noinst_DATA with install
+         hook and use rtjar_DATA with rtjardir instead.
+
+2005-03-05 18:10  twisti
+
+       * src/cacaoh/: headers.c, headers.h: Removed unused
+         printnativetableentry function.
+
+2005-03-05 18:07  twisti
+
+       * src/cacao/Makefile.am: - removed gtk lib linking stuff - removed
+         install hook
+
+2005-03-05 18:05  twisti
+
+       * src/cacao/cacao.c: Property bugfix: -Dfoo creates an empty
+         property
+
+2005-03-05 18:01  twisti
+
+       * src/Makefile.am: Added scripts to SUBDIRS.
+
+2005-03-05 17:59  twisti
+
+       * src/native/nativetable.inc: Table of native functions CACAO
+         implements (is now hardcoded and not generated anymore, because
+         the classpath VM api should be more or less stable).
+
+2005-03-05 17:58  twisti
+
+       * src/native/native.c: Removed old, unused gtk stuff.
+
+2005-03-05 17:57  twisti
+
+       * src/native/Makefile.am: Removed nativetable.inc generation stuff.
+
+2005-03-05 17:57  twisti
+
+       * src/native/include/Makefile.am: - removed headers which are not
+         required - changed header generation
+
+2005-03-05 17:56  twisti
+
+       * src/native/classes.am: Not needed anymore.
+
+2005-03-05 17:55  twisti
+
+       * src/native/tools/: Makefile.am, gennativetable.c: From now, we
+         use a hardcoded nativetable.
+
+2005-03-05 17:53  twisti
+
+       * src/native/vm/Makefile.am: - removed old, unused gtk files -
+         removed implementednatives.data stuff
+
+2005-03-05 17:50  twisti
+
+       * src/native/vm/VMRuntime.c: Removed unused headers.
+
+2005-03-05 17:50  twisti
+
+       * src/native/vm/VMClass.c: Header fixes.
+
+2005-03-05 17:47  twisti
+
+       * src/native/vm/: GtkComponentPeer.c, GtkFileDialogPeer.c,
+         GtkScrollPanePeer.c: Not required anymore.
+
+2005-03-05 16:55  twisti
+
+       * src/vm/jit/x86_64/codegen.c: - removed ALIGNCODENOP - bugfix in
+         runverbose: float register have been copied to the wrong
+         integer registers
+
+2005-03-05 16:42  twisti
+
+       * src/vm/jit/x86_64/codegen.h: Removed ALIGNCODENOP.
+
+2005-03-05 15:37  twisti
+
+       * doc/.cvsignore, doc/handbook/.cvsignore, src/boehm-gc/.cvsignore,
+         src/boehm-gc/doc/.cvsignore, src/boehm-gc/include/.cvsignore,
+         src/cacao/.cvsignore, src/cacaoh/.cvsignore, src/mm/.cvsignore,
+         src/native/.cvsignore, src/native/include/.cvsignore,
+         src/native/vm/.cvsignore, src/threads/.cvsignore,
+         src/threads/green/.cvsignore, src/threads/native/.cvsignore,
+         src/toolbox/.cvsignore, src/vm/jit/alpha/.cvsignore,
+         src/vm/jit/i386/.cvsignore, src/vm/jit/inline/.cvsignore,
+         src/vm/jit/loop/.cvsignore, src/vm/jit/mips/.cvsignore,
+         src/vm/jit/powerpc/.cvsignore, src/vm/jit/tools/.cvsignore,
+         src/vm/jit/verify/.cvsignore, src/vm/jit/x86_64/.cvsignore,
+         man/.cvsignore, src/.cvsignore, src/scripts/.cvsignore,
+         src/vm/.cvsignore, src/vm/jit/.cvsignore,
+         src/vm/jit/schedule/.cvsignore, tests/.cvsignore,
+         tests/native/.cvsignore, .cvsignore: Just ignore some files.
+
+2005-03-04 18:09  twisti
+
+       * src/vm/jit/schedule/: schedule.c, schedule.h: Friday save.
+
+2005-03-04 17:30  twisti
+
+       * src/native/: Makefile.am, include/Makefile.am: Build directory
+         fixes.
+
+2005-03-04 17:14  twisti
+
+       * src/vm/jit/powerpc/Makefile.am: Build directory fixes.
+
+2005-03-04 16:53  twisti
+
+       * configure.in: Removed jvm98 Makefile.
+
+2005-03-04 16:49  christian
+
+       * src/vm/jit/: jit.c, lsra.h, lsra.inc: [no log message]
+
+2005-03-04 16:20  twisti
+
+       * tests/Makefile.am: Removed jvm98 subdir.
+
+2005-03-04 12:33  twisti
+
+       * ChangeLog: Updated.
+
+2005-03-04 12:33  twisti
+
+       * ChangeLog-1998, ChangeLog-1999, ChangeLog-2000, ChangeLog-2001,
+         ChangeLog-2002, ChangeLog-2003, ChangeLog-2004: Yearly
+         changelogs.
+
 2005-03-03 12:25  twisti
 
        * src/vm/jit/powerpc/: disass.c, disass.h: - don't pass unused pos
          gnu/java/awt/peer/gtk/package.html,
          gnu/java/io/EncodingManager.java,
          gnu/java/io/class-dependencies.conf,
-         gnu/java/io/decode/DecoderUTF8.java,
          gnu/java/locale/LocaleInformation_af.java,
          gnu/java/locale/LocaleInformation_am.java,
          gnu/java/locale/LocaleInformation_az_Cyrl.java,
          gnu/java/beans/EmptyBeanInfo.java,
          gnu/java/beans/decoder/GrowableArrayContext.java,
          gnu/java/io/class-dependencies.conf,
-         gnu/java/io/decode/Decoder8859_13.java,
-         gnu/java/io/decode/Decoder8859_15.java,
-         gnu/java/io/decode/Decoder8859_6.java,
-         gnu/java/io/decode/Decoder8859_7.java,
-         gnu/java/io/decode/Decoder8859_8.java,
-         gnu/java/io/decode/Decoder8859_9.java,
-         gnu/java/io/decode/DecoderASCII.java,
-         gnu/java/io/decode/DecoderCp1047.java,
-         gnu/java/io/decode/DecoderEBCDIC_XML_US.java,
-         gnu/java/io/decode/DecoderUTF16BE.java,
-         gnu/java/io/decode/DecoderUTF16LE.java,
-         gnu/java/io/decode/DecoderUTF32BE.java,
-         gnu/java/io/decode/DecoderUTF32LE.java,
-         gnu/java/io/decode/DecoderWindows1250.java,
-         gnu/java/io/decode/DecoderWindows1252.java,
-         gnu/java/io/encode/Encoder8859_13.java,
-         gnu/java/io/encode/Encoder8859_15.java,
-         gnu/java/io/encode/Encoder8859_6.java,
-         gnu/java/io/encode/Encoder8859_7.java,
-         gnu/java/io/encode/Encoder8859_8.java,
-         gnu/java/io/encode/Encoder8859_9.java,
-         gnu/java/io/encode/EncoderASCII.java,
-         gnu/java/io/encode/EncoderCp1047.java,
-         gnu/java/io/encode/EncoderEBCDIC_XML_US.java,
-         gnu/java/io/encode/EncoderUTF16BE.java,
-         gnu/java/io/encode/EncoderUTF16LE.java,
-         gnu/java/io/encode/EncoderUTF32BE.java,
-         gnu/java/io/encode/EncoderUTF32LE.java,
-         gnu/java/io/encode/EncoderWindows1250.java,
-         gnu/java/io/encode/EncoderWindows1252.java,
          gnu/java/lang/SystemClassLoader.java,
          gnu/java/locale/LocaleHelper.java,
          gnu/java/locale/LocaleInformation.java,
          native/vm/Makefile.am, vm/jit/x86_64/Makefile.am: Build directory
          fixes.
 
-2005-01-24 17:54  twisti
-
-       * tests/kaffe/TestScript: - cacao path fixed - use jikes
-
 2005-01-24 17:53  twisti
 
        * src/native/vm/VMSystemProperties.c: #include "mm/memory.h"
          gnu/java/awt/peer/gtk/GtkWindowPeer.java,
          gnu/java/beans/BeanInfoEmbryo.java,
          gnu/java/io/EncodingManager.java,
-         gnu/java/io/decode/Decoder.java,
-         gnu/java/io/decode/DecoderUTF8.java,
-         gnu/java/io/encode/Encoder.java,
-         gnu/java/io/encode/EncoderEightBitLookup.java,
-         gnu/java/io/encode/EncoderUTF8.java,
          gnu/java/locale/LocaleInformation.java,
          gnu/java/locale/LocaleInformation_af_ZA.java,
          gnu/java/locale/LocaleInformation_ar_AE.java,