src/share/vm/adlc/forms.hpp

changeset 1038
dbbe28fc66b5
parent 850
4d9884b01ba6
child 1059
337400e7a5dd
     1.1 --- a/src/share/vm/adlc/forms.hpp	Thu Feb 26 16:57:21 2009 -0800
     1.2 +++ b/src/share/vm/adlc/forms.hpp	Fri Feb 27 03:35:40 2009 -0800
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright 1997-2008 Sun Microsystems, Inc.  All Rights Reserved.
     1.6 + * Copyright 1997-2009 Sun Microsystems, Inc.  All Rights Reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -124,7 +124,7 @@
    1.11  public:
    1.12    // Public Data
    1.13    Form *_next;                     // Next pointer for form lists
    1.14 -  long  _linenum;                  // Line number for debugging
    1.15 +  int   _linenum;                  // Line number for debugging
    1.16  
    1.17    // Dynamic type check for common forms.
    1.18    virtual OpClassForm   *is_opclass()     const;

mercurial