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

Zero VM is broken after JDK-8252661

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P4
    • 16
    • 16
    • hotspot
    • b15

    Description

      /jdk/src/hotspot/share/interpreter/zero/bytecodeInterpreter.cpp: In static member function 'static void BytecodeInterpreter::run(interpreterState)':
      /jdk/src/hotspot/share/interpreter/zero/bytecodeInterpreter.cpp:109:36: error: 'block_if_requested' is not a member of 'SafepointMechanism'
              CALL_VM(SafepointMechanism::block_if_requested(THREAD), handle_exception); \
                                          ^~~~~~~~~~~~~~~~~~
      /jdk/src/hotspot/share/interpreter/zero/bytecodeInterpreter.cpp:361:9: note: in definition of macro 'CALL_VM_NAKED_LJF'
               func; \
               ^~~~
      /jdk/src/hotspot/share/interpreter/zero/bytecodeInterpreter.cpp:379:11: note: in expansion of macro 'CALL_VM_NOCHECK'
                 CALL_VM_NOCHECK(func); \
                 ^~~~~~~~~~~~~~~
      /jdk/src/hotspot/share/interpreter/zero/bytecodeInterpreter.cpp:109:8: note: in expansion of macro 'CALL_VM'
              CALL_VM(SafepointMechanism::block_if_requested(THREAD), handle_exception); \
              ^~~~~~~
      /jdk/src/hotspot/share/interpreter/zero/bytecodeInterpreter.cpp:568:9: note: in expansion of macro 'SAFEPOINT'
               SAFEPOINT;
               ^~~~~~~~~

      Attachments

        Issue Links

          Activity

            People

              jiefu Jie Fu
              jiefu Jie Fu
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: