< prev index next >

src/cpu/sparc/vm/cppInterpreter_sparc.cpp

Print this page

        

@@ -1162,11 +1162,11 @@
     }
   }
 }
 // Find preallocated  monitor and lock method (C++ interpreter)
 //
-void InterpreterGenerator::lock_method(void) {
+void CppInterpreterGenerator::lock_method() {
 // Lock the current method.
 // Destroys registers L2_scratch, L3_scratch, O0
 //
 // Find everything relative to Lstate
 
< prev index next >