comparison src/share/vm/ci/ciArrayKlass.hpp @ 3939:f6f3bb0ee072

7088955: add C2 IR support to the SA Reviewed-by: kvn
author never
date Sun, 11 Sep 2011 14:48:24 -0700
parents f95d63e2154a
children da91efe96a93
comparison
equal deleted inserted replaced
3938:e6b1331a51d2 3939:f6f3bb0ee072
1 /* 1 /*
2 * Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 1999, 2011, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. 7 * published by the Free Software Foundation.
30 // ciArrayKlass 30 // ciArrayKlass
31 // 31 //
32 // This class, and its subclasses represent klassOops in the 32 // This class, and its subclasses represent klassOops in the
33 // HotSpot virtual machine whose Klass part is an arrayKlass. 33 // HotSpot virtual machine whose Klass part is an arrayKlass.
34 class ciArrayKlass : public ciKlass { 34 class ciArrayKlass : public ciKlass {
35 CI_PACKAGE_ACCESS
35 private: 36 private:
36 jint _dimension; 37 jint _dimension;
37 38
38 protected: 39 protected:
39 ciArrayKlass(KlassHandle h_k); 40 ciArrayKlass(KlassHandle h_k);