mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-24 13:04: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
|
@ -266,7 +266,7 @@ class Fingerprinter: public SignatureIterator {
|
|||
class NativeSignatureIterator: public SignatureIterator {
|
||||
private:
|
||||
methodHandle _method;
|
||||
// We need seperate JNI and Java offset values because in 64 bit mode,
|
||||
// We need separate JNI and Java offset values because in 64 bit mode,
|
||||
// the argument offsets are not in sync with the Java stack.
|
||||
// For example a long takes up 1 "C" stack entry but 2 Java stack entries.
|
||||
int _offset; // The java stack offset
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue