# HG changeset patch # User twisti # Date 1384996489 28800 # Node ID df7fa4734c448fed4a732fadffef245d6f75d4f9 # Parent eae26735df5a2e4bd426accbc8894873f1aae42e make Deoptimization::UnrollBlock visible to vmStructs diff -r eae26735df5a -r df7fa4734c44 src/share/vm/runtime/deoptimization.hpp --- a/src/share/vm/runtime/deoptimization.hpp Wed Nov 20 16:56:10 2013 -0800 +++ b/src/share/vm/runtime/deoptimization.hpp Wed Nov 20 17:14:49 2013 -0800 @@ -152,6 +152,7 @@ // UnrollBlock is returned by fetch_unroll_info() to the deoptimization handler (blob). // This is only a CheapObj to ease debugging after a deopt failure class UnrollBlock : public CHeapObj { + friend class VMStructs; private: int _size_of_deoptimized_frame; // Size, in bytes, of current deoptimized frame int _caller_adjustment; // Adjustment, in bytes, to caller's SP by initial interpreted frame