From 6f0ff28388cd28c1b1a4919a9139a96c0b0c161e Mon Sep 17 00:00:00 2001 From: jfrijters Date: Thu, 15 Mar 2007 08:01:50 +0000 Subject: [PATCH] As pointed out by FxCopy: Runtime.addShutdownHook() indirectly exposes the AppDomain.ProcessExit event, which has a LinkDemand, so we're adding the LinkDemand to addShutdownHook. --- classpath/map.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/classpath/map.xml b/classpath/map.xml index aa8e9627..041d4443 100644 --- a/classpath/map.xml +++ b/classpath/map.xml @@ -1506,6 +1506,14 @@ + + + + LinkDemand + true + + +