comparison src/share/vm/runtime/vframeArray.hpp @ 6275:957c266d8bc5

Merge with http://hg.openjdk.java.net/hsx/hsx24/hotspot/
author Doug Simon <doug.simon@oracle.com>
date Tue, 21 Aug 2012 10:39:19 +0200
parents d2a62e0f25eb
children da91efe96a93
comparison
equal deleted inserted replaced
5891:fd8832ae511d 6275:957c266d8bc5
106 106
107 // this can be a ResourceObj if we don't save the last one... 107 // this can be a ResourceObj if we don't save the last one...
108 // but it does make debugging easier even if we can't look 108 // but it does make debugging easier even if we can't look
109 // at the data in each vframeElement 109 // at the data in each vframeElement
110 110
111 class vframeArray: public CHeapObj { 111 class vframeArray: public CHeapObj<mtCompiler> {
112 friend class VMStructs; 112 friend class VMStructs;
113 113
114 private: 114 private:
115 115
116 116