src/share/vm/oops/generateOopMap.hpp

changeset 1040
98cb887364d3
parent 777
37f87013dfd8
child 1907
c18cbe5936b8
     1.1 --- a/src/share/vm/oops/generateOopMap.hpp	Fri Feb 27 08:34:19 2009 -0800
     1.2 +++ b/src/share/vm/oops/generateOopMap.hpp	Fri Feb 27 13:27:09 2009 -0800
     1.3 @@ -292,7 +292,7 @@
     1.4    int          _max_stack;                  // Cached value of max. stack depth
     1.5    int          _max_monitors;               // Cached value of max. monitor stack depth
     1.6    int          _has_exceptions;             // True, if exceptions exist for method
     1.7 -  bool         _got_error;                  // True, if an error occured during interpretation.
     1.8 +  bool         _got_error;                  // True, if an error occurred during interpretation.
     1.9    Handle       _exception;                  // Exception if got_error is true.
    1.10    bool         _did_rewriting;              // was bytecodes rewritten
    1.11    bool         _did_relocation;             // was relocation neccessary
    1.12 @@ -422,7 +422,7 @@
    1.13    void  add_to_ref_init_set                 (int localNo);
    1.14  
    1.15    // Conflicts rewrite logic
    1.16 -  bool      _conflict;                      // True, if a conflict occured during interpretation
    1.17 +  bool      _conflict;                      // True, if a conflict occurred during interpretation
    1.18    int       _nof_refval_conflicts;          // No. of conflicts that require rewrites
    1.19    int *     _new_var_map;
    1.20  

mercurial