mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 01:24:33 +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
|
@ -474,7 +474,7 @@ class ReferenceProcessor : public CHeapObj<mtGC> {
|
|||
bool processing_is_mt() const { return _processing_is_mt; }
|
||||
void set_mt_processing(bool mt) { _processing_is_mt = mt; }
|
||||
|
||||
// whether all enqueuing of weak references is complete
|
||||
// whether all enqueueing of weak references is complete
|
||||
bool enqueuing_is_done() { return _enqueuing_is_done; }
|
||||
void set_enqueuing_is_done(bool v) { _enqueuing_is_done = v; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue