comparison src/cpu/sparc/vm/interp_masm_sparc.cpp @ 605:98cb887364d3

6810672: Comment typos Summary: I have collected some typos I have found while looking at the code. Reviewed-by: kvn, never
author twisti
date Fri, 27 Feb 2009 13:27:09 -0800
parents 05db98ed59ba
children 3db67f76d308
comparison
equal deleted inserted replaced
604:ec59443af135 605:98cb887364d3
2463 // 2463 //
2464 // if (thread is in interp_only_mode) { 2464 // if (thread is in interp_only_mode) {
2465 // InterpreterRuntime::post_method_entry(); 2465 // InterpreterRuntime::post_method_entry();
2466 // } 2466 // }
2467 // if (DTraceMethodProbes) { 2467 // if (DTraceMethodProbes) {
2468 // SharedRuntime::dtrace_method_entry(method, reciever); 2468 // SharedRuntime::dtrace_method_entry(method, receiver);
2469 // } 2469 // }
2470 2470
2471 void InterpreterMacroAssembler::notify_method_entry() { 2471 void InterpreterMacroAssembler::notify_method_entry() {
2472 2472
2473 // C++ interpreter only uses this for native methods. 2473 // C++ interpreter only uses this for native methods.