[vmkit-commits] [vmkit] r114108 - /vmkit/trunk/lib/J3/VMCore/LinkJavaRuntime.h

Nicolas Geoffray nicolas.geoffray at lip6.fr
Thu Sep 16 12:45:34 PDT 2010


Author: geoffray
Date: Thu Sep 16 14:45:34 2010
New Revision: 114108

URL: http://llvm.org/viewvc/llvm-project?rev=114108&view=rev
Log:
j3OverflowThinlock does not exist anymore.


Modified:
    vmkit/trunk/lib/J3/VMCore/LinkJavaRuntime.h

Modified: vmkit/trunk/lib/J3/VMCore/LinkJavaRuntime.h
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/lib/J3/VMCore/LinkJavaRuntime.h?rev=114108&r1=114107&r2=114108&view=diff
==============================================================================
--- vmkit/trunk/lib/J3/VMCore/LinkJavaRuntime.h (original)
+++ vmkit/trunk/lib/J3/VMCore/LinkJavaRuntime.h Thu Sep 16 14:45:34 2010
@@ -45,7 +45,6 @@
 extern "C" void j3JavaObjectAquire(JavaObject* obj);
 extern "C" void j3JavaObjectRelease(JavaObject* obj);
 extern "C" void j3ThrowException(JavaObject* obj);
-extern "C" void j3OverflowThinLock(JavaObject* obj);
 extern "C" JavaObject* j3NullPointerException();
 extern "C" JavaObject* j3NegativeArraySizeException(sint32 val);
 extern "C" JavaObject* j3OutOfMemoryError(sint32 val);
@@ -105,7 +104,6 @@
       (void) j3JavaObjectAquire(0);
       (void) j3JavaObjectRelease(0);
       (void) j3ThrowException(0);
-      (void) j3OverflowThinLock(0);
       (void) j3NullPointerException();
       (void) j3NegativeArraySizeException(0);
       (void) j3OutOfMemoryError(0);





More information about the vmkit-commits mailing list