corda/sgx-jvm/jvm-enclave/enclave
Chris Rankin 4dbd404f64
Integrate our deterministic OpenJDK fork with Avian (#117)
* Remove non-deterministic classes from Avian (wip).
* Complete integration between Avian and our local OpenJDK fork.
* Revert accidental Avian modification.
* Implements a "blacklist filter" for Avian's system classloader.
* Remove .DSA, .RSA, .SF and .MF files when creating a fat jar.
* Revert more accidental Avian changes.
* Fix breakage with dependencies, and retain Kryo instance.
* Apply blacklisting per thread rather than globally.
* Blacklist java.lang.ClassLoader and all java.lang.Thread* classes.
* Add comment explaining class blacklisting.
* Fix Avian when building without OpenJDK.
* Configure ProGuard to keep more classes for deserialisation.
* Retain explicit return type for secure random function.
* Add sources of random numbers to the class blacklist.
* Blacklist the threading classes more precisely.
* Make SystemClassLoader.isForbidden() static.
* Prevent ProGuard from removing SerializedLambda.readResolve().
* Remove Avian tests involving direct buffers.
2017-11-21 17:06:18 +00:00
..
aex_assert.h Add sgx build, documentation, verify-enclave 2017-03-24 18:23:04 +00:00
CMakeLists.txt Integrate our deterministic OpenJDK fork with Avian (#117) 2017-11-21 17:06:18 +00:00
create-boot-jar.sh Integrate our deterministic OpenJDK fork with Avian (#117) 2017-11-21 17:06:18 +00:00
dispatch_table.cpp.template Add sgx build, documentation, verify-enclave 2017-03-24 18:23:04 +00:00
enclave_start_thread.cpp Add sgx build, documentation, verify-enclave 2017-03-24 18:23:04 +00:00
enclave_start_thread.h Add sgx build, documentation, verify-enclave 2017-03-24 18:23:04 +00:00
enclave.cpp Integrate our deterministic OpenJDK fork with Avian (#117) 2017-11-21 17:06:18 +00:00
enclave.xml Integrate our deterministic OpenJDK fork with Avian (#117) 2017-11-21 17:06:18 +00:00
gen_dispatch_table.py Add sgx build, documentation, verify-enclave 2017-03-24 18:23:04 +00:00
gen-stubsyms.sh Add sgx build, documentation, verify-enclave 2017-03-24 18:23:04 +00:00
libz.a Add sgx build, documentation, verify-enclave 2017-03-24 18:23:04 +00:00
linkerscript.lds Add sgx build, documentation, verify-enclave 2017-03-24 18:23:04 +00:00
os_support.cpp Add sgx build, documentation, verify-enclave 2017-03-24 18:23:04 +00:00
proguard.pro Add sgx build, documentation, verify-enclave 2017-03-24 18:23:04 +00:00
selfsigning.pem Add sgx build, documentation, verify-enclave 2017-03-24 18:23:04 +00:00
stubsyms.cpp Add sgx build, documentation, verify-enclave 2017-03-24 18:23:04 +00:00