src/share/vm/runtime/reflectionUtils.hpp

changeset 5103
f9be75d21404
parent 4967
5a9fa2ba85f0
child 5732
b2e698d2276c
     1.1 --- a/src/share/vm/runtime/reflectionUtils.hpp	Tue May 14 11:34:30 2013 +0400
     1.2 +++ b/src/share/vm/runtime/reflectionUtils.hpp	Tue May 14 09:41:12 2013 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1999, 2012, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1999, 2013, Oracle and/or its affiliates. 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 @@ -136,10 +136,10 @@
    1.11    }
    1.12  };
    1.13  
    1.14 -class FilteredField {
    1.15 +class FilteredField : public CHeapObj<mtInternal>  {
    1.16   private:
    1.17    Klass* _klass;
    1.18 -  int      _field_offset;
    1.19 +  int    _field_offset;
    1.20  
    1.21   public:
    1.22    FilteredField(Klass* klass, int field_offset) {

mercurial