Zero VM is broken after JDK-8244920 ('class JavaFrameAnchor' has no member named 'set_last_Java_sp')

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 15
    • Affects Version/s: None
    • Component/s: hotspot
    • b27

      /jdk/src/hotspot/share/runtime/deoptimization.cpp: In static member function 'static BasicType Deoptimization::unpack_frames(JavaThread*, int)':
      /jdk/src/hotspot/share/runtime/deoptimization.cpp:671:27: error: 'class JavaFrameAnchor' has no member named 'set_last_Java_sp'; did you mean 'set_last_Java_pc'?
         thread->frame_anchor()->set_last_Java_sp(NULL);
                                 ^~~~~~~~~~~~~~~~
                                 set_last_Java_pc
      /jdk/src/hotspot/share/runtime/deoptimization.cpp:676:27: error: 'class JavaFrameAnchor' has no member named 'set_last_Java_sp'; did you mean 'set_last_Java_pc'?
         thread->frame_anchor()->set_last_Java_sp(sp);
                                 ^~~~~~~~~~~~~~~~
                                 set_last_Java_pc

            Assignee:
            Jie Fu
            Reporter:
            Jie Fu
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: