mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +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
|
@ -369,7 +369,7 @@ void SafepointSynchronize::end() {
|
|||
|
||||
// Start suspended threads
|
||||
for(JavaThread *current = Threads::first(); current; current = current->next()) {
|
||||
// A problem occuring on Solaris is when attempting to restart threads
|
||||
// A problem occurring on Solaris is when attempting to restart threads
|
||||
// the first #cpus - 1 go well, but then the VMThread is preempted when we get
|
||||
// to the next one (since it has been running the longest). We then have
|
||||
// to wait for a cpu to become available before we can continue restarting
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue