New tests.
[mono.git] / mono / metadata / domain-internals.h
index 56f7c697e29a41ca73d3d32129b8460e7592520a..c4579ebe128009ee231c34a394d75a9452228af3 100644 (file)
@@ -85,6 +85,7 @@ typedef struct {
        union {
                MonoClass *catch_class;
                gpointer filter;
+               gpointer handler_end;
        } data;
 } MonoJitExceptionInfo;
 
@@ -297,7 +298,7 @@ struct _MonoDomain {
        gpointer runtime_info;
 
        /*thread pool jobs, used to coordinate shutdown.*/
-       int                                     threadpool_jobs;
+       volatile int                    threadpool_jobs;
        HANDLE                          cleanup_semaphore;
        
        /* Contains the compiled runtime invoke wrapper used by finalizers */