mirror of
https://github.com/corda/corda.git
synced 2025-06-22 17:09:00 +00:00
ENT-1263 - Use MRENCLAVE instead of enclave ID in create_thread (#487)
* ENT-1263 - Use MRENCLAVE instead of enclave_id for create_thread * ENT-1263 - Dedup dependencies in JAR * ENT-1263 - Ensure C++ 11 is used for enclave inspection tool * ENT-1263 - Throw exception if enclave ID mapping does not exist
This commit is contained in:
@ -69,7 +69,7 @@ void check_transaction(void *reqbuf, size_t buflen, char *error) {
|
||||
jthrowable exception = env->ExceptionOccurred();
|
||||
env->ExceptionDescribe();
|
||||
env->ExceptionClear(); // clears the exception; e seems to remain valid
|
||||
|
||||
|
||||
jclass clazz = env->GetObjectClass(exception);
|
||||
jmethodID getMessage =
|
||||
env->GetMethodID(
|
||||
|
Reference in New Issue
Block a user