src/share/vm/code/nmethod.cpp

changeset 1040
98cb887364d3
parent 809
a4b729f5b611
child 1366
72088be4b386
child 1376
8b46c4d82093
     1.1 --- a/src/share/vm/code/nmethod.cpp	Fri Feb 27 08:34:19 2009 -0800
     1.2 +++ b/src/share/vm/code/nmethod.cpp	Fri Feb 27 13:27:09 2009 -0800
     1.3 @@ -380,7 +380,7 @@
     1.4  void nmethod::add_handler_for_exception_and_pc(Handle exception, address pc, address handler) {
     1.5    // There are potential race conditions during exception cache updates, so we
     1.6    // must own the ExceptionCache_lock before doing ANY modifications. Because
     1.7 -  // we dont lock during reads, it is possible to have several threads attempt
     1.8 +  // we don't lock during reads, it is possible to have several threads attempt
     1.9    // to update the cache with the same data. We need to check for already inserted
    1.10    // copies of the current data before adding it.
    1.11  

mercurial