hotspot/src/share/vm/code/nmethod.cpp
changeset 2131 98f9cef66a34
parent 1406 e5e2b519fc11
child 3696 9e5d9b5e1049
child 3686 69c1b5228547
--- a/hotspot/src/share/vm/code/nmethod.cpp	Fri Feb 27 08:34:19 2009 -0800
+++ b/hotspot/src/share/vm/code/nmethod.cpp	Fri Feb 27 13:27:09 2009 -0800
@@ -380,7 +380,7 @@
 void nmethod::add_handler_for_exception_and_pc(Handle exception, address pc, address handler) {
   // There are potential race conditions during exception cache updates, so we
   // must own the ExceptionCache_lock before doing ANY modifications. Because
-  // we dont lock during reads, it is possible to have several threads attempt
+  // we don't lock during reads, it is possible to have several threads attempt
   // to update the cache with the same data. We need to check for already inserted
   // copies of the current data before adding it.