hotspot/src/share/vm/oops/generateOopMap.hpp
changeset 2131 98f9cef66a34
parent 1374 4c24294029a9
child 5547 f4b087cbb361
--- a/hotspot/src/share/vm/oops/generateOopMap.hpp	Fri Feb 27 08:34:19 2009 -0800
+++ b/hotspot/src/share/vm/oops/generateOopMap.hpp	Fri Feb 27 13:27:09 2009 -0800
@@ -292,7 +292,7 @@
   int          _max_stack;                  // Cached value of max. stack depth
   int          _max_monitors;               // Cached value of max. monitor stack depth
   int          _has_exceptions;             // True, if exceptions exist for method
-  bool         _got_error;                  // True, if an error occured during interpretation.
+  bool         _got_error;                  // True, if an error occurred during interpretation.
   Handle       _exception;                  // Exception if got_error is true.
   bool         _did_rewriting;              // was bytecodes rewritten
   bool         _did_relocation;             // was relocation neccessary
@@ -422,7 +422,7 @@
   void  add_to_ref_init_set                 (int localNo);
 
   // Conflicts rewrite logic
-  bool      _conflict;                      // True, if a conflict occured during interpretation
+  bool      _conflict;                      // True, if a conflict occurred during interpretation
   int       _nof_refval_conflicts;          // No. of conflicts that require rewrites
   int *     _new_var_map;