-
Bug
-
Resolution: Fixed
-
P4
-
17
-
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.
./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.
- relates to
-
JDK-8257731 Remove excessive include of stubRoutines.hpp
-
- Resolved
-