Revision: 5742
          http://jnode.svn.sourceforge.net/jnode/?rev=5742&view=rev
Author:   lsantha
Date:     2010-03-28 19:30:08 +0000 (Sun, 28 Mar 2010)

Log Message:
-----------
Added javadoc.

Modified Paths:
--------------
    trunk/core/src/core/org/jnode/vm/compiler/NativeCodeCompiler.java

Modified: trunk/core/src/core/org/jnode/vm/compiler/NativeCodeCompiler.java
===================================================================
--- trunk/core/src/core/org/jnode/vm/compiler/NativeCodeCompiler.java   
2010-03-28 19:26:38 UTC (rev 5741)
+++ trunk/core/src/core/org/jnode/vm/compiler/NativeCodeCompiler.java   
2010-03-28 19:30:08 UTC (rev 5742)
@@ -313,11 +313,21 @@
     protected abstract CompilerBytecodeVisitor createBytecodeVisitor(VmMethod 
method, CompiledMethod cm,
                                                                      
NativeStream os, int level, boolean isBootstrap);
 
+    /**
+     * Returns an unused or newly created byte code visitor.
+     * @see #createBytecodeVisitor(org.jnode.vm.classmgr.VmMethod, 
CompiledMethod, org.jnode.assembler.NativeStream,
+     * int, boolean)
+     */
     protected CompilerBytecodeVisitor getBytecodeVisitor(VmMethod method, 
CompiledMethod cm, NativeStream os, 
                                                          int level, boolean 
isBootstrap) {
         return createBytecodeVisitor(method, cm, os, level, isBootstrap);
     }
 
+    /**
+     * Call this method when the specified bytecode visitor finished working.
+     *
+     * @param visitor a bytecode visitor
+     */
     protected void releaseBytecodeVisitor(CompilerBytecodeVisitor visitor) {
 
     }


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Jnode-svn-commits mailing list
Jnode-svn-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jnode-svn-commits

Reply via email to