* src/vm/jit/stack.c (stack_analyse): Do not set argintreguse to
[cacao.git] / src / vm / loader.c
2006-08-18 twisti* src/vm/class.c (class_java_lang_VMSystem): Added.
2006-07-28 twisti* src/vm/loader.c (load_class_from_classbuffer): Enable...
2006-07-25 twisti* src/vm/jit/jit.h (TYPE_INT, TYPE_LNG, TYPE_FLT, TYPE_...
2006-07-10 twisti* src/vm/statistics.c (count_class_infos): Renamed...
2006-06-23 twisti* src/vm/string.c (javastring_toutf): Check for NULL...
2006-06-14 motse* src/vm/loader.c (load_class_from_classloader): Add...
2006-05-15 twisti* src/vm/hashtable.h,
2006-05-12 edwin* src/threads/native/threads.c: The Big Thread Cleanup...
2006-05-05 edwin* src/vm/loader.c (load_class_from_classbuffer): Use new
2006-05-05 edwin* src/vm/utf8.h, src/vm/utf8.c: The Big utf_* Renaming.
2006-05-05 edwin* src/vm/utf8.c, src/vm/utf8.h (utf_strlen): Renamed to
2006-04-25 edwin* src/vm/loader.c (load_method): Simplify initializatio...
2006-04-25 edwin* src/vm/options.h, src/vm/options.c (getloadingtime...
2006-04-24 edwin* src/vm/global.h (ACC_CLASS_REFLECT_MASK): Added.
2006-04-13 edwin* src/vm/loader.c (load_class_from_classloader): Detail...
2006-04-13 edwin* src/vm/loader.c (load_class_from_classbuffer): Separa...
2006-04-13 edwin* src/vm/loader.c (load_class_from_classbuffer): Added...
2006-04-12 edwin* src/vm/class.c (class_showconstantpool): Use the...
2006-03-27 twisti* src/vm/class.c: Don't initialize classes to NULL.
2006-03-14 edwin* src/vm/method.h (methodinfo): Moved `entrypoint`...
2006-03-14 edwin* src/vm/jit/code.c, src/vm/jit/code.h: Files added.
2006-03-05 twisti* src/vm/vm.c (vm_call_method_intern): Removed.
2006-03-04 twisti* src/vm/global.h (jni_callblock): Removed.
2006-02-21 twisti* src/vm/loader.c (load_class_from_classloader): Added...
2006-02-14 twisti* src/vm/loader.c (load_field): Removed f->xta.
2006-02-12 edwin* src/vm/loader.c, src/vm/loader.h (vim boilerplate...
2006-02-02 twisti* src/vm/loader.c (loader_load_all_classes): Added...
2006-01-30 twisti* src/vm/options.h, src/vm/options.c (opt_prof): Added.
2006-01-28 twisti* src/vm/loader.c (load_method): Removed reference to
2006-01-22 twisti* Updated header: Added 2006. Changed address of FSF...
2006-01-22 twisti* src/vm/class.c (class_showmethods): Use class_printflags.
2006-01-12 twisti* Use ASM_CALLJAVAFUNCTION_ADR macro.
2006-01-10 twisti* exceptions_throw_classformaterror: Use this function.
2006-01-08 twisti* loader_load_all_classes: Print exception when loading...
2005-12-30 twisti* vm/jit/codegen.inc.h: Renamed to vm/jit/codegen-common.h.
2005-12-22 twisti* STATISTICS: Renamed to ENABLE_STATISTICS.
2005-12-20 twisti* loader_load_all_classes: Renamed classes to htclasses.
2005-12-10 twisti* Rewrite of bootstrap ZIP handling code, now uses...
2005-12-07 twisti* load_class_bootstrap: Use new_noclassdeffounderror...
2005-12-05 twisti* Replaced c->loaded and c->linked stuff with
2005-12-02 twisti* sys/stat.h, toolbox/util.h, vm/tables.h: Removed.
2005-12-01 edwin* desc_to_type: renamed to descriptor_to_basic_type...
2005-11-28 edwin* loader.c: ifdef verifier code with ENABLE_VERIFIER
2005-11-26 twisti* load_class_from_classloader: Store array classes...
2005-11-16 twisti* load_constantpool, load_newly_created_array: Replaced...
2005-10-28 twisti* load_method: Calculate count_extable_len correctly.
2005-10-26 twisti* class_resolvefield, class_findmethod, class_resolveme...
2005-10-20 edwinadded resolve_*_eager functions
2005-10-12 twisti* load_class_from_classbuffer: GCNEW renamed to GCNEW_U...
2005-10-07 edwincheck against method descriptors used for fields and...
2005-10-06 twisti* SUN compatible -verbose:class implemented.
2005-10-06 edwinuse new_internalerror where possible
2005-10-06 edwinthrow classformaterror instead of assert(0)
2005-10-06 edwinalways check return value of class_getconstant
2005-10-04 edwinimplement special lookup for INVOKESPECIAL and super...
2005-09-29 twisti* loader_load_all_classes: Also skip *.png files.
2005-09-28 twisti* class_java_lang_Thread, class_java_lang_VMThread...
2005-09-21 twisti* Mauve test fixes: check for bad array name and stuff...
2005-09-16 twisti* load_newly_created_array: Set clone() method to ACC_N...
2005-09-05 twisti* Added ENABLE_INTRP define (this is more like a hack...
2005-07-24 michi* suck_double: On little endian ARMs with FPA, doubles
2005-07-20 twisti* load_newly_created_array: Save native stub to m-...
2005-07-12 michi* fixed typo when compiled with LOADER_VERBOSE
2005-07-11 twisti* Comment typos
2005-07-08 twisti* loader_load_all_classes: fixed the META-INF bug again...
2005-07-07 twisti* loader_load_all_classes: skip META-INF entries
2005-06-20 edwinfixed classref field for 'this' parameter in methoddescs
2005-06-16 edwinclass loading synchronization: throw away loaded class...
2005-06-14 twisti* use load_class_from_sysloader return value
2005-06-13 twisti* Use load_class_bootstrap return value
2005-06-06 twisti- load_constantpool: try to add all descriptors to...
2005-05-23 twisti- killed panic's
2005-05-19 jowennVMAccessController.getStack (currently leads in some...
2005-05-12 twistiRenamed create_all_classes to loader_load_all_classes.
2005-05-01 jowennFromReflectedMethod can be called for methods and const...
2005-04-21 twistiAdded: class_java_lang_ThreadGroup
2005-04-14 edwinsynchronize VMClassLoader.defineClass and load_class_bo...
2005-04-14 edwinuse log_text for logging
2005-04-14 edwinimplemented defineClass with name == NULL
2005-04-12 twistiMoved exception loading to exceptions.c
2005-04-11 twisti- moved class_getconstant, innerclass_getconstant to...
2005-04-03 twistiRemoved class_init* stuff (now in initialize.[ch]).
2005-04-03 edwinremoved the class hash and all functions identifying...
2005-04-02 edwinno more unloaded classinfos!
2005-04-02 edwinstarted changing constant pool to constant_classrefs
2005-04-02 edwinchanged exception types and innerclass references to...
2005-04-02 edwinremoved "class" field in constant_FMIref
2005-04-02 edwinclassinfo: changed type of super and interfaces to...
2005-04-01 edwinremoved old descriptor parsing functions
2005-04-01 edwinextended type system to use symbolic references
2005-03-30 twistiLoad primitive type wrapper classes in loader_init.
2005-03-30 twistiUse proper class load and link functions.
2005-03-30 twistiRemoved ProtectionDomain stuff, this is done through...
2005-03-29 twistiMoved a lot of stuff to seperate files.
2005-03-23 twistiExport classpath_entries (this should be stored somewhe...
2005-03-09 twistiInclude config.h and ifdef statistics stuff to support...
2005-02-10 twisti- #include "vm/stringlocal.h"
2005-02-07 twistiBetter locking of zip/jar files with threads.
2005-02-03 motsefix: race condition with concurrent access to a jar...
2005-01-28 motsefix: restore
next