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

Zero VM build broken after JDK-8233913

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P4
    • 14
    • None
    • hotspot
    • None
    • b24

    Description

      * Symptom
      ```
      * For target hotspot_variant-zero_libjvm_objs_bytecodeInterpreter.o:
      In file included from /home/fool/workspace/jdk/src/hotspot/share/interpreter/bytecodeInterpreter.hpp:577:0,
                       from /home/fool/workspace/jdk/src/hotspot/share/interpreter/bytecodeInterpreter.cpp:30:
      /home/fool/workspace/jdk/src/hotspot/share/interpreter/bytecodeInterpreter.cpp: In static member function 'static void BytecodeInterpreter::run(interpreterState)':
      /home/fool/workspace/jdk/src/hotspot/share/interpreter/bytecodeInterpreter.cpp:2466:65: error: no matching function for call to 'ConstantPoolCacheEntry::appendix_if_resolved(ConstantPool*&)'
                 SET_STACK_OBJECT(cache->appendix_if_resolved(constants), 0);
                                                                       ^
      /home/fool/workspace/jdk/src/hotspot/cpu/zero/bytecodeInterpreter_zero.hpp:125:78: note: in definition of macro 'SET_STACK_OBJECT'
       #define SET_STACK_OBJECT(value, offset) (*((oop *)&topOfStack[-(offset)]) = (value))
                                                                                    ^~~~~
      In file included from /home/fool/workspace/jdk/src/hotspot/share/oops/constantPool.hpp:30:0,
                       from /home/fool/workspace/jdk/src/hotspot/share/oops/method.hpp:34,
                       from /home/fool/workspace/jdk/src/hotspot/share/runtime/frame.hpp:28,
                       from /home/fool/workspace/jdk/src/hotspot/share/code/codeBlob.hpp:31,
                       from /home/fool/workspace/jdk/src/hotspot/share/code/compiledMethod.hpp:28,
                       from /home/fool/workspace/jdk/src/hotspot/share/runtime/thread.hpp:29,
         ... (rest of output omitted)
      * For target hotspot_variant-zero_libjvm_objs_bytecodeInterpreterWithChecks.o:
      In file included from /home/fool/workspace/jdk/src/hotspot/share/interpreter/bytecodeInterpreter.hpp:577:0,
                       from /home/fool/workspace/jdk/src/hotspot/share/interpreter/bytecodeInterpreter.cpp:30,
                       from /home/fool/workspace/jdk/build/linux-x86_64-zero-release/hotspot/variant-zero/gensrc/jvmtifiles/bytecodeInterpreterWithChecks.cpp:3:
      /home/fool/workspace/jdk/src/hotspot/share/interpreter/bytecodeInterpreter.cpp: In static member function 'static void BytecodeInterpreter::runWithChecks(interpreterState)':
      /home/fool/workspace/jdk/src/hotspot/share/interpreter/bytecodeInterpreter.cpp:2466:65: error: no matching function for call to 'ConstantPoolCacheEntry::appendix_if_resolved(ConstantPool*&)'
                 SET_STACK_OBJECT(cache->appendix_if_resolved(constants), 0);
                                                                       ^
      /home/fool/workspace/jdk/src/hotspot/cpu/zero/bytecodeInterpreter_zero.hpp:125:78: note: in definition of macro 'SET_STACK_OBJECT'
       #define SET_STACK_OBJECT(value, offset) (*((oop *)&topOfStack[-(offset)]) = (value))
                                                                                    ^~~~~
      In file included from /home/fool/workspace/jdk/src/hotspot/share/oops/constantPool.hpp:30:0,
                       from /home/fool/workspace/jdk/src/hotspot/share/oops/method.hpp:34,
                       from /home/fool/workspace/jdk/src/hotspot/share/runtime/frame.hpp:28,
                       from /home/fool/workspace/jdk/src/hotspot/share/code/codeBlob.hpp:31,
                       from /home/fool/workspace/jdk/src/hotspot/share/code/compiledMethod.hpp:28,
         ... (rest of output omitted)
      ```

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: