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>2008-03-03 11:28:22 +0300
committerjfrijters <jfrijters>2008-03-03 11:28:22 +0300
commitc591de802918e1c0fb76312cbd2693023c73f7e4 (patch)
tree39b672fa7f20f955b0ab6b6de024be91efb81829 /openjdk/map.xml
parent53321c6fe94e5ba255a9fef171a790227d9f6ac6 (diff)
Ripped out annotation/constant pool support that is no longer needed.
Diffstat (limited to 'openjdk/map.xml')
-rw-r--r--openjdk/map.xml18
1 files changed, 0 insertions, 18 deletions
diff --git a/openjdk/map.xml b/openjdk/map.xml
index 0dfaa467..8d8ab26b 100644
--- a/openjdk/map.xml
+++ b/openjdk/map.xml
@@ -1180,7 +1180,6 @@
</field>
<field name="pd" sig="Ljava.security.ProtectionDomain;" modifiers="" />
<field name="signers" sig="[Ljava.lang.Object;" modifiers="" />
- <field name="constantPool" sig="Ljava.lang.Object;" modifiers="" />
<method name="op_Implicit" sig="(Lcli.System.Type;)Ljava.lang.Class;" modifiers="public static" attributes="SpecialName">
<attribute type="IKVM.Attributes.HideFromJavaAttribute" sig="()V" />
<body>
@@ -2029,23 +2028,6 @@
</replace-method-call>
</method>
</class>
- <class name="sun.reflect.ConstantPool">
- <method name="_constantPoolOop" sig="()Ljava.lang.Object;">
- <body>
- <ldarg_0 />
- <ldfld class="sun.reflect.ConstantPool" name="constantPoolOop" sig="Ljava.lang.Object;" />
- <ret />
- </body>
- </method>
- <method name="_constantPoolOop" sig="(Ljava.lang.Object;)V">
- <body>
- <ldarg_0 />
- <ldarg_1 />
- <stfld class="sun.reflect.ConstantPool" name="constantPoolOop" sig="Ljava.lang.Object;" />
- <ret />
- </body>
- </method>
- </class>
<class name="sun.reflect.Reflection">
<!-- we manually hook up this native method, to prevent inlining and tail-call optimizations -->
<method name="getCallerClass" sig="(I)Ljava.lang.Class;">