Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/ikvm-fork.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjfrijters <jfrijters>2011-06-17 18:46:35 +0400
committerjfrijters <jfrijters>2011-06-17 18:46:35 +0400
commitf5c6a874a0283e2f0946a6d2b5ea0caf1af194a3 (patch)
tree2966a6d6a79eda0d5f80df4d015b94d3fcf1712a /openjdk/map.xml
parent71230ea4651385d053b92952b17bc40e82b2af39 (diff)
Use some map.xml magic to create a no-op constructor that will allow the number of source differences to be reduced while maintaining the optimized nature of the DUMMY instance.
Diffstat (limited to 'openjdk/map.xml')
-rw-r--r--openjdk/map.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/openjdk/map.xml b/openjdk/map.xml
index 0ce4f42d..6a878eea 100644
--- a/openjdk/map.xml
+++ b/openjdk/map.xml
@@ -1369,6 +1369,13 @@
<field name="wrapper" sig="Lcli.IKVM.Internal.ClassLoaderWrapper;" modifiers="">
<attribute type="IKVM.Attributes.HideFromJavaAttribute" sig="()V" />
</field>
+ <constructor sig="(Z)V">
+ <body>
+ <ldarg_0 />
+ <call class="java.lang.Object" name="&lt;init&gt;" sig="()V" />
+ <ret />
+ </body>
+ </constructor>
<method name="getBootstrapResource" sig="(Ljava.lang.String;)Ljava.net.URL;">
<body>
<ldarg_0 />