src/share/vm/runtime/deoptimization.hpp

changeset 3900
d2a62e0f25eb
parent 3138
f6f3bb0ee072
child 4037
da91efe96a93
     1.1 --- a/src/share/vm/runtime/deoptimization.hpp	Wed Jun 27 15:23:36 2012 +0200
     1.2 +++ b/src/share/vm/runtime/deoptimization.hpp	Thu Jun 28 17:03:16 2012 -0400
     1.3 @@ -129,7 +129,7 @@
     1.4  
     1.5    // UnrollBlock is returned by fetch_unroll_info() to the deoptimization handler (blob).
     1.6    // This is only a CheapObj to ease debugging after a deopt failure
     1.7 -  class UnrollBlock : public CHeapObj {
     1.8 +  class UnrollBlock : public CHeapObj<mtCompiler> {
     1.9     private:
    1.10      int       _size_of_deoptimized_frame; // Size, in bytes, of current deoptimized frame
    1.11      int       _caller_adjustment;         // Adjustment, in bytes, to caller's SP by initial interpreted frame

mercurial