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-04-23 09:21:10 +0400
committerjfrijters <jfrijters>2008-04-23 09:21:10 +0400
commitd23e21777fb33e13aa2404b0af8b6bfb8b7a1a33 (patch)
tree3044e836ca0a5acc423e64727658e309de632d52 /openjdk/map.xml
parenteffbc3bb80e5b82184744dec1c16b0ba70008e60 (diff)
Removed initialization hack that is no longer needed.
Diffstat (limited to 'openjdk/map.xml')
-rw-r--r--openjdk/map.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/openjdk/map.xml b/openjdk/map.xml
index c6abbf38..402a68b6 100644
--- a/openjdk/map.xml
+++ b/openjdk/map.xml
@@ -1661,17 +1661,6 @@
</replace-method-call>
</method>
</class>
- <class name="sun.misc.Unsafe">
- <method name="getUnsafe" sig="()Lsun.misc.Unsafe;">
- <replace-method-call class="sun.misc.Unsafe" name="ensureClassInitialized" sig="(Ljava.lang.Class;)V">
- <code>
- <pop />
- <pop />
- <runclassinit class="java.lang.System" />
- </code>
- </replace-method-call>
- </method>
- </class>
<class name="java.util.concurrent.atomic.AtomicReference">
<method name="compareAndSet" sig="(Ljava.lang.Object;Ljava.lang.Object;)Z">
<body>