jamvm

log

age author description
2008-08-05 andrew Fix location of runtime library and inclusion of reflection classes.default tip
2008-08-05 andrew Fix errors introduced by move to Mercurial.
2008-08-05 andrew Added tag challenge for changeset f5ea446164a8
2008-08-05 andrew 2008-08-04 Andrew John Hughes <gnu_andrew@member.fsf.org>challenge
2008-08-05 andrew Document VM differences.
2008-08-05 andrew Support creating a DirectByteBuffer in OpenJDK from JNI.
2008-08-05 andrew Load libjava.so when using OpenJDK.
2008-08-05 andrew Fix storage of protection domain for OpenJDK.
2008-08-05 andrew Add additional tracing support.
2008-08-05 andrew Handle difference between StackTraceElement constructors.
2008-08-05 andrew Support flipping between GNU Classpath and OpenJDK using configure (thanks to twisti).
2008-08-05 andrew Remove ambiguity caused by new CodeSource constructor.
2008-08-05 andrew Comment out Java code that won't compile with OpenJDK's class library.
2008-08-03 convert-repo update tags
2005-09-05 rlougher Initial import.vendor start
2008-06-04 rlougher Make compatible with changes in GNU Classpath (CVS).
2008-03-11 rlougher Update docs for release
2008-03-10 rlougher Do not inline class initialisers (<clinit>).
2008-03-10 rlougher Symbol for IllegalAccessError.
2008-03-10 rlougher Resolution should throw IllegalAccessError not IllegalAccessException.
2008-03-10 rlougher Handle exception being thrown by class initialiser.
2008-03-10 rlougher ObjectWait/monitorWait extra interruptible parameter.
2008-03-10 rlougher Enable objectWait to be uninterruptible.
2008-03-10 rlougher Ensure class is initialised when allocating an object via JNI.
2008-03-10 rlougher Add IllegalAccessError.
2008-03-10 rlougher Fixes to class initialisation.
2008-03-10 rlougher Enable jar files to be ran where main class is not package-protected.
2008-03-10 rlougher Don't check for libffi or ffi.h if it's disabled.
2008-02-22 rlougher Update copyright date.
2008-02-22 rlougher Use new exception mechanism
2008-02-22 rlougher Dunno.
2008-02-22 rlougher Native support for x86_64 ABI without libffi...
2008-02-22 rlougher x86_64 ABI support.
2008-02-22 rlougher Support x86_64 ABI without libffi.
2008-02-22 rlougher Renamed initialisation stages.
2008-02-22 rlougher Added comments.
2008-02-22 rlougher Fix warning (implicit decl of exit).
2008-02-22 rlougher Remove initialisation checks. Now initialised before any Java code ran.
2008-02-22 rlougher Native method called by library unloader objects to unload library.
2008-02-22 rlougher New function prototypes.
2008-02-22 rlougher Bump date in copyright message.
2008-02-22 rlougher Change initialisation ordering.
2008-02-22 rlougher Code tidy-ups.
2008-02-22 rlougher Remove the initialisation checks. Can now be initialised before any Java
2008-02-22 rlougher Ensure JNI_OnUnload is called from a running Java thread (the finalizer). Not while inside GC!
2008-02-22 rlougher Add finalized unloader objects for libs with JNI_OnUnload.
2008-02-22 rlougher Add and maintain finalized unloader objects for shared libraries with a JNI_OnUnload method.
2008-02-22 rlougher Don't check for ffi lib or header if libffi disabled.
2008-02-11 rlougher New class for storing VM class loader data.
2008-02-11 rlougher Platform initialisation (nothing for darwin/arm).
2008-02-11 rlougher EABI support.
2008-02-11 rlougher OABI support.
2008-02-11 rlougher Native extra arg calculation.
2008-02-11 rlougher Darwin/ARM calling convention support.
2008-02-11 rlougher Darwin/ARM support.
2008-02-11 rlougher Support for amd64 calling convention.
2008-02-11 rlougher Pre-calculate stack requirements.
2008-02-11 rlougher List of preloaded exceptions.
2008-02-11 rlougher Add VM symbols to UTF8 table during initialisation.
2008-02-11 rlougher List of VM symbols.