mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 03:54:33 +02:00
6810672: Comment typos
I have collected some typos I have found while looking at the code. Reviewed-by: kvn, never
This commit is contained in:
parent
67a5668b16
commit
05d1de7727
120 changed files with 278 additions and 277 deletions
|
@ -22,7 +22,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
// This file contains the platform-independant parts
|
||||
// This file contains the platform-independent parts
|
||||
// of the abstract interpreter and the abstract interpreter generator.
|
||||
|
||||
// Organization of the interpreter(s). There exists two different interpreters in hotpot
|
||||
|
|
|
@ -2642,7 +2642,7 @@ handle_return:
|
|||
// two interpreted frames). We need to save the current arguments in C heap so that
|
||||
// the deoptimized frame when it restarts can copy the arguments to its expression
|
||||
// stack and re-execute the call. We also have to notify deoptimization that this
|
||||
// has occured and to pick the preerved args copy them to the deoptimized frame's
|
||||
// has occurred and to pick the preserved args copy them to the deoptimized frame's
|
||||
// java expression stack. Yuck.
|
||||
//
|
||||
THREAD->popframe_preserve_args(in_ByteSize(METHOD->size_of_parameters() * wordSize),
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
// This file holds platform-independant bodies of inline functions for the C++ based interpreter
|
||||
// This file holds platform-independent bodies of inline functions for the C++ based interpreter
|
||||
|
||||
#ifdef CC_INTERP
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
#ifdef CC_INTERP
|
||||
|
||||
// This file contains the platform-independant parts
|
||||
// This file contains the platform-independent parts
|
||||
// of the c++ interpreter
|
||||
|
||||
class CppInterpreter: public AbstractInterpreter {
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
// This file contains the platform-independant parts
|
||||
// This file contains the platform-independent parts
|
||||
// of the template interpreter generator.
|
||||
|
||||
#ifdef CC_INTERP
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
// This file contains the platform-independant parts
|
||||
// This file contains the platform-independent parts
|
||||
// of the interpreter and the interpreter generator.
|
||||
|
||||
//------------------------------------------------------------------------------------------------------------------------
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
// This file contains the platform-independant parts
|
||||
// This file contains the platform-independent parts
|
||||
// of the interpreter generator.
|
||||
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
// This file contains the platform-independant parts
|
||||
// This file contains the platform-independent parts
|
||||
// of the template interpreter and the template interpreter generator.
|
||||
|
||||
#ifndef CC_INTERP
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
// This file contains the platform-independant parts
|
||||
// This file contains the platform-independent parts
|
||||
// of the template interpreter generator.
|
||||
|
||||
#ifndef CC_INTERP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue