mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8025856: Fix typos in the GC code
Fix about 440 typos in comments in the VM code Reviewed-by: mgerdin, tschatzl, coleenp, kmo, jcoomes
This commit is contained in:
parent
4c7c3f0613
commit
81ba2e32c0
150 changed files with 524 additions and 545 deletions
|
@ -149,7 +149,7 @@ const int LogHeapWordsPerLong = LogBytesPerLong - LogHeapWordSize;
|
|||
// The larger HeapWordSize for 64bit requires larger heaps
|
||||
// for the same application running in 64bit. See bug 4967770.
|
||||
// The minimum alignment to a heap word size is done. Other
|
||||
// parts of the memory system may required additional alignment
|
||||
// parts of the memory system may require additional alignment
|
||||
// and are responsible for those alignments.
|
||||
#ifdef _LP64
|
||||
#define ScaleForWordSize(x) align_size_down_((x) * 13 / 10, HeapWordSize)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue