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

x86_32 build broken after JDK-8257731

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 17
    • 17
    • hotspot
    • b02

      ./src/hotspot/cpu/x86/jniFastGetField_x86_32.cpp: In static member function 'static u_char* JNI_FastGetField::generate_fast_get_int_field0(BasicType)':
      ./src/hotspot/cpu/x86/jniFastGetField_x86_32.cpp:62:34: error: incomplete type 'BufferBlob' used in nested name specifier
         BufferBlob* blob = BufferBlob::create(name, BUFFER_SIZE*wordSize);
                                        ^~~~~~
      ./src/hotspot/cpu/x86/jniFastGetField_x86_32.cpp:63:23: error: no matching function for call to 'CodeBuffer::CodeBuffer(BufferBlob*&)'
         CodeBuffer cbuf(blob);
                             ^
      In file included from ./src/hotspot/share/asm/assembler.hpp:28:0,
                       from ./src/hotspot/share/asm/macroAssembler.hpp:28,
                       from ./src/hotspot/cpu/x86/jniFastGetField_x86_32.cpp:26:
      ./src/hotspot/share/asm/codeBuffer.hpp:510:3: note: candidate: CodeBuffer::CodeBuffer(const char*, CodeBuffer::csize_t, CodeBuffer::csize_t)
         CodeBuffer(const char* name, csize_t code_size, csize_t locs_size) {
         ^~~~~~~~~~
      ./src/hotspot/share/asm/codeBuffer.hpp:510:3: note: candidate expects 3 arguments, 1 provided
      ./src/hotspot/share/asm/codeBuffer.hpp:503:3: note: candidate: CodeBuffer::CodeBuffer(const char*)
         ... (rest of output omitted)

      * All command lines available in /home/jdk/build/linux-x86-server-release/make-support/failure-logs.

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

              Created:
              Updated:
              Resolved: