corda/classpath/avian
Joel Dice 8b83de8985 add avian.Machine.tryNative
This function allows you to call native code such that any
SIGSEGV/SIGBUS/SIGFPE/EXC_ACCESS_VIOLATION/etc. raised by that code is
transformed into a Java exception and thrown by tryNative.  Note that
this effectively results in a longjmp out of whatever function raised
the exception, so any C++ destructors or other cleanup code will not
be run.
2014-08-19 14:03:46 -06:00
..
avianvmresource update copyright years 2014-04-23 15:33:41 -06:00
file update copyright years 2014-04-23 15:33:41 -06:00
http update copyright years 2014-04-23 15:33:41 -06:00
jar update copyright years 2014-04-23 15:33:41 -06:00
Addendum.java statically type Addendum.pool better 2014-07-11 13:25:19 -06:00
AnnotationInvocationHandler.java update copyright years 2014-04-23 15:33:41 -06:00
Assembler.java update copyright years 2014-04-23 15:33:41 -06:00
Atomic.java update copyright years 2014-04-23 15:33:41 -06:00
Callback.java update copyright years 2014-04-23 15:33:41 -06:00
Cell.java update copyright years 2014-04-23 15:33:41 -06:00
ClassAddendum.java fix all the bugs 2014-07-12 16:57:24 -06:00
Classes.java update copyright years 2014-04-23 15:33:41 -06:00
Code.java statically type Addendum.pool better 2014-07-11 13:25:19 -06:00
ConstantPool.java update copyright years 2014-04-23 15:33:41 -06:00
Continuations.java staticly type GcContinuation* 2014-07-11 13:25:20 -06:00
Data.java Added an implemention of ArrayDeque, as well as unit tests 2014-03-18 19:45:00 -06:00
FieldAddendum.java update copyright years 2014-04-23 15:33:41 -06:00
Function.java update copyright years 2014-04-23 15:33:41 -06:00
IncompatibleContinuationException.java update copyright years 2014-04-23 15:33:41 -06:00
InnerClassReference.java update copyright years 2014-04-23 15:33:41 -06:00
Iso88591.java update copyright years 2014-04-23 15:33:41 -06:00
LegacyObjectInputStream.java Fix package for LegacyObjectInputStream (ammending commit to try to force a travis build) 2014-05-20 12:58:27 -06:00
LegacyObjectOutputStream.java update copyright years 2014-04-23 15:33:41 -06:00
Machine.java add avian.Machine.tryNative 2014-08-19 14:03:46 -06:00
MethodAddendum.java update copyright years 2014-04-23 15:33:41 -06:00
Pair.java fix all the bugs 2014-07-12 16:57:24 -06:00
PersistentSet.java update copyright years 2014-04-23 15:33:41 -06:00
Singleton.java statically type Addendum.pool better 2014-07-11 13:25:19 -06:00
Stream.java update copyright years 2014-04-23 15:33:41 -06:00
SystemClassLoader.java update copyright years 2014-04-23 15:33:41 -06:00
Traces.java update copyright years 2014-04-23 15:33:41 -06:00
Utf8.java update copyright years 2014-04-23 15:33:41 -06:00
VMClass.java add VMClass changes 2014-07-11 13:25:18 -06:00
VMField.java update copyright years 2014-04-23 15:33:41 -06:00
VMMethod.java add stronger typing to method.code 2014-07-11 13:25:19 -06:00