--- old/src/cpu/x86/vm/sharedRuntime_x86_32.cpp 2017-08-04 21:16:44.761613815 +0200 +++ new/src/cpu/x86/vm/sharedRuntime_x86_32.cpp 2017-08-04 21:16:37.783626322 +0200 @@ -3145,3 +3145,8 @@ // frame_size_words or bytes?? return RuntimeStub::new_runtime_stub(name, &buffer, frame_complete, frame_size_words, oop_maps, true); } + +BufferedValueTypeBlob* SharedRuntime::generate_buffered_value_type_adapter(const ValueKlass* vk) { + ShouldNotReachHere(); + return NULL; +}