[vmkit-commits] [vmkit] r180480 - Updated J3 native interface.

Peter Senna Tschudin peter.senna at gmail.com
Thu Apr 25 10:16:31 PDT 2013


Author: peter.senna
Date: Thu Apr 25 12:14:58 2013
New Revision: 180480

URL: http://llvm.org/viewvc/llvm-project?rev=180480&view=rev
Log:
Updated J3 native interface.
(cherry picked from commit e31a93eb05a86860cbe0f110dbfda5caee8a3e81)

Modified:
    vmkit/trunk/incinerator/osgi/src/j3/vm/OSGi.java

Modified: vmkit/trunk/incinerator/osgi/src/j3/vm/OSGi.java
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/incinerator/osgi/src/j3/vm/OSGi.java?rev=180480&r1=180479&r2=180480&view=diff
==============================================================================
--- vmkit/trunk/incinerator/osgi/src/j3/vm/OSGi.java (original)
+++ vmkit/trunk/incinerator/osgi/src/j3/vm/OSGi.java Thu Apr 25 12:14:58 2013
@@ -2,7 +2,11 @@ package j3.vm;
 
 public class OSGi
 {
+	// OSGi hooks and information gathering
 	public static native void associateBundleClass(long bundleID, Class classObject);
+	public static native void notifyBundleUninstalled(long bundleID);
+	
+	// Commands
 	public static native void resetReferencesToBundle(long bundleID);
 	public static native void dumpClassLoaderBundles();
 }





More information about the vmkit-commits mailing list