Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6848466

frame::frame_size() assertion failure with -XX:+DebugDeoptimization

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • hs16
    • hs16
    • hotspot
    • None
    • b04
    • generic
    • generic

        The following code implements frame::frame_size in src/cpu/x86/vm/frame_x86.cpp:
        int frame::frame_size() const {
        RegisterMap map(JavaThread::current(), false);
        frame sender = this->sender(&map);
        return sender.sp() - sp();
        }

        It builds the RegisterMap from the current thread. This should only works for the top
        frame. This will cause an assertion failure in JavaThread::current() in that the current
        thread is not a java thread.

              cfang Changpeng Fang (Inactive)
              cfang Changpeng Fang (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: