changeset 13100:df7fa4734c44

make Deoptimization::UnrollBlock visible to vmStructs
author twisti
date Wed, 20 Nov 2013 17:14:49 -0800
parents eae26735df5a
children f9f4503a4ab5
files src/share/vm/runtime/deoptimization.hpp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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<mtCompiler> {
+    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