[vmkit-commits] [vmkit] r198866 - No-op commit, just to explain the previous one (the comment is not related to vmkit:)). Add few openjdk functions, add the ability to associate a Java class loader to its native representation. Add new debug functions, but currently this code is broken.

Gael Thomas gael.thomas at lip6.fr
Thu Jan 9 05:12:06 PST 2014


Author: gthomas
Date: Thu Jan  9 07:12:06 2014
New Revision: 198866

URL: http://llvm.org/viewvc/llvm-project?rev=198866&view=rev
Log:
No-op commit, just to explain the previous one (the comment is not related to vmkit:)). Add few openjdk functions, add the ability to associate a Java class loader to its native representation. Add new debug functions, but currently this code is broken.
 

Modified:
    vmkit/branches/mcjit/lib/j3/vm/j3codegen.cc

Modified: vmkit/branches/mcjit/lib/j3/vm/j3codegen.cc
URL: http://llvm.org/viewvc/llvm-project/vmkit/branches/mcjit/lib/j3/vm/j3codegen.cc?rev=198866&r1=198865&r2=198866&view=diff
==============================================================================
--- vmkit/branches/mcjit/lib/j3/vm/j3codegen.cc (original)
+++ vmkit/branches/mcjit/lib/j3/vm/j3codegen.cc Thu Jan  9 07:12:06 2014
@@ -32,6 +32,7 @@ using namespace j3;
 #define DEBUG_TYPE_FLOAT  1
 #define DEBUG_TYPE_OBJECT 2
 
+
 J3CodeGen::J3CodeGen(vmkit::BumpAllocator* _allocator, J3Method* m, bool withMethod, bool withCaller) :
 	exceptions(this) {
 	





More information about the vmkit-commits mailing list